diff options
author | Alexander Kabaev <kan@FreeBSD.org> | 2010-12-29 17:12:05 +0000 |
---|---|---|
committer | Alexander Kabaev <kan@FreeBSD.org> | 2010-12-29 17:12:05 +0000 |
commit | d933fa1a108fde21d3dc9bdb804e13cd6d34b3c0 (patch) | |
tree | ac4bf0e8f0a2d5abc4f3394765a34efbff39d9d6 /lib/libcompiler_rt | |
parent | 4d05e7b1846b75f8525e056e4ae484d138cd7ca3 (diff) | |
download | src-test2-d933fa1a108fde21d3dc9bdb804e13cd6d34b3c0.tar.gz src-test2-d933fa1a108fde21d3dc9bdb804e13cd6d34b3c0.zip |
Notes
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r-- | lib/libcompiler_rt/Makefile | 2 |
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 |