diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-17 23:35:15 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-17 23:35:15 +0000 |
commit | 1c22039ab64be7d28cda45cc9896ad4e02b3ad16 (patch) | |
tree | 3d0653317c4bf8ebf4534d488353033189236dc9 /gcc/f/lang-specs.h | |
parent | 84556710bb5931092371fd8077fc3dd9a38738a9 (diff) | |
download | ppe42-gcc-1c22039ab64be7d28cda45cc9896ad4e02b3ad16.tar.gz ppe42-gcc-1c22039ab64be7d28cda45cc9896ad4e02b3ad16.zip |
X
* lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc
was not given.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26989 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/lang-specs.h')
-rw-r--r-- | gcc/f/lang-specs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/lang-specs.h b/gcc/f/lang-specs.h index 9cdc8c48212..b4492a6327d 100644 --- a/gcc/f/lang-specs.h +++ b/gcc/f/lang-specs.h @@ -38,7 +38,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\ %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ - -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\ + %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2}\ %{ansi:-trigraphs -$ -D__STRICT_ANSI__}\ %{!undef:%P} -D_LANGUAGE_FORTRAN %{trigraphs} \ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} -traditional\ @@ -88,7 +88,7 @@ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA {"cpp -lang-c %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I \ %{C:%{!E:%eGNU C does not support -C without using -E}} \ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG} \ - -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2 \ + %{!no-gcc:-D__GNUC__=%v1 -D__GNUC_MINOR__=%v2} \ %{ansi:-trigraphs -$ -D__STRICT_ANSI__} \ %{!undef:%P} -D_LANGUAGE_FORTRAN %{trigraphs} \ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:%{!O0:-D__OPTIMIZE__}} -traditional \ |