mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-06 14:37:22 +08:00
lang-specs.h: Add __DEPRECATED.
2001-04-05 Benjamin Kosnik <bkoz@redhat.com> * lang-specs.h: Add __DEPRECATED. From-SVN: r41142
This commit is contained in:
parent
fdecbf8ab8
commit
b03eced6f6
@ -1,6 +1,6 @@
|
||||
2001-04-05 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* lang-specs.h: Add __GXX_DEPRECATED.
|
||||
* lang-specs.h: Add __DEPRECATED.
|
||||
|
||||
Thu Apr 5 16:54:29 2001 J"orn Rennecke <amylaar@redhat.com>
|
||||
|
||||
|
@ -36,14 +36,14 @@ Boston, MA 02111-1307, USA. */
|
||||
/* cc1plus has an integrated ISO C preprocessor. We should invoke
|
||||
the external preprocessor if -save-temps is given. */
|
||||
"%{E|M|MM:cpp0 -lang-c++ -D_GNU_SOURCE %{!no-gcc:-D__GNUG__=%v1}\
|
||||
%{!Wno-deprecated:-D__GXX_DEPRECATED}\
|
||||
%{!Wno-deprecated:-D__DEPRECATED}\
|
||||
%{!fno-exceptions:-D__EXCEPTIONS}\
|
||||
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
|
||||
%{ansi:-D__STRICT_ANSI__ -trigraphs -$} %(cpp_options)}\
|
||||
%{!E:%{!M:%{!MM:\
|
||||
%{save-temps:cpp0 -lang-c++ -D_GNU_SOURCE \
|
||||
%{!no-gcc:-D__GNUG__=%v1}\
|
||||
%{!Wno-deprecated:-D__GXX_DEPRECATED}\
|
||||
%{!Wno-deprecated:-D__DEPRECATED}\
|
||||
%{!fno-exceptions:-D__EXCEPTIONS}\
|
||||
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
|
||||
%{ansi:-D__STRICT_ANSI__ -trigraphs -$}\
|
||||
@ -51,7 +51,7 @@ Boston, MA 02111-1307, USA. */
|
||||
cc1plus %{save-temps:-fpreprocessed %b.ii}\
|
||||
%{!save-temps:%(cpp_options)\
|
||||
%{!no-gcc:-D__GNUG__=%v1} -D_GNU_SOURCE \
|
||||
%{!Wno-deprecated:-D__GXX_DEPRECATED}\
|
||||
%{!Wno-deprecated:-D__DEPRECATED}\
|
||||
%{!fno-exceptions:-D__EXCEPTIONS}\
|
||||
%{!fno-new-abi:-D__GXX_ABI_VERSION=100}\
|
||||
%{ansi:-D__STRICT_ANSI__}}\
|
||||
|
Loading…
Reference in New Issue
Block a user