summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-30 12:53:39 +0000
committerru <ru@FreeBSD.org>2003-06-30 12:53:39 +0000
commited55c31b37c9d3295d1a3d7e5fe16aad8d64789a (patch)
tree400f69db83ef1be534d98f0f516ea9ad342ed75e /lib/csu/amd64
parentcd018fba86964f9e9cd0fb8b806a217a5b7e7455 (diff)
downloadFreeBSD-src-ed55c31b37c9d3295d1a3d7e5fe16aad8d64789a.zip
FreeBSD-src-ed55c31b37c9d3295d1a3d7e5fe16aad8d64789a.tar.gz
MFi386: revision 1.19.
Diffstat (limited to 'lib/csu/amd64')
-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 c5b902a..4b51e6b 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}
OpenPOWER on IntegriCloud