summaryrefslogtreecommitdiffstats
path: root/gnu/lib
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2011-02-02 03:24:52 +0000
committerimp <imp@FreeBSD.org>2011-02-02 03:24:52 +0000
commit8045a94eb80afd8d80252dbc5d5feaf95fe4368c (patch)
treee3e0796faaa07b0d53873aa7559d102d33438802 /gnu/lib
parenta9d332367db4bae242b079bcf8a841396dbb0b89 (diff)
downloadFreeBSD-src-8045a94eb80afd8d80252dbc5d5feaf95fe4368c.zip
FreeBSD-src-8045a94eb80afd8d80252dbc5d5feaf95fe4368c.tar.gz
Revert last change now that the reason for it is no more...
MACHINE_ARCH is now always mipsel when building mips/mips.
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgcc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 34252b4..7f6fc0d 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -122,8 +122,7 @@ LIB2FUNCS_EXTRA = floatunsidf.c floatunsisf.c
.if ${TARGET_CPUARCH} == mips
LIB2FUNCS_EXTRA = floatunsidf.c floatunsisf.c
# ABIs other than o32 need this
-.if ${TARGET_ARCH:Mmips64*} != "" || \
- ${TARGET_ARCH:Mmipsn32*} != ""
+.if ${TARGET_ARCH:Mmipse[lb]} == ""
LIB2FUNCS_EXTRA+= floatdidf.c fixunsdfsi.c
LIB2FUNCS_EXTRA+= floatdisf.c floatundidf.c
LIB2FUNCS_EXTRA+= fixsfdi.c floatundisf.c
OpenPOWER on IntegriCloud