Files
buildtools/gcc-files/gcc/config/os.h

9 lines
284 B
C

#undef TARGET_OS_CPP_BUILTINS
#define TARGET_OS_CPP_BUILTINS() \
do { \
builtin_define_std ("xomb"); \
builtin_define_std ("unix"); \
builtin_assert ("system=xomb"); \
builtin_assert ("system=unix"); \
} while(0);