mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 07:11:05 +01:00
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:
parent
c03e877a88
commit
8999cfc9b5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34977
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user