diff options
| -rw-r--r-- | gcc/cp/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/cp/lang-specs.h | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index dd6f5a7..c7f6eee 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -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 diff --git a/gcc/cp/lang-specs.h b/gcc/cp/lang-specs.h index 99854a7..6f9839b 100644 --- a/gcc/cp/lang-specs.h +++ b/gcc/cp/lang-specs.h @@ -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)}}}}"}, |
