Module Name: src
Committed By: joerg
Date: Sat Feb 27 21:48:34 UTC 2016
Modified Files:
src/sys/arch/powerpc/conf: Makefile.powerpc
Log Message:
clang now supports normal soft float.
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/powerpc/conf/Makefile.powerpc
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/powerpc/conf/Makefile.powerpc
diff -u src/sys/arch/powerpc/conf/Makefile.powerpc:1.59 src/sys/arch/powerpc/conf/Makefile.powerpc:1.60
--- src/sys/arch/powerpc/conf/Makefile.powerpc:1.59 Mon Aug 24 14:04:25 2015
+++ src/sys/arch/powerpc/conf/Makefile.powerpc Sat Feb 27 21:48:34 2016
@@ -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 @@ DEFCOPTS= -O2
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