summaryrefslogtreecommitdiffstats
path: root/lib/csu/alpha/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/csu/alpha/Makefile')
-rw-r--r--lib/csu/alpha/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile
index 45e833f..43db2d9 100644
--- a/lib/csu/alpha/Makefile
+++ b/lib/csu/alpha/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.3 1998/03/11 20:41:55 jb Exp $
+# $Id: Makefile,v 1.4 1998/04/01 03:24:19 jb Exp $
#
SRCS= crt1.c crtbegin.c crtend.c
@@ -12,6 +12,10 @@ 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
OpenPOWER on IntegriCloud