freebsd-skq/gnu/usr.bin/cc
Paul Richards 6f1537dd90 Fixed up everything so that the version of gcc that we install from the
FreeBSD system sources installs itself as the standard cc and c++. I've
fixed c++ to call cc instead of gcc and removed all the symlinks
that get created to g** version of the binaries. This means that
you can install a second version of gcc that does use the g prefix
alongside the "system" version of gcc. The only conflict is libgcc
but since we install it as libcc.so.26 and nothing else is likely
to that should be ok.

Reviewed by:
Submitted by:
1994-08-23 17:18:58 +00:00
..
c++ Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
cc Fixed up everything so that the version of gcc that we install from the 1994-08-23 17:18:58 +00:00
cc1 Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
cc1plus Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
cc_int Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
cccp Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
cpp Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
include Define __FreeBSD__ to be 2. 1994-08-10 06:12:51 +00:00
legal This gcc-2.6.0 should work with 2.0 1994-08-08 04:45:29 +00:00
libgcc Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
Makefile Here comes the right import of gcc-2.6.0. 1994-08-02 20:15:59 +00:00
Makefile.inc Fixed up everything so that the version of gcc that we install from the 1994-08-23 17:18:58 +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.