Force BOOTSTRAP mode all the time while the headers are broken on alpha

as the result of i386 changes.
This commit is contained in:
John Birrell 1998-05-04 02:06:09 +00:00
parent b6f8b29d08
commit ec7fa2a51e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=35664

View File

@ -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