bde 2004/02/04 06:40:45 PST
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Fixed breakage of POSIX support in rev.1.31. -pipe was added to
CFLAGS in all cases, but POSIX requires a default of -O. Adding
-pipe unconditionally still is still broken for non-gcc compilers
in the non-POSIX case.
Revision Changes Path
1.75 +2 -1 src/share/mk/sys.mk