OSDN Git Service

Fix cc1plus specs breakage.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2000 20:42:43 +0000 (20:42 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Nov 2000 20:42:43 +0000 (20:42 +0000)
* lang-specs.h: Add %2 after %(cc1_options).

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37468 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/cp/ChangeLog
gcc/cp/lang-specs.h

index dd6f5a7..c7f6eee 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-14  Jim Wilson  <wilson@redhat.com>
+
+       * lang-specs.h: Add %2 after %(cc1_options).
+
 2000-11-14  Richard Henderson  <rth@redhat.com>
 
        * typeck.c (c_sizeof): Be strict about casting result value
index 99854a7..6f9839b 100644 (file)
@@ -43,19 +43,19 @@ Boston, MA 02111-1307, USA.  */
        %{!no-gcc:-D__GNUG__=%v1}\
        %{fnew-abi:-D__GXX_ABI_VERSION=100}\
        %{ansi:-trigraphs -$ -D__STRICT_ANSI__}\
-       %(cc1_options) %{+e*}\
+       %(cc1_options) %2 %{+e*}\
        %{!fsyntax-only:%(invoke_as)}}}}"
 #else /* ! USE_CPPLIB */
     "cpp0 -lang-c++ %{!no-gcc:-D__GNUG__=%v1}\
        %{fnew-abi:-D__GXX_ABI_VERSION=100}\
        %{ansi:-trigraphs -$ -D__STRICT_ANSI__} %(cpp_options)\
        %{!M:%{!MM:%{!E:%{!pipe:%g.ii} |\n\
-     cc1plus -lang-c++ %{!pipe:%g.ii} %(cc1_options) %{+e*}\
+     cc1plus -lang-c++ %{!pipe:%g.ii} %(cc1_options) %2 %{+e*}\
      %{!fsyntax-only:%(invoke_as)}}}}\n"
 #endif /* ! USE_CPPLIB */
   },
   {".ii", "@c++-cpp-output"},
   {"@c++-cpp-output",
    "%{!M:%{!MM:%{!E:\
-    cc1plus -lang-c++ -fpreprocessed %i %(cc1_options) %{+e*}\
+    cc1plus -lang-c++ -fpreprocessed %i %(cc1_options) %2 %{+e*}\
     %{!fsyntax-only:%(invoke_as)}}}}"},