From 69ae143f4709178fbde9ba3d4d6072bb47de09fd Mon Sep 17 00:00:00 2001 From: jb Date: Mon, 4 May 1998 02:06:09 +0000 Subject: Force BOOTSTRAP mode all the time while the headers are broken on alpha as the result of i386 changes. --- lib/csu/alpha/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/csu') 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 -- cgit v1.1