aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-12-12 23:30:00 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-12-12 23:30:00 +0000
commit4a3cf5f329d69076aa9d093d596eb0ee82d917f5 (patch)
tree0259fb42967e77c21cbcb4fdca1cd6ee0e33374c /libexec
parent087c4c90d193c1401613e1e13fa99db8de52c8f0 (diff)
Diffstat (limited to 'libexec')
-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 06922c718b2b..fe7e39a6b788 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -38,7 +38,7 @@ SRCS= \
libmap.c
MAN?= rtld.1
ACFLAGS+= -DLOCORE
-CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -ffreestanding
+CFLAGS+= -Wall -DIN_RTLD -ffreestanding
CFLAGS+= -I${SRCTOP}/lib/csu/common
.if exists(${RTLD_ELF_DIR}/${MACHINE_ARCH:S/powerpc64le/powerpc64/})
RTLD_ARCH= ${MACHINE_ARCH:S/powerpc64le/powerpc64/}