diff options
Diffstat (limited to 'gcc/config/sparc/linux64.h')
-rw-r--r-- | gcc/config/sparc/linux64.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index 31ad3ecfa6c..5db05c1a4a8 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -22,7 +22,7 @@ along with GCC; see the file COPYING3. If not see #define TARGET_OS_CPP_BUILTINS() \ do \ { \ - LINUX_TARGET_OS_CPP_BUILTINS(); \ + GNU_USER_TARGET_OS_CPP_BUILTINS(); \ if (TARGET_ARCH64) \ builtin_define ("_LONGLONG"); \ if (TARGET_ARCH32 \ @@ -114,7 +114,7 @@ along with GCC; see the file COPYING3. If not see %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ - -dynamic-linker " LINUX_DYNAMIC_LINKER32 "} \ + -dynamic-linker " GNU_USER_DYNAMIC_LINKER32 "} \ %{static:-static}} \ " @@ -122,7 +122,7 @@ along with GCC; see the file COPYING3. If not see %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ - -dynamic-linker " LINUX_DYNAMIC_LINKER64 "} \ + -dynamic-linker " GNU_USER_DYNAMIC_LINKER64 "} \ %{static:-static}} \ " @@ -194,7 +194,7 @@ along with GCC; see the file COPYING3. If not see %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ - -dynamic-linker " LINUX_DYNAMIC_LINKER64 "} \ + -dynamic-linker " GNU_USER_DYNAMIC_LINKER64 "} \ %{static:-static}} \ %{mlittle-endian:-EL} \ %{!mno-relax:%{!r:-relax}} \ |