mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-22 09:09:22 +08:00
cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove.
* config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove. From-SVN: r136541
This commit is contained in:
parent
0b9f07d4d8
commit
ae06ac00a4
@ -1,3 +1,7 @@
|
||||
2008-06-07 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* config/i386/cygming.h (MAYBE_UWIN_CPP_BUILTINS): Remove.
|
||||
|
||||
2008-06-07 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* config.gcc (Obsolete configurations): Remove list of
|
||||
|
@ -70,8 +70,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define MAYBE_UWIN_CPP_BUILTINS() /* Nothing. */
|
||||
|
||||
#define TARGET_OS_CPP_BUILTINS() \
|
||||
do \
|
||||
{ \
|
||||
@ -90,7 +88,6 @@ along with GCC; see the file COPYING3. If not see
|
||||
to compare typeinfo symbols across dll boundaries. */ \
|
||||
builtin_define ("__GXX_MERGED_TYPEINFO_NAMES=0"); \
|
||||
builtin_define ("__GXX_TYPEINFO_EQUALITY_INLINE=0"); \
|
||||
MAYBE_UWIN_CPP_BUILTINS (); \
|
||||
EXTRA_OS_CPP_BUILTINS (); \
|
||||
} \
|
||||
while (0)
|
||||
|
Loading…
Reference in New Issue
Block a user