Temporary fix for problems that occur if CFLAGS=-g is added to

/etc/make.conf. The tools can't handle generating debug code where
we fiddle with the ELF segments.
This commit is contained in:
John Birrell 1998-04-01 03:24:19 +00:00
parent c03e877a88
commit 8999cfc9b5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34977

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.2 1998/03/10 07:04:05 jb Exp $
# $Id: Makefile,v 1.3 1998/03/11 20:41:55 jb Exp $
#
SRCS= crt1.c crtbegin.c crtend.c
@ -10,6 +10,7 @@ NOMAN= true
NOPIC= true
NOPROFILE= true
INTERNALLIB= true
CFLAGS=
.ifndef BOOTSTRAP
CFLAGS+= -DHAVE_RTLD -I${.CURDIR}/../../../libexec/rtld-elf