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/java/lang-specs.h | |
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/java/lang-specs.h')
-rw-r--r-- | gcc/java/lang-specs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h index 2e571e9df13..ef40189564d 100644 --- a/gcc/java/lang-specs.h +++ b/gcc/java/lang-specs.h @@ -33,5 +33,5 @@ The Free Software Foundation is independent of Sun Microsystems, Inc. */ "%{fjni:%{femit-class-files:%e-fjni and -femit-class-files are incompatible}}\ %{fjni:%{femit-class-file:%e-fjni and -femit-class-file are incompatible}}\ %{!E:jc1 %i %(jc1) %(cc1_options) %{+e*} %{I*} %{MD} %{MMD} %{M} %{MM}\ - %{!fsyntax-only:%{!S:-o %{|!pipe:%g.s} |\n\ - as %(asm_options) %{!pipe:%g.s} %A }}}"}, + %{!fsyntax-only:%(invoke_as)}}"}, + |