aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
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 /gnu/lib
parente1ee2f21d91ab4537f9add79697be9540ab35281 (diff)
downloadsrc-108b6de211e5c5dec2fa511994b0ebc00b7c0949.tar.gz
src-108b6de211e5c5dec2fa511994b0ebc00b7c0949.zip
Enable libcompiler-rt on MIPS.
Originally we disabled libcompiler-rt on MIPS and SPARC64, because of an issue where __clzdi2 and __ctzdi2 would cause endless recursion. This bug has been fixed in r230021 already, but for some reason we only switched to libcompiler-rt on SPARC64 -- not MIPS. This means we can finally use <stdatomic.h> on all our architectures.
Notes
Notes: svn path=/head/; revision=249702
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libgcc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/gnu/lib/libgcc/Makefile b/gnu/lib/libgcc/Makefile
index a06daa7e4707..092e3219c982 100644
--- a/gnu/lib/libgcc/Makefile
+++ b/gnu/lib/libgcc/Makefile
@@ -19,10 +19,6 @@ MK_SSP= no
CFLAGS+= -DTARGET_ARM_EABI
.endif
-.if ${TARGET_CPUARCH} == "mips"
-LIB= gcc
-.endif
-
.PATH: ${GCCDIR}/config/${GCC_CPU} ${GCCDIR}/config ${GCCDIR}
CFLAGS+= -DIN_GCC -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED \