summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/csu/alpha/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 63d64ef..45e833f 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.2 1998/03/10 07:04:05 jb Exp $
+# $Id: Makefile,v 1.3 1998/03/11 20:41:55 jb Exp $
#
SRCS= crt1.c crtbegin.c crtend.c
@@ -10,6 +10,7 @@ NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
+CFLAGS=
.ifndef BOOTSTRAP
CFLAGS+= -DHAVE_RTLD -I${.CURDIR}/../../../libexec/rtld-elf
OpenPOWER on IntegriCloud