OSDN Git Service

* config/i386/i386.h (MODES_TIEABLE_P): Fix typo.
[pf3gnuchains/gcc-fork.git] / gcc / config / i386 / xm-vsta.h
1 /* Use semicolons to separate elements of a path.  */
2 #define PATH_SEPARATOR ';'
3
4 #define TARGET_OS_CPP_BUILTINS()                \
5   do                                            \
6     {                                           \
7         builtin_define_std ("unix");            \
8     }                                           \
9   while (0)
10
11 #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"