summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha/Makefile
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-08-20 21:37:22 +0000
committerjb <jb@FreeBSD.org>1998-08-20 21:37:22 +0000
commitbc2aa8b61ac0df0da191f4b5f3e71139d17b975f (patch)
tree6c81879d35c30433b8baa55c4cad6215b155ce16 /lib/csu/alpha/Makefile
parent68c64482c2178bc010b0daa983202e72c05f5cec (diff)
downloadFreeBSD-src-bc2aa8b61ac0df0da191f4b5f3e71139d17b975f.zip
FreeBSD-src-bc2aa8b61ac0df0da191f4b5f3e71139d17b975f.tar.gz
Remove the bootstrap hack that prevented the use of the rtld.
Diffstat (limited to 'lib/csu/alpha/Makefile')
-rw-r--r--lib/csu/alpha/Makefile13
1 files changed, 2 insertions, 11 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 43db2d9..219f923 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,24 +1,15 @@
#
-# $Id: Makefile,v 1.4 1998/04/01 03:24:19 jb Exp $
+# $Id: Makefile,v 1.5 1998/05/04 02:06:09 jb Exp $
#
SRCS= crt1.c crtbegin.c crtend.c
OBJS= crt1.o crtbegin.o crtend.o
SOBJS= crtbegin.so crtend.so
-CFLAGS+= -Wall -Wno-unused
+CFLAGS+= -Wall -Wno-unused -I${.CURDIR}/../../../libexec/rtld-elf
NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
-CFLAGS=
-
-# Force bootstrap mode until rtld is ported. The headers are broken
-# on alpha as the result of i386 changes.
-BOOTSTRAP= true
-
-.ifndef BOOTSTRAP
-CFLAGS+= -DHAVE_RTLD -I${.CURDIR}/../../../libexec/rtld-elf
-.endif
all: ${OBJS} ${SOBJS}
OpenPOWER on IntegriCloud