aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorNeil Booth <neil@gcc.gnu.org>2003-05-04 22:06:57 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-05-04 22:06:57 +0000
commit41dd7402adb27e783c5d928f5c53cf221c5c6eb5 (patch)
treeb72251b3d89907ddcddb5a6c7685401988931a33 /gcc
parentad26fb41b4bb380ae90a5a2ebd19e158410fad56 (diff)
downloadgcc-41dd7402adb27e783c5d928f5c53cf221c5c6eb5.zip
gcc-41dd7402adb27e783c5d928f5c53cf221c5c6eb5.tar.gz
gcc-41dd7402adb27e783c5d928f5c53cf221c5c6eb5.tar.bz2
* doc/cppopts.texi: Remove documentation of -gcc.
From-SVN: r66464
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/cppopts.texi7
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi
index 46f2226..4a1f30f 100644
--- a/gcc/doc/cppopts.texi
+++ b/gcc/doc/cppopts.texi
@@ -582,13 +582,6 @@ the source line.
The @option{-CC} option is generally used to support lint comments.
-@item -gcc
-@opindex gcc
-Define the macros @sc{__gnuc__}, @sc{__gnuc_minor__} and
-@sc{__gnuc_patchlevel__}. These are defined automatically when you use
-@command{gcc -E}; you can turn them off in that case with
-@option{-no-gcc}.
-
@item -traditional-cpp
@opindex traditional-cpp
Try to imitate the behavior of old-fashioned C preprocessors, as