From 6de4623bfe006b8b3e0b94bb3f83cf5f12cb3d33 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Mon, 30 Jun 2003 12:53:39 +0000 Subject: [PATCH] MFi386: revision 1.19. --- lib/csu/amd64/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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}