summaryrefslogtreecommitdiff
path: root/gcc/config/mn10300/linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mn10300/linux.h')
-rw-r--r--gcc/config/mn10300/linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mn10300/linux.h b/gcc/config/mn10300/linux.h
index 3a3593d52f0..d63b95ad1eb 100644
--- a/gcc/config/mn10300/linux.h
+++ b/gcc/config/mn10300/linux.h
@@ -23,7 +23,7 @@
#undef PREFERRED_DEBUGGING_TYPE
#define PREFERRED_DEBUGGING_TYPE DWARF2_DEBUG
-#define TARGET_OS_CPP_BUILTINS() LINUX_TARGET_OS_CPP_BUILTINS()
+#define TARGET_OS_CPP_BUILTINS() GNU_USER_TARGET_OS_CPP_BUILTINS()
#undef CPP_SPEC
#define CPP_SPEC "%{mam33:-D__AM33__} %{!mam33:-D__AM33__=2 -D__AM33_2__} \
@@ -39,7 +39,7 @@
#define LINK_SPEC "%{mrelax:--relax} %{shared:-shared} \
%{!static: \
%{rdynamic:-export-dynamic} \
- -dynamic-linker " LINUX_DYNAMIC_LINKER "} \
+ -dynamic-linker " GNU_USER_DYNAMIC_LINKER "} \
%{static:-static}"
#undef PROCESSOR_DEFAULT