Remove XXX_BROKEN_GCC from the Makefile.

This compiles just fine with recent gcc's.
This commit is contained in:
Jeroen Ruigrok van der Werven 2001-04-26 09:44:41 +00:00
parent d12dd1a1b5
commit c27ec88714
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76020

View File

@ -12,7 +12,4 @@ LINTFLAGS=-aehpz
BINDIR= /usr/libexec
# XXX: -O causes the gcc to die on the i386, when compiling tree.o
CFLAGS+= -DXXX_BROKEN_GCC
.include <bsd.prog.mk>