summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2009-05-31 02:03:40 +0000
committermarcel <marcel@FreeBSD.org>2009-05-31 02:03:40 +0000
commit9babfe9f9b2fa8b533dad4a39b00918df9809aa7 (patch)
tree9294c569aa98188876135b992fbadbd3a545dbab /lib/libstand
parenta42ef97c19dd2dd23ea9ebe78131298cad57b0ad (diff)
downloadFreeBSD-src-9babfe9f9b2fa8b533dad4a39b00918df9809aa7.zip
FreeBSD-src-9babfe9f9b2fa8b533dad4a39b00918df9809aa7.tar.gz
Use GCC's __SOFTFP__ to test whether we're being compiled
with softfloat or not. Now -msoft-float can be overridden more easily.
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 0c2a65c..81b132d 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -35,7 +35,7 @@ CFLAGS+= -msoft-float -D_STANDALONE
CFLAGS+= -m32 -I.
.endif
.if ${MACHINE_ARCH} == "arm"
-CFLAGS+= -msoft-float -DSOFTFLOAT -D_STANDALONE
+CFLAGS+= -msoft-float -D_STANDALONE
.endif
# standalone components and stuff we have modified locally
OpenPOWER on IntegriCloud