From: Zack Weinberg Date: Mon, 17 May 1999 23:33:04 +0000 (-0600) Subject: lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc was not given. X-Git-Tag: prereleases/gcc-2.95-test~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e18b97b0774f443e338c1c79ec00bed0fe0a22c;p=thirdparty%2Fgcc.git lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc was not given. � * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc was not given. From-SVN: r26985 --- diff --git a/gcc/ch/ChangeLog b/gcc/ch/ChangeLog index f08d8fec93c0..290c07dc1070 100644 --- a/gcc/ch/ChangeLog +++ b/gcc/ch/ChangeLog @@ -1,3 +1,8 @@ +Tue May 18 00:21:34 1999 Zack Weinberg + + * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc + was not given. + 1999-05-10 18:21 -0400 Zack Weinberg * lang-specs.h: Pass -$ to the preprocessor.