summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-04-01 03:24:19 +0000
committerjb <jb@FreeBSD.org>1998-04-01 03:24:19 +0000
commit6774bb7ee04d6e7adc07b90e00bf24b68acf85f5 (patch)
tree61f1e5ac9798ce2d8f9506f15fd94fc4cf55e9ba /lib
parent64af92eaa57c6aeb1fed4ca6a1316114b6e07ffd (diff)
downloadFreeBSD-src-6774bb7ee04d6e7adc07b90e00bf24b68acf85f5.zip
FreeBSD-src-6774bb7ee04d6e7adc07b90e00bf24b68acf85f5.tar.gz
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/csu/alpha/Makefile3
1 files changed, 2 insertions, 1 deletions
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
OpenPOWER on IntegriCloud