diff options
author | marius <marius@FreeBSD.org> | 2012-05-15 22:47:34 +0000 |
---|---|---|
committer | marius <marius@FreeBSD.org> | 2012-05-15 22:47:34 +0000 |
commit | 12b5e40a2962a997212cdccf57b5c21d2bcb0bcb (patch) | |
tree | f9b3183020894c88b6a6baea57a894d7b6c110b2 /gnu/lib/libgcc | |
parent | 3ea314f300ca8f97c3396dbb3d7b1cf6ceeb2077 (diff) | |
download | FreeBSD-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 'gnu/lib/libgcc')
-rw-r--r-- | gnu/lib/libgcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile index 47829ca..9c54377 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 |