summaryrefslogtreecommitdiffstats
path: root/lib/csu
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-05-04 02:06:09 +0000
committerjb <jb@FreeBSD.org>1998-05-04 02:06:09 +0000
commit69ae143f4709178fbde9ba3d4d6072bb47de09fd (patch)
treedac7730cc4fd02ea08af3aacf581c4ada474a7de /lib/csu
parentcb4694032f3c8a25d2dade51ec1acebb00d8c88b (diff)
downloadFreeBSD-src-69ae143f4709178fbde9ba3d4d6072bb47de09fd.zip
FreeBSD-src-69ae143f4709178fbde9ba3d4d6072bb47de09fd.tar.gz
Force BOOTSTRAP mode all the time while the headers are broken on alpha
as the result of i386 changes.
Diffstat (limited to 'lib/csu')
-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