From: Zack Weinberg Date: Mon, 17 May 1999 23:33:05 +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~422 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e1db226051dad8f739f668eefad2d6b83ffb601;p=thirdparty%2Fgcc.git lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc was not given. P * lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc was not given. From-SVN: r26986 --- diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h index 66c9b5be8205..ba946d3b55d7 100644 --- a/gcc/ch/lang-specs.h +++ b/gcc/ch/lang-specs.h @@ -26,7 +26,7 @@ Boston, MA 02111-1307, USA. */ {"@chill", {"cpp -lang-chill %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %{$} %I\ %{C:%{!E:%eGNU CHILL does not support -C without using -E}}\ - -D__GNUCHILL__=%v1 -D__GNUC_MINOR__=%v2\ + %{!no-gcc:-D__GNUCHILL__=%v1 -D__GNUC_MINOR__=%v2}\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:-D__OPTIMIZE__} %{traditional} %{ftraditional:-traditional}\ %{traditional-cpp:-traditional} %{!undef:%{!ansi:%p} %P} %{trigraphs}\ %{g*} %{W*} %{w} %{pedantic*} %{H} %{d*} %C %{D*} %{U*} %{i*} %Z\