From 6774bb7ee04d6e7adc07b90e00bf24b68acf85f5 Mon Sep 17 00:00:00 2001 From: jb Date: Wed, 1 Apr 1998 03:24:19 +0000 Subject: 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. --- lib/csu/alpha/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/csu') diff --git a/lib/csu/alpha/Makefile b/lib/csu/alpha/Makefile index 63d64ef..45e833f 100644 --- a/lib/csu/alpha/Makefile +++ b/lib/csu/alpha/Makefile @@ -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 -- cgit v1.1