summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/Makefile
diff options
context:
space:
mode:
authornwhitehorn <nwhitehorn@FreeBSD.org>2015-12-03 21:25:59 +0000
committernwhitehorn <nwhitehorn@FreeBSD.org>2015-12-03 21:25:59 +0000
commit9bbdf91074318d5e344c9c3a15c2a3cc8a6a9f0c (patch)
treea9b30177fc0ad3db12b33bfce1d4a38e68dde833 /libexec/rtld-elf/Makefile
parente1dd5c5240bb9506efd95cf28080ebc296086a11 (diff)
downloadFreeBSD-src-9bbdf91074318d5e344c9c3a15c2a3cc8a6a9f0c.zip
FreeBSD-src-9bbdf91074318d5e344c9c3a15c2a3cc8a6a9f0c.tar.gz
Follow-on to r291666: use -ffreestanding instead of -fno-builtin.
Requested by: kib
Diffstat (limited to 'libexec/rtld-elf/Makefile')
-rw-r--r--libexec/rtld-elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index e10fe42..ae49e9b 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -13,7 +13,7 @@ SRCS= rtld_start.S \
malloc.c xmalloc.c debug.c libmap.c
MAN= rtld.1
CSTD?= gnu99
-CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -fno-builtin
+CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -ffreestanding
CFLAGS+= -I${SRCTOP}/lib/csu/common
.if exists(${.CURDIR}/${MACHINE_ARCH})
RTLD_ARCH= ${MACHINE_ARCH}
OpenPOWER on IntegriCloud