diff options
Diffstat (limited to 'gcc/lto/lang-specs.h')
-rw-r--r-- | gcc/lto/lang-specs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto/lang-specs.h b/gcc/lto/lang-specs.h index 4f98411..6173438 100644 --- a/gcc/lto/lang-specs.h +++ b/gcc/lto/lang-specs.h @@ -19,6 +19,6 @@ along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ /* LTO contributions to the "compilers" array in gcc.cc. */ - + {"@lto", "lto1 %(cc1_options) %i %{!fsyntax-only:%(invoke_as)}", /*cpp_spec=*/NULL, /*combinable=*/1, /*needs_preprocessing=*/0}, |