aboutsummaryrefslogtreecommitdiff
path: root/lib/csu/alpha/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-05-04 02:06:09 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-05-04 02:06:09 +0000
commitec7fa2a51ef3c7ac7d781529381f1225cdbe897a (patch)
treecfc6915324f81b4eaaa68148d672af0ac5396529 /lib/csu/alpha/Makefile
parentb6f8b29d083cc21fc5391dea1b3e7ec1fa70d06b (diff)
downloadsrc-ec7fa2a51ef3c7ac7d781529381f1225cdbe897a.tar.gz
src-ec7fa2a51ef3c7ac7d781529381f1225cdbe897a.zip
Force BOOTSTRAP mode all the time while the headers are broken on alpha
as the result of i386 changes.
Notes
Notes: svn path=/head/; revision=35664
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 45e833f6bc53..43db2d969b38 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