summaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorAlexander Kabaev <kan@FreeBSD.org>2010-12-29 17:12:05 +0000
committerAlexander Kabaev <kan@FreeBSD.org>2010-12-29 17:12:05 +0000
commitd933fa1a108fde21d3dc9bdb804e13cd6d34b3c0 (patch)
treeac4bf0e8f0a2d5abc4f3394765a34efbff39d9d6 /lib/libcompiler_rt
parent4d05e7b1846b75f8525e056e4ae484d138cd7ca3 (diff)
downloadsrc-test2-d933fa1a108fde21d3dc9bdb804e13cd6d34b3c0.tar.gz
src-test2-d933fa1a108fde21d3dc9bdb804e13cd6d34b3c0.zip
Notes
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 103bb8ca504d..f27dcf545c8e 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