From 787a8c0feb104e6de4349c9485becd7292c2c9f7 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 6 Mar 2011 16:27:57 +0000 Subject: lang-specs.h: Match -save-temps* instead of -save-temps. cp: * lang-specs.h: Match -save-temps* instead of -save-temps. objc: * lang-specs.h: Match -save-temps* instead of -save-temps. objcp * lang-specs.h: Match -save-temps* instead of -save-temps. From-SVN: r170715 --- gcc/objc/ChangeLog | 4 ++++ gcc/objc/lang-specs.h | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'gcc/objc') diff --git a/gcc/objc/ChangeLog b/gcc/objc/ChangeLog index b547316..5194347 100644 --- a/gcc/objc/ChangeLog +++ b/gcc/objc/ChangeLog @@ -1,3 +1,7 @@ +2011-03-06 Joseph Myers + + * lang-specs.h: Match -save-temps* instead of -save-temps. + 2011-02-26 Nicola Pero * objc-act.c (objc_v2_encode_prop_attr): Rewritten. diff --git a/gcc/objc/lang-specs.h b/gcc/objc/lang-specs.h index 70d9bba..8eac47b 100644 --- a/gcc/objc/lang-specs.h +++ b/gcc/objc/lang-specs.h @@ -1,5 +1,5 @@ /* Definitions for specs for Objective-C. - Copyright (C) 1998, 1999, 2002, 2002, 2003, 2005, 2007, 2010 + Copyright (C) 1998, 1999, 2002, 2002, 2003, 2005, 2007, 2010, 2011 Free Software Foundation, Inc. This file is part of GCC. @@ -29,9 +29,9 @@ along with GCC; see the file COPYING3. If not see %{!E:%{!M:%{!MM:\ %{traditional|traditional-cpp:\ %eGNU Objective C no longer supports traditional compilation}\ - %{save-temps|no-integrated-cpp:cc1obj -E %(cpp_options) -o %{save-temps:%b.mi} %{!save-temps:%g.mi} \n\ - cc1obj -fpreprocessed %{save-temps:%b.mi} %{!save-temps:%g.mi} %(cc1_options) %{print-objc-runtime-info} %{gen-decls}}\ - %{!save-temps:%{!no-integrated-cpp:\ + %{save-temps*|no-integrated-cpp:cc1obj -E %(cpp_options) -o %{save-temps*:%b.mi} %{!save-temps*:%g.mi} \n\ + cc1obj -fpreprocessed %{save-temps*:%b.mi} %{!save-temps*:%g.mi} %(cc1_options) %{print-objc-runtime-info} %{gen-decls}}\ + %{!save-temps*:%{!no-integrated-cpp:\ cc1obj %(cpp_unique_options) %(cc1_options) %{print-objc-runtime-info} %{gen-decls}}}\ %{!fsyntax-only:%(invoke_as)}}}}", 0, 0, 0}, {"@objective-c-header", @@ -40,11 +40,11 @@ along with GCC; see the file COPYING3. If not see %{!E:%{!M:%{!MM:\ %{traditional|traditional-cpp:\ %eGNU Objective C no longer supports traditional compilation}\ - %{save-temps|no-integrated-cpp:cc1obj -E %(cpp_options) -o %{save-temps:%b.mi} %{!save-temps:%g.mi} \n\ + %{save-temps*|no-integrated-cpp:cc1obj -E %(cpp_options) -o %{save-temps*:%b.mi} %{!save-temps*:%g.mi} \n\ cc1obj -fpreprocessed %b.mi %(cc1_options) %{print-objc-runtime-info} %{gen-decls}\ -o %g.s %{!o*:--output-pch=%i.gch}\ %W{o*:--output-pch=%*}%V}\ - %{!save-temps:%{!no-integrated-cpp:\ + %{!save-temps*:%{!no-integrated-cpp:\ cc1obj %(cpp_unique_options) %(cc1_options) %{print-objc-runtime-info} %{gen-decls}\ -o %g.s %{!o*:--output-pch=%i.gch}\ %W{o*:--output-pch=%*}%V}}}}}", 0, 0, 0}, -- cgit v1.1