diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-26 17:28:07 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-26 17:28:07 +0000 |
commit | 99b02af1968d50929a11537e0a6ce4ed68368bb7 (patch) | |
tree | ce2d63128dfa6a81b7ea8dddfaba181e2fb18d6f /gcc/ch | |
parent | c5b3ce24016d158bc10403636dbbfba5dc2fc7e2 (diff) | |
download | gcc-99b02af1968d50929a11537e0a6ce4ed68368bb7.tar.gz |
* gcc.c (cpp_options): Add spec for -ftabstop=.
(invoke_as): New spec that handles invoking as.
Update specs to handle -save-temps and -traditional.
* ch/lang-specs.h, f/lang-specs.h, java/lang-specs.h:
Use invoke_as.
* cp/lang-specs.h, objc/lang-specs.h: Update to use
invoke_as, and handle -save-temps and -traditional (if
appropriate).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36646 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ch')
-rw-r--r-- | gcc/ch/lang-specs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ch/lang-specs.h b/gcc/ch/lang-specs.h index adedbffa871..1ed4bac14cb 100644 --- a/gcc/ch/lang-specs.h +++ b/gcc/ch/lang-specs.h @@ -27,5 +27,4 @@ Boston, MA 02111-1307, USA. */ "tradcpp0 -lang-chill %{!no-gcc:-D__GNUCHILL__=%v1} %(cpp_options)\ %{!M:%{!MM:%{!E:%{!pipe:%g.i} |\n\ cc1chill %{!pipe:%g.i} %(cc1_options)\ - %{!fsyntax-only:%{!S:-o %{|!pipe:%g.s} |\n\ - as %(asm_options) %{!pipe:%g.s} %A }}}}}\n"}, + %{!fsyntax-only:%(invoke_as)}}}}\n"}, |