summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu')
-rw-r--r--lib/csu/alpha/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index e25f050..63d64ef 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,10 +1,9 @@
#
-# $Id: Makefile,v 1.1.1.1 1998/03/07 20:27:10 jdp Exp $
+# $Id: Makefile,v 1.2 1998/03/10 07:04:05 jb Exp $
#
-.PATH: ${.CURDIR}/../i386-elf
-SRCS= crt1.c crtbegin.c crtend.c crti.S crtn.S
-OBJS= ${SRCS:N*.h:R:S/$/.o/g}
+SRCS= crt1.c crtbegin.c crtend.c
+OBJS= crt1.o crtbegin.o crtend.o
SOBJS= crtbegin.so crtend.so
CFLAGS+= -Wall -Wno-unused
NOMAN= true
@@ -12,6 +11,10 @@ NOPIC= true
NOPROFILE= true
INTERNALLIB= true
+.ifndef BOOTSTRAP
+CFLAGS+= -DHAVE_RTLD -I${.CURDIR}/../../../libexec/rtld-elf
+.endif
+
all: ${OBJS} ${SOBJS}
realinstall:
OpenPOWER on IntegriCloud