OSDN Git Service

(CPP_PREDEFINES): Use GNU_CPP_PREDEFINES macro.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / gnu.h
1 /* Configuration for an i386 running GNU as the target machine.  */
2
3 /* We do want to add an underscore to the front of each user symbol.
4    i386/gas.h checks this.  */
5 #define YES_UNDERSCORES
6
7 #include "i386/gstabs.h"
8
9 /* Get perform_* macros to build libgcc.a.  */
10 #include "i386/perform.h"
11
12 #undef CPP_PREDEFINES
13 #define CPP_PREDEFINES GNU_CPP_PREDEFINES("i386")
14
15 /* Don't default to pcc-struct-return, because gcc is the only compiler, and
16    we want to retain compatibility with older gcc versions.  */
17 #define DEFAULT_PCC_STRUCT_RETURN 0
18
19 /* Get machine-independent configuration parameters for the GNU system.  */
20 #include "gnu.h"