freebsd-dev/gnu/usr.bin/cc
Bruce Evans 4c06fcce4e Disable one of my extensions (function profiler epilogues) that
we're not ready for yet.  gcc and all profiled libraries will need
to be recompiled.  I suspect that the dependencies aren't complete
enough to do this automatically.
1994-09-02 20:39:41 +00:00
..
c++ Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
cc Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
cc1 Use gnumalloc to help reduce memory consumption. 1994-08-29 17:38:28 +00:00
cc1plus Use gnumalloc to help reduce memory consumption. 1994-08-29 17:38:28 +00:00
cc_int
cccp Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
cpp Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
include Disable one of my extensions (function profiler epilogues) that 1994-09-02 20:39:41 +00:00
legal This gcc-2.6.0 should work with 2.0 1994-08-08 04:45:29 +00:00
libgcc
Makefile
Makefile.inc Add dependencies on libraries to DPADD. Someday this should be done 1994-08-28 18:49:06 +00:00
README This gcc-2.6.0 should work with 2.0 1994-08-08 04:45:29 +00:00

$FreeBSD$

This directory contains gcc in a form that uses "bmake" makefiles.
This is not the place you want to start, if you want to hack gcc.
we have included everything here which is part of the source-code
of gcc, but still, don't use this as a hacking-base.

If you suspect a problem with gcc, or just want to hack it in general,
get a complete gcc-X.Y.Z.tar.gz from somewhere, and use that.

Please look in the directory src/gnu/gnu2bmake to find the tools
to generate these files.

Thankyou.