aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>1999-05-17 23:33:05 +0000
committerJeffrey A Law <law@cygnus.com>1999-05-17 23:33:05 +0000
commit502515589721556f0caa54da3226fc6ac889c05b (patch)
treeca9e5aee33763cbcc7a5a58d93995dd5455167c8
parentdfe51d176c0c4ef848b399e63fd48b7841b64441 (diff)
P
* lang-specs.h: Define __GNUC__ and __GNUC_MINOR__ only if -no-gcc was not given. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26986 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ch/lang-specs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h
index 66c9b5be820..ba946d3b55d 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\