aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i370/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/i370/linux.h')
-rw-r--r--gcc/config/i370/linux.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gcc/config/i370/linux.h b/gcc/config/i370/linux.h
index adc1959c4d0..f402fbde9f3 100644
--- a/gcc/config/i370/linux.h
+++ b/gcc/config/i370/linux.h
@@ -29,13 +29,7 @@ Boston, MA 02111-1307, USA. */
#define TARGET_ELF_ABI
/* Target OS preprocessor built-ins. */
-#define TARGET_OS_CPP_BUILTINS() \
- do { \
- builtin_define_std ("unix"); \
- builtin_define_std ("linux"); \
- builtin_define ("__gnu_linux__"); \
- builtin_assert ("system=posix"); \
- } while (0)
+#define TARGET_OS_CPP_BUILTINS() LINUX_TARGET_OS_CPP_BUILTINS()
/* Options for this target machine. */