Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/conf clang now supports normal soft float.
details: https://anonhg.NetBSD.org/src/rev/543580d30ef0
branches: trunk
changeset: 343829:543580d30ef0
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Feb 27 21:48:34 2016 +0000
description:
clang now supports normal soft float.
diffstat:
sys/arch/powerpc/conf/Makefile.powerpc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 961af7901ce0 -r 543580d30ef0 sys/arch/powerpc/conf/Makefile.powerpc
--- a/sys/arch/powerpc/conf/Makefile.powerpc Sat Feb 27 21:47:30 2016 +0000
+++ b/sys/arch/powerpc/conf/Makefile.powerpc Sat Feb 27 21:48:34 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.powerpc,v 1.59 2015/08/24 14:04:25 uebayasi Exp $
+# $NetBSD: Makefile.powerpc,v 1.60 2016/02/27 21:48:34 joerg Exp $
#
# Makefile for NetBSD
#
@@ -48,8 +48,8 @@
CFLAGS+= -fstack-protector
CFLAGS+= ${${ACTIVE_CC} == "gcc":? -misel :}
.endif
-CFLAGS+= ${${ACTIVE_CC} == "gcc":? -msdata=none -msoft-float :}
-CFLAGS+= ${${ACTIVE_CC} == "clang":? -mllvm -disable-ppc-float-in-variadic=true :}
+CFLAGS+= ${${ACTIVE_CC} == "gcc":? -msdata=none :}
+CFLAGS+= -msoft-float
CFLAGS+= ${CCPUOPTS}
AFLAGS+= ${AOPTS} -D_NOREGNAMES
Home |
Main Index |
Thread Index |
Old Index