summaryrefslogtreecommitdiff
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2013-04-20 14:44:28 +0000
committerEd Schouten <ed@FreeBSD.org>2013-04-20 14:44:28 +0000
commit108b6de211e5c5dec2fa511994b0ebc00b7c0949 (patch)
treecd60867daeedcd43aa3d2f89b1fad88c3a4cbcfa /lib/libcompiler_rt
parente1ee2f21d91ab4537f9add79697be9540ab35281 (diff)
downloadsrc-test2-108b6de211e5c5dec2fa511994b0ebc00b7c0949.tar.gz
src-test2-108b6de211e5c5dec2fa511994b0ebc00b7c0949.zip
Notes
Diffstat (limited to 'lib/libcompiler_rt')
-rw-r--r--lib/libcompiler_rt/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libcompiler_rt/Makefile b/lib/libcompiler_rt/Makefile
index a9daada4742f..2e869ccd19d9 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -196,13 +196,11 @@ SRCS+= aeabi_idivmod.S \
aeabi_uldivmod.S
.endif
-.if ${MACHINE_CPUARCH} != "mips"
-. if ${MK_INSTALLLIB} != "no"
+.if ${MK_INSTALLLIB} != "no"
SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a
-. endif
-. if ${MK_PROFILE} != "no"
+.endif
+.if ${MK_PROFILE} != "no"
SYMLINKS+=libcompiler_rt_p.a ${LIBDIR}/libgcc_p.a
-. endif
.endif
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" || \