diff options
author | Ian Lance Taylor <ian@wasabisystems.com> | 2004-04-09 00:38:36 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2004-04-09 00:38:36 +0000 |
commit | 2a782c52ee25dcad5966c76476b062d5b5356b4b (patch) | |
tree | 9b7dfc6eedd21c12aaaa094b03d9211805b4233e /gcc/gcc.c | |
parent | febc53656a4fcaf22878308fedbfee8e90ac2a5e (diff) | |
download | gcc-2a782c52ee25dcad5966c76476b062d5b5356b4b.zip gcc-2a782c52ee25dcad5966c76476b062d5b5356b4b.tar.gz gcc-2a782c52ee25dcad5966c76476b062d5b5356b4b.tar.bz2 |
* gcc.c (default_compilers): Add missing initializers.
From-SVN: r80538
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -951,7 +951,7 @@ static const struct compiler default_compilers[] = %W{o*:--output-pch=%*}%V}}}}}}", 0, 0, 0}, {".i", "@cpp-output", 0, 1, 0}, {"@cpp-output", - "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0}, + "%{!M:%{!MM:%{!E:cc1 -fpreprocessed %i %(cc1_options) %{!fsyntax-only:%(invoke_as)}}}}", 0, 1, 0}, {".s", "@assembler", 0, 1, 0}, {"@assembler", "%{!M:%{!MM:%{!E:%{!S:as %(asm_debug) %(asm_options) %i %A }}}}", 0, 1, 0}, |