diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2003-06-04 11:21:18 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2003-06-04 11:21:18 +0000 |
| commit | c749b4f6dd54aeaad496345a6bfb2abf92222e86 (patch) | |
| tree | 5da45d73b58347f3074bfbc121cf97dd99ba7630 /lib/csu | |
| parent | 7dd825c43f4cb4ee84225830d443ec64a1f88cfa (diff) | |
Notes
Diffstat (limited to 'lib/csu')
| -rw-r--r-- | lib/csu/i386-elf/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 7e2510cb64e6..9c61de79c8bb 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -6,10 +6,8 @@ SRCS= crt1.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o WARNS?= 6 -CFLAGS+= -elf -Wall \ - -I${.CURDIR}/../common \ +CFLAGS+= -I${.CURDIR}/../common \ -I${.CURDIR}/../../libc/include -LDFLAGS+= -elf all: ${OBJS} |
