From e962ff46dbda88f7b5cf508b94c3477dbcbb7d4e Mon Sep 17 00:00:00 2001 From: skrll Date: Sat, 16 Nov 2013 17:14:06 +0000 Subject: Remove hack now it's fixed in 4.8.2 --- libexec/ld.elf_so/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'libexec') 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 -- cgit