summaryrefslogtreecommitdiffstats
path: root/lib/csu/i386-elf/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/i386-elf/Makefile')
-rw-r--r--lib/csu/i386-elf/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/csu/i386-elf/Makefile b/lib/csu/i386-elf/Makefile
index 4d833aa..0fcd091 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
OpenPOWER on IntegriCloud