summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2010-12-29 17:12:05 +0000
committerkan <kan@FreeBSD.org>2010-12-29 17:12:05 +0000
commit1e202d12a56c1e7e35ce85417359064e5092a6b4 (patch)
treeac4bf0e8f0a2d5abc4f3394765a34efbff39d9d6 /lib/libcompiler_rt
parent10c0dabcb43ccde96ef8a47fc175779b3e64eab5 (diff)
downloadFreeBSD-src-1e202d12a56c1e7e35ce85417359064e5092a6b4.zip
FreeBSD-src-1e202d12a56c1e7e35ce85417359064e5092a6b4.tar.gz
Switch mips architectures back to libgcc.
MIPS64 n64 binaries are broken with libcompiler_rt at this time. Switch mips back to libgcc until the cause of breakage is analyzed and fixed.
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index 103bb8c..f27dcf5 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -147,7 +147,7 @@ SRCS+= ${file}.c
. endif
.endfor
-.if ${MACHINE_CPUARCH} != "sparc64"
+.if ${MACHINE_CPUARCH} != "sparc64" && ${MACHINE_CPUARCH} != "mips"
. if ${MK_INSTALLLIB} != "no"
SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a
. endif
OpenPOWER on IntegriCloud