aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2008-09-19 03:09:36 +0000
committerWarner Losh <imp@FreeBSD.org>2008-09-19 03:09:36 +0000
commitca7da4c0586f973965fef80ffc5a968b4cd9bacf (patch)
tree1d43be73cd5b2cec76be91e3933ecc2615cfa66b /gnu/lib
parent608a4df923326b76c5eb5493873e377dbd812a6b (diff)
Notes
Diffstat (limited to 'gnu/lib')
-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 fa8a26f1568a..46e75d70d2f1 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