freebsd-dev/contrib/gcc/config/i386/xm-vsta.h
2003-07-11 03:40:53 +00:00

12 lines
246 B
C

/* Use semicolons to separate elements of a path. */
#define PATH_SEPARATOR ';'
#define TARGET_OS_CPP_BUILTINS() \
do \
{ \
builtin_define_std ("unix"); \
} \
while (0)
#define CPP_SPEC "%{posix:-D_POSIX_SOURCE}"