diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile index 4d833aab53f..0fcd091e008 100644 --- a/lib/csu/amd64/Makefile +++ b/lib/csu/amd64/Makefile @@ -1,13 +1,12 @@ # -# $Id: Makefile,v 1.3 1999/01/09 21:50:56 jdp Exp $ +# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $ # SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o SOBJS= crtbegin.So crtend.So -CFLAGS+= -elf -CFLAGS+= -Wall +CFLAGS+= -elf -Wall -fkeep-inline-functions LDFLAGS+= -elf NOMAN= true NOPIC= true diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile index 4d833aab53f..0fcd091e008 100644 --- a/lib/csu/i386-elf/Makefile +++ b/lib/csu/i386-elf/Makefile @@ -1,13 +1,12 @@ # -# $Id: Makefile,v 1.3 1999/01/09 21:50:56 jdp Exp $ +# $Id: Makefile,v 1.4 1999/03/12 17:33:26 jdp Exp $ # SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S OBJS= ${SRCS:N*.h:R:S/$/.o/g} OBJS+= gcrt1.o SOBJS= crtbegin.So crtend.So -CFLAGS+= -elf -CFLAGS+= -Wall +CFLAGS+= -elf -Wall -fkeep-inline-functions LDFLAGS+= -elf NOMAN= true NOPIC= true