diff options
author | Zack Weinberg <zack@rabi.phys.columbia.edu> | 1999-05-10 15:30:04 +0000 |
---|---|---|
committer | Dave Brolley <brolley@gcc.gnu.org> | 1999-05-10 11:30:04 -0400 |
commit | 5f4609821f35f7175abe07db3597eb01690ef956 (patch) | |
tree | c33635c68fe2ea8d4b4778c4d114f083ad91d6d0 /gcc/ch/lang-specs.h | |
parent | 54ff00f60b44e981234a67810d35f3678785c098 (diff) | |
download | gcc-5f4609821f35f7175abe07db3597eb01690ef956.tar.gz |
lang-specs.h: Pass -$ to the preprocessor.
1999-05-10 18:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
* lang-specs.h: Pass -$ to the preprocessor.
From-SVN: r26871
Diffstat (limited to 'gcc/ch/lang-specs.h')
-rw-r--r-- | gcc/ch/lang-specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h index a8c0213314c..66c9b5be820 100644 --- a/gcc/ch/lang-specs.h +++ b/gcc/ch/lang-specs.h @@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA. */ {".ch", {"@chill"}}, {".chi", {"@chill"}}, {"@chill", - {"cpp -lang-chill %{nostdinc*} %{C} %{v} %{A*} %{I*} %{P} %I\ + {"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\ %c %{Os:-D__OPTIMIZE_SIZE__} %{O*:-D__OPTIMIZE__} %{traditional} %{ftraditional:-traditional}\ |