aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/csu/amd64/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index c5b902a2eeca..4b51e6b68a70 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -5,10 +5,8 @@
SRCS= crt1.c crti.S crtn.S
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
-CFLAGS+= -elf -Wall \
- -I${.CURDIR}/../common \
+CFLAGS+= -I${.CURDIR}/../common \
-I${.CURDIR}/../../libc/include
-LDFLAGS+= -elf
all: ${OBJS}