summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authorjdp <jdp@FreeBSD.org>1999-04-22 15:47:21 +0000
committerjdp <jdp@FreeBSD.org>1999-04-22 15:47:21 +0000
commit14244169a1fe71d3f0cb870e96aea00c7cd7aea1 (patch)
treead3801d1c2ee890d5c906fd00ca5ace95a91fdb7 /lib/libstand
parent8946b02fedad383df2d1092ed44e111cea6fb65c (diff)
downloadFreeBSD-src-14244169a1fe71d3f0cb870e96aea00c7cd7aea1.zip
FreeBSD-src-14244169a1fe71d3f0cb870e96aea00c7cd7aea1.tar.gz
Don't build with -g. The a.out egcs can't handle it at the moment.
This seems to have snuck back into the Makefile in an unrelated commit (rev. 1.8).
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index ec8aec8..81ec489 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.11 1998/11/04 12:49:31 peter Exp $
+# $Id: Makefile,v 1.12 1999/02/12 17:20:10 dcs Exp $
#
# Originally from $NetBSD: Makefile,v 1.21 1997/10/26 22:08:38 lukem Exp $
#
@@ -13,7 +13,7 @@ NOPIC= YES
MAN3= libstand.3
# Mostly OK, some of the libc imports are a bit noisy
-CFLAGS+= -Wall -g
+CFLAGS+= -Wall
.if ${MACHINE_ARCH} == "alpha"
CFLAGS+= -mno-fp-regs
OpenPOWER on IntegriCloud