mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 13:10:50 +08:00
(CPP_PREDEFINES): Add -D__SVR4.
From-SVN: r10538
This commit is contained in:
parent
41fe17abf9
commit
2c3aa1ba73
@ -1,5 +1,5 @@
|
||||
/* Target definitions for GNU compiler for Intel 80386 running Solaris 2
|
||||
Copyright (C) 1993 Free Software Foundation, Inc.
|
||||
Copyright (C) 1993, 1995 Free Software Foundation, Inc.
|
||||
|
||||
Written by Fred Fish (fnf@cygnus.com).
|
||||
|
||||
@ -37,7 +37,7 @@ Boston, MA 02111-1307, USA. */
|
||||
/* Add "sun" to the list of symbols defined for SVR4. */
|
||||
#undef CPP_PREDEFINES
|
||||
#define CPP_PREDEFINES \
|
||||
"-Di386 -Dunix -D__svr4__ -Dsun \
|
||||
"-Di386 -Dunix -D__svr4__ -D__SVR4 -Dsun \
|
||||
-Asystem(unix) -Asystem(svr4) -Acpu(i386) -Amachine(i386)"
|
||||
|
||||
#undef CPP_SPEC
|
||||
|
Loading…
x
Reference in New Issue
Block a user