diff options
| author | tv <tv@NetBSD.org> | 1999-02-09 15:33:45 +0000 |
|---|---|---|
| committer | tv <tv@NetBSD.org> | 1999-02-09 15:33:45 +0000 |
| commit | c6e4b6cf095cf8ecb0e87f0210e3a6110de866dc (patch) | |
| tree | 3e7e1f7108022896167ceec66ac1f583b5823799 /gnu/usr.bin | |
| parent | f3be23268629f2a396e1066c28b657613f43f99c (diff) | |
Remove old alpha addition to CXXFLAGS, and use -fno-rtti and
-fno-exceptions to make the code a lot slimmer.
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/groff/Makefile.cfg | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/usr.bin/groff/Makefile.cfg b/gnu/usr.bin/groff/Makefile.cfg index 6495926e67a..4d60a12d146 100644 --- a/gnu/usr.bin/groff/Makefile.cfg +++ b/gnu/usr.bin/groff/Makefile.cfg @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.cfg,v 1.24 1998/04/14 20:30:27 cgd Exp $ +# $NetBSD: Makefile.cfg,v 1.25 1999/02/09 15:33:45 tv Exp $ .if defined(PROG) LDADD+= -lgnumalloc @@ -36,12 +36,7 @@ CPPFLAGS+= -DHAVE_UNISTD_H=1\ -DHAVE_MKSTEMP=1\ -DHAVE_SYS_SIGLIST=1 -# XXX NetBSD/Alpha's (cygnus snapshot) g++ doesn't allow virtual functions -# which aren't declared inline to be later defined as inline without a -# warning (-> error). -.if (${MACHINE_ARCH} == "alpha") -CXXFLAGS+= -DBROKEN_GXX_VIRTUAL_INLINE -.endif +CXXFLAGS+= -fno-rtti -fno-exceptions # XXX This won't necessarily work if running a parallel make, but does # XXX work here because each subdir builds at most one .cc file from a .y. |
