summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-09-19 01:35:34 +0000
committerimp <imp@FreeBSD.org>2008-09-19 01:35:34 +0000
commit675835535060566584653cc5aaa7135f58a8eeb2 (patch)
treeea50d23d9ef2cbbbbbb3562f4c1bdfe11f3ab4ca /gnu
parent23049c5e89b450a2cb908f9ca00aa1ac8c98fccd (diff)
downloadFreeBSD-src-675835535060566584653cc5aaa7135f58a8eeb2.zip
FreeBSD-src-675835535060566584653cc5aaa7135f58a8eeb2.tar.gz
Prefer the patch in p4 to the patch in svn as it properly sorts the
architectures alphabetically.
Diffstat (limited to 'gnu')
-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 5f34f72..fa8a26f 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} == "mips"
+ ${TARGET_ARCH} == "sparc64"
FPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES -DFLOAT
DPBIT_CFLAGS = -DFINE_GRAINED_LIBRARIES
OpenPOWER on IntegriCloud