mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 12:37:39 +08:00
lang-specs.h: Do not process -o or run the assembler if -fsyntax-only.
* lang-specs.h: Do not process -o or run the assembler if -fsyntax-only. From-SVN: r35852
This commit is contained in:
parent
4f3e904e93
commit
b7ba649aeb
@ -1,3 +1,8 @@
|
||||
2000-08-21 Nix <nix@esperi.demon.co.uk>
|
||||
|
||||
* lang-specs.h: Do not process -o or run the assembler if
|
||||
-fsyntax-only.
|
||||
|
||||
2000-08-07 Kazu Hirata <kazu@hxi.com>
|
||||
|
||||
* decl.c: Fix a comment typo.
|
||||
|
@ -26,5 +26,6 @@ Boston, MA 02111-1307, USA. */
|
||||
{"@chill",
|
||||
"tradcpp0 -lang-chill %{!no-gcc:-D__GNUCHILL__=%v1} %(cpp_options)\
|
||||
%{!M:%{!MM:%{!E:%{!pipe:%g.i} |\n\
|
||||
cc1chill %{!pipe:%g.i} %(cc1_options) %{!S:-o %{|!pipe:%g.s} |\n\
|
||||
as %(asm_options) %{!pipe:%g.s} %A }}}}\n"},
|
||||
cc1chill %{!pipe:%g.i} %(cc1_options)\
|
||||
%{!fsyntax-only:%{!S:-o %{|!pipe:%g.s} |\n\
|
||||
as %(asm_options) %{!pipe:%g.s} %A }}}}}\n"},
|
||||
|
Loading…
Reference in New Issue
Block a user