summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-19 03:09:36 +0000
committerimp <imp@FreeBSD.org>2008-09-19 03:09:36 +0000
commit9a16f2d6a79a270e897bcd7c555b5a40837cf116 (patch)
tree1d43be73cd5b2cec76be91e3933ecc2615cfa66b /gnu
parent8f084d472ec315e47363ebdff0c4fce33ad333ed (diff)
downloadFreeBSD-src-9a16f2d6a79a270e897bcd7c555b5a40837cf116.zip
FreeBSD-src-9a16f2d6a79a270e897bcd7c555b5a40837cf116.tar.gz
MFP4: Add mips to the list of soft-float platforms.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libgcc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index fa8a26f..46e75d7 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -173,8 +173,8 @@ OBJ_GRPS = STD DIV
#
# Floating point emulation functions
#
-.if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "powerpc" || \
- ${TARGET_ARCH} == "sparc64"
+.if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "mips" || \
+ ${TARGET_ARCH} == "powerpc" || ${TARGET_ARCH} == "sparc64"
FPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES -DFLOAT
DPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES
OpenPOWER on IntegriCloud