diff options
author | jb <jb@FreeBSD.org> | 1998-05-04 02:06:09 +0000 |
---|---|---|
committer | jb <jb@FreeBSD.org> | 1998-05-04 02:06:09 +0000 |
commit | 69ae143f4709178fbde9ba3d4d6072bb47de09fd (patch) | |
tree | dac7730cc4fd02ea08af3aacf581c4ada474a7de /lib/csu | |
parent | cb4694032f3c8a25d2dade51ec1acebb00d8c88b (diff) | |
download | FreeBSD-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/Makefile | 6 |
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 |