5220512ff6
- Don't define NO_IMPLICIT_EXTERN_C here. It is already the default (defined in i386/bsd.h). - Don't lose the fixed comment about FUNCTION_PROFILER. - Don't lose the define of NO_PROFILE_DATA. Replace the unused define of COMMENT_BEGIN by the less-unused define of ASM_COMMENT_START. COMMENT_BEGIN was only defined in i386-specific files and was not used in any part of gcc-2.6.3. ASM_COMMENT_START is defined for several targets and is used for stuff that we don't support (dwarf). |
||
---|---|---|
.. | ||
c++ | ||
cc | ||
cc1 | ||
cc1plus | ||
cc_int | ||
cccp | ||
cpp | ||
doc | ||
f77 | ||
include | ||
legal | ||
libgcc | ||
Makefile | ||
Makefile.inc | ||
README |
$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.