summaryrefslogtreecommitdiffstats
path: root/lib/libcompiler_rt
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2012-05-15 22:47:34 +0000
committermarius <marius@FreeBSD.org>2012-05-15 22:47:34 +0000
commit12b5e40a2962a997212cdccf57b5c21d2bcb0bcb (patch)
treef9b3183020894c88b6a6baea57a894d7b6c110b2 /lib/libcompiler_rt
parent3ea314f300ca8f97c3396dbb3d7b1cf6ceeb2077 (diff)
downloadFreeBSD-src-12b5e40a2962a997212cdccf57b5c21d2bcb0bcb.zip
FreeBSD-src-12b5e40a2962a997212cdccf57b5c21d2bcb0bcb.tar.gz
Switch sparc64 to using libcompiler_rt; since r230021 we have a workaround
in place allowing it to be used there and since r235388 (see also r235486) we also have usable div/mod optimizations like libgcc has.
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 ff9daad..84f9b36 100644
--- a/lib/libcompiler_rt/Makefile
+++ b/lib/libcompiler_rt/Makefile
@@ -176,7 +176,7 @@ SRCS+= ${file}.c
. endif
.endfor
-.if ${MACHINE_CPUARCH} != "sparc64" && ${MACHINE_CPUARCH} != "mips"
+.if ${MACHINE_CPUARCH} != "mips"
. if ${MK_INSTALLLIB} != "no"
SYMLINKS+=libcompiler_rt.a ${LIBDIR}/libgcc.a
. endif
OpenPOWER on IntegriCloud