summaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2020-08-17 05:57:02 +0000
committerXin LI <delphij@FreeBSD.org>2020-08-17 05:57:02 +0000
commit941791759c2cb64e4884579b7a7cc5fb21feec26 (patch)
tree1a946470af25c1eb9bc1b89dd992cbe33603b890 /libexec
parentc7cddf955f7a643abe6f999632e005ad9d834885 (diff)
downloadsrc-test-941791759c2cb64e4884579b7a7cc5fb21feec26.tar.gz
src-test-941791759c2cb64e4884579b7a7cc5fb21feec26.zip
Don't explicitly specify c99 or gnu99 as the default is now gnu99.
MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=364292
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/Makefile b/libexec/rtld-elf/Makefile
index 40ad7a7ffc2f0..2309e0c17dd1a 100644
--- a/libexec/rtld-elf/Makefile
+++ b/libexec/rtld-elf/Makefile
@@ -29,7 +29,6 @@ SRCS= \
debug.c \
libmap.c
MAN?= rtld.1
-CSTD?= gnu99
ACFLAGS+= -DLOCORE
CFLAGS+= -Wall -DFREEBSD_ELF -DIN_RTLD -ffreestanding
CFLAGS+= -I${SRCTOP}/lib/csu/common