Commit fdecbf8a by Benjamin Kosnik Committed by Benjamin Kosnik

lang-specs.h: Add __GXX_DEPRECATED.


2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>

	* lang-specs.h: Add __GXX_DEPRECATED.

From-SVN: r41141
parent 98c2359b
2001-04-05 Benjamin Kosnik <bkoz@redhat.com>
* lang-specs.h: Add __GXX_DEPRECATED.
Thu Apr 5 16:54:29 2001 J"orn Rennecke <amylaar@redhat.com> Thu Apr 5 16:54:29 2001 J"orn Rennecke <amylaar@redhat.com>
* search.c (get_dynamic_cast_base_type): When building a new * search.c (get_dynamic_cast_base_type): When building a new
......
...@@ -36,12 +36,14 @@ Boston, MA 02111-1307, USA. */ ...@@ -36,12 +36,14 @@ Boston, MA 02111-1307, USA. */
/* cc1plus has an integrated ISO C preprocessor. We should invoke /* cc1plus has an integrated ISO C preprocessor. We should invoke
the external preprocessor if -save-temps is given. */ the external preprocessor if -save-temps is given. */
"%{E|M|MM:cpp0 -lang-c++ -D_GNU_SOURCE %{!no-gcc:-D__GNUG__=%v1}\ "%{E|M|MM:cpp0 -lang-c++ -D_GNU_SOURCE %{!no-gcc:-D__GNUG__=%v1}\
%{!Wno-deprecated:-D__GXX_DEPRECATED}\
%{!fno-exceptions:-D__EXCEPTIONS}\ %{!fno-exceptions:-D__EXCEPTIONS}\
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\ %{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\ %{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
%{!E:%{!M:%{!MM:\ %{!E:%{!M:%{!MM:\
%{save-temps:cpp0 -lang-c++ -D_GNU_SOURCE \ %{save-temps:cpp0 -lang-c++ -D_GNU_SOURCE \
%{!no-gcc:-D__GNUG__=%v1}\ %{!no-gcc:-D__GNUG__=%v1}\
%{!Wno-deprecated:-D__GXX_DEPRECATED}\
%{!fno-exceptions:-D__EXCEPTIONS}\ %{!fno-exceptions:-D__EXCEPTIONS}\
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\ %{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-D__STRICT_ANSI__ -trigraphs -$}\ %{ansi:-D__STRICT_ANSI__ -trigraphs -$}\
...@@ -49,6 +51,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -49,6 +51,7 @@ Boston, MA 02111-1307, USA. */
cc1plus %{save-temps:-fpreprocessed %b.ii}\ cc1plus %{save-temps:-fpreprocessed %b.ii}\
%{!save-temps:%(cpp_options)\ %{!save-temps:%(cpp_options)\
%{!no-gcc:-D__GNUG__=%v1} -D_GNU_SOURCE \ %{!no-gcc:-D__GNUG__=%v1} -D_GNU_SOURCE \
%{!Wno-deprecated:-D__GXX_DEPRECATED}\
%{!fno-exceptions:-D__EXCEPTIONS}\ %{!fno-exceptions:-D__EXCEPTIONS}\
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\ %{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
%{ansi:-D__STRICT_ANSI__}}\ %{ansi:-D__STRICT_ANSI__}}\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment