OSDN Git Service

* doc/cppopts.texi: Remove documentation of -gcc.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 May 2003 22:06:57 +0000 (22:06 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 4 May 2003 22:06:57 +0000 (22:06 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66464 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/doc/cppopts.texi

index 46f2226..4a1f30f 100644 (file)
@@ -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