summaryrefslogtreecommitdiffstats
path: root/lib/csu/amd64/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/amd64/Makefile')
-rw-r--r--lib/csu/amd64/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csu/amd64/Makefile b/lib/csu/amd64/Makefile
index ae195e8..4d833aa 100644
--- a/lib/csu/amd64/Makefile
+++ b/lib/csu/amd64/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1998/09/07 23:31:59 jdp Exp $
+# $Id: Makefile,v 1.3 1999/01/09 21:50:56 jdp Exp $
#
SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S
@@ -7,7 +7,7 @@ OBJS= ${SRCS:N*.h:R:S/$/.o/g}
OBJS+= gcrt1.o
SOBJS= crtbegin.So crtend.So
CFLAGS+= -elf
-CFLAGS+= -Wall -Wno-unused
+CFLAGS+= -Wall
LDFLAGS+= -elf
NOMAN= true
NOPIC= true
OpenPOWER on IntegriCloud