summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-04-04 16:44:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-04-04 16:44:33 +0000
commit983098e0c9754ab55cf9ef29131b6d2f011cd590 (patch)
tree2dbcf12a87e77faeaa4adeff4ce6c3e5c77eb169
parent18ff6ae909e7ce64495fee31ac83b770eda540b2 (diff)
Notes
-rw-r--r--gnu/usr.bin/groff/Makefile.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg
index 6ebc6a578c04..3b3e522e3e29 100644
--- a/gnu/usr.bin/groff/Makefile.cfg
+++ b/gnu/usr.bin/groff/Makefile.cfg
@@ -1,4 +1,4 @@
-# $Id: Makefile.cfg,v 2.5 1997/03/11 17:57:26 peter Exp $
+# $Id: Makefile.cfg,v 2.6 1998/03/20 11:08:52 bde Exp $
BINDIR?= /usr/bin
SHELL= /bin/sh
@@ -88,6 +88,7 @@ DEFINES= -DHAVE_UNISTD_H=1\
INCLUDES= -I$(GROFF_DIST)/include
CFLAGS+=$(DEFINES) $(INCLUDES)
+CXXFLAGS+= -fno-rtti -fno-exceptions
.y.o:
$(YACC) $(YFLAGS) $(.IMPSRC)