summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2013-11-16 17:14:06 +0000
committerskrll <skrll@NetBSD.org>2013-11-16 17:14:06 +0000
commite962ff46dbda88f7b5cf508b94c3477dbcbb7d4e (patch)
treeb8fd84a9c0e624858c9e5c7ab87b8c19aeb8b0a0 /libexec
parentcecfe3bf0680d8022a08c940eb169d55bb8124da (diff)
Remove hack now it's fixed in 4.8.2
Diffstat (limited to 'libexec')
-rw-r--r--libexec/ld.elf_so/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/libexec/ld.elf_so/Makefile b/libexec/ld.elf_so/Makefile
index d1e3ce740b2..54a1abe86f3 100644
--- a/libexec/ld.elf_so/Makefile
+++ b/libexec/ld.elf_so/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2013/11/13 11:06:53 skrll Exp $
+# $NetBSD: Makefile,v 1.125 2013/11/16 17:14:06 skrll Exp $
#
# NOTE: when changing ld.so, ensure that ldd still compiles.
#
@@ -117,13 +117,6 @@ CPPFLAGS+= -DRTLD_DEFAULT_LIBRARY_PATH=\"${SHLIBDIR}:${LIBDIR}\"
COPTS.rtld.c+= -Wno-stack-protector
COPTS.symbol.c+=-Wno-stack-protector
-.if ${HAVE_GCC} >= 48
-.if ${LDELFSO_MACHINE_ARCH} == "x86_64"
-# gcc 4.8.1 miscompiles rtld.c when ipa-cp-clone is included.
-COPTS.rtld.c+= -fno-ipa-cp-clone
-.endif
-.endif
-
LDADD+= -L${CLIBOBJ} -L${DESTDIR}${LIBDIR}
.if ${MKPICLIB} != "no"
LDADD+= -lc_pic