diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-19 03:42:44 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-08-19 03:42:44 +0000 |
commit | d3739bcdc296c9e9dbebea8ef89de4479bdfb4ad (patch) | |
tree | e3d62abfd002697b24e08c71a5e05582c95a355f | |
parent | cb84fe36142930bda6d3af6a2fae42a089156fa7 (diff) | |
download | gcc-d3739bcdc296c9e9dbebea8ef89de4479bdfb4ad.tar.gz |
Take out __EGCS__ and __EGCS_MINOR__.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@14839 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcc.c | 4 |
2 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d58e871d3ff..78200b802cf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -22,11 +22,6 @@ Sun Aug 17 15:42:17 1997 Dave Love (d.love@dl.ac.uk) * configure.lang: Substitute autoconfed ${INSTALL} (not currently relevant). -Sun Aug 17 15:15:53 1997 Jeffrey A Law (law@cygnus.com) - - * gcc.c (default_compilers): Add __EGCS__ and __EGCS_MINOR__ - predefines. - Sat Aug 16 01:08:12 1997 Jeffrey A Law (law@cygnus.com) * loop.c (is_power_of_2, is_conditional_branch): Delete unused diff --git a/gcc/gcc.c b/gcc/gcc.c index cdc1142990e..c09285b6270 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -595,7 +595,6 @@ static struct compiler default_compilers[] = %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ -undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\ - -D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\ %{ansi:-trigraphs -D__STRICT_ANSI__}\ %{!undef:%{!ansi:%p} %P} %{trigraphs} \ %c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\ @@ -617,7 +616,6 @@ static struct compiler default_compilers[] = %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ -undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\ - -D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\ %{ansi:-trigraphs -D__STRICT_ANSI__}\ %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\ @@ -631,7 +629,6 @@ static struct compiler default_compilers[] = %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ -undef -D__OBJC__ -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\ - -D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\ %{ansi:-trigraphs -D__STRICT_ANSI__}\ %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\ @@ -656,7 +653,6 @@ static struct compiler default_compilers[] = %{C:%{!E:%eGNU C does not support -C without using -E}}\ %{M} %{MM} %{MD:-MD %b.d} %{MMD:-MMD %b.d} %{MG}\ -undef -D__GNUC__=%v1 -D__GNUC_MINOR__=%v2\ - -D__EGCS__=%v1 -D__EGCS_MINOR__=%v2\ %{ansi:-trigraphs -D__STRICT_ANSI__}\ %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %c %{O*:%{!O0:-D__OPTIMIZE__}} %{traditional} %{ftraditional:-traditional}\ |