(the old cc has been tagged with "gcc_2_6_3_final" so we have a reference point in case of unforseen disasters...) This has the objc backend active, and I think I've managed to get the f77 f2c support through in one piece, but I don't know fortran to test it. A 'make world' change and libobjc commit will follow. If you normally do 'make -DNOCLEAN world', do not do so this time, I know it can fail with groff. This version of gcc makes a **LOT** more warnings on our kernel.
14 lines
271 B
Makefile
14 lines
271 B
Makefile
# $Id$
|
|
|
|
INFO = gcc cpp reno gxxint
|
|
|
|
gcc.info: gcc.texi invoke.texi install.texi extend.texi rtl.texi md.texi \
|
|
tm.texi
|
|
|
|
reno.info: reno.texi templates.texi gpcompare.texi
|
|
|
|
.include "../Makefile.inc"
|
|
MAKEINFOFLAGS+= -I ${GCCDIR} -I ${GCCDIR}/cp
|
|
|
|
.include <bsd.info.mk>
|