summaryrefslogtreecommitdiff
path: root/gcc/ch
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-17 23:33:05 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-05-17 23:33:05 +0000
commit1d878871abd391b91555ce0761142d07475c70fa (patch)
treeca9e5aee33763cbcc7a5a58d93995dd5455167c8 /gcc/ch
parent8edd72cfdedfb671af32eb166277a8183212a094 (diff)
downloadgcc-1d878871abd391b91555ce0761142d07475c70fa.tar.gz
P
* 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@26986 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-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\