summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-12-16 15:17:54 +0000
committerEd Maste <emaste@FreeBSD.org>2017-12-16 15:17:54 +0000
commit0d18946c9ae08a38238495af480319afd4fd41dd (patch)
tree5736d3083f4e125818554fc51bea56bb424d268f
parent0e253fd12cb8db29ec3c3aeef5d6b2345fa6f5c7 (diff)
Notes
-rw-r--r--lib/libc/i386/Makefile.inc10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/libc/i386/Makefile.inc b/lib/libc/i386/Makefile.inc
index 9080f5686712..4470cdbaed35 100644
--- a/lib/libc/i386/Makefile.inc
+++ b/lib/libc/i386/Makefile.inc
@@ -4,13 +4,3 @@
GDTOASRCS+=strtorx.c
SRCS+=machdep_ldisx.c
SYM_MAPS+=${LIBC_SRCTOP}/i386/Symbol.map
-
-# XXX force use of ld.bfd for linking i386 libc
-#
-# lld can successfully link most of a working i386 userland and kernel,
-# but produces a broken libc. For now if we're otherwise using lld, and
-# ld.bfd is available, explicitly use it for libc.
-.include <bsd.linker.mk>
-.if ${LINKER_TYPE} == "lld" && ${MK_BINUTILS_BOOTSTRAP} != "no"
-LDFLAGS+=-fuse-ld=bfd
-.endif