summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libgcc
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2008-09-01 18:46:03 +0000
committerobrien <obrien@FreeBSD.org>2008-09-01 18:46:03 +0000
commitf18a1ee8d409a05ce2da0ed78cc3075560def165 (patch)
treed4a5d7ba05f3e4eac86517fd9574ef2710df6e58 /gnu/lib/libgcc
parent1a39c79ce0aa29aa14db8a450a4ac4f989d997b5 (diff)
downloadFreeBSD-src-f18a1ee8d409a05ce2da0ed78cc3075560def165.zip
FreeBSD-src-f18a1ee8d409a05ce2da0ed78cc3075560def165.tar.gz
Add FreeBSD/MIPS support to GCC.
Diffstat (limited to 'gnu/lib/libgcc')
-rw-r--r--gnu/lib/libgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index fa8a26f..5f34f72 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -174,7 +174,7 @@ OBJ_GRPS = STD DIV
# Floating point emulation functions
#
.if ${TARGET_ARCH} == "armNOT_YET" || ${TARGET_ARCH} == "powerpc" || \
- ${TARGET_ARCH} == "sparc64"
+ ${TARGET_ARCH} == "sparc64" || ${TARGET_ARCH} == "mips"
FPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES -DFLOAT
DPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES
OpenPOWER on IntegriCloud