aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib/libgcc/Makefile
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2012-05-15 22:47:34 +0000
committerMarius Strobl <marius@FreeBSD.org>2012-05-15 22:47:34 +0000
commit45e2c46b37b36599380563b1d31eaf71089b771c (patch)
treef9b3183020894c88b6a6baea57a894d7b6c110b2 /gnu/lib/libgcc/Makefile
parent0fb6d589e1d2cbef5acdb57cc5779f1279cd1b71 (diff)
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.
Notes
Notes: svn path=/head/; revision=235487
Diffstat (limited to 'gnu/lib/libgcc/Makefile')
-rw-r--r--gnu/lib/libgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index 47829ca3bd28..9c543773216e 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -15,7 +15,7 @@ MK_SSP= no
.include "${.CURDIR}/../../usr.bin/cc/Makefile.tgt"
-.if ${TARGET_CPUARCH} == "sparc64" || ${TARGET_CPUARCH} == "mips"
+.if ${TARGET_CPUARCH} == "mips"
LIB= gcc
.endif