From 8ba6f0513216caabb9da7594a3e3431c944feedf Mon Sep 17 00:00:00 2001 From: bde Date: Wed, 4 Jun 2003 11:21:18 +0000 Subject: Removed garbage: - -elf in CFLAGS had no effect except to reduce portability. - -elf in LDFLAGS had even less effect, since LDFLAGS is not used. - -Wall in CFLAGS had no effect except to reduce portability and break overriding of WARNS, since the setting of WARNS implies -Wall. --- lib/csu/i386-elf/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/csu/i386-elf/Makefile') diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 7e2510c..9c61de7 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} -- cgit v1.1