aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
diff options
context:
space:
mode:
authorNeil Booth <neilb@earthling.net>2000-09-26 17:28:07 +0000
committerNeil Booth <neil@gcc.gnu.org>2000-09-26 17:28:07 +0000
commit5a8e2650ed8948a7894a79cea8da2ba878d22ae7 (patch)
treece2d63128dfa6a81b7ea8dddfaba181e2fb18d6f /gcc/java
parent380f6ad3dde6db991434068c4f3776c6762fa564 (diff)
downloadgcc-5a8e2650ed8948a7894a79cea8da2ba878d22ae7.zip
gcc-5a8e2650ed8948a7894a79cea8da2ba878d22ae7.tar.gz
gcc-5a8e2650ed8948a7894a79cea8da2ba878d22ae7.tar.bz2
gcc.c (cpp_options): Add spec for -ftabstop=.
* 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). From-SVN: r36646
Diffstat (limited to 'gcc/java')
-rw-r--r--gcc/java/lang-specs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang-specs.h b/gcc/java/lang-specs.h
index 2e571e9..ef40189 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)}}"},
+