freebsd-dev/gnu/usr.bin/cc
Thomas Graichen 485a4a95e8 Reviewed by: jmz (Jean-Marc Zucconi)
added a simple man-page for our f77 (f2c/gcc driver)
1996-01-16 10:21:45 +00:00
..
c++ Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
cc Enabled my FUNCTION_PROFILER_EPILOGUE code and added option 1995-12-26 01:34:39 +00:00
cc1 Build cc1 nonshared. This actually results in it consuming 40K *less* disk 1995-10-01 20:16:27 +00:00
cc1plus Make cc1plus smaller and faster as was done for cc1 by linking static. 1995-10-02 16:37:16 +00:00
cc_int Work around optimizer strength reduction bug. 1996-01-04 04:44:47 +00:00
cccp Integrated GCC-2.6.1 -> GCC-2.6.2 changes. 1994-11-15 04:52:19 +00:00
cpp Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
doc Enabled my FUNCTION_PROFILER_EPILOGUE code and added option 1995-12-26 01:34:39 +00:00
f77 Reviewed by: jmz (Jean-Marc Zucconi) 1996-01-16 10:21:45 +00:00
include Enabled my FUNCTION_PROFILER_EPILOGUE code and added option 1995-12-26 01:34:39 +00:00
legal Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
libgcc Remove trailing whitespace. 1995-05-30 05:05:38 +00:00
Makefile Add doc subdir 1995-01-22 21:56:38 +00:00
Makefile.inc Updated the sources to gcc 2.6.3 with FreeBSD changes already applied. 1995-03-11 03:51:44 +00:00
README ---------------------------------- 1994-11-03 06:52:42 +00:00

$Id$

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.