diff options
Diffstat (limited to 'gnu/usr.bin/cc/README')
-rw-r--r-- | gnu/usr.bin/cc/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/README b/gnu/usr.bin/cc/README new file mode 100644 index 0000000..01303ea --- /dev/null +++ b/gnu/usr.bin/cc/README @@ -0,0 +1,16 @@ + +$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. + |