diff options
-rw-r--r-- | gnu/egcs/gcc/config/rs6000/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/egcs/gcc/config/rs6000/linux.h b/gnu/egcs/gcc/config/rs6000/linux.h index 13e3df2b44c..c2a04fa85b1 100644 --- a/gnu/egcs/gcc/config/rs6000/linux.h +++ b/gnu/egcs/gcc/config/rs6000/linux.h @@ -36,7 +36,7 @@ Boston, MA 02111-1307, USA. */ #define CPP_OS_DEFAULT_SPEC "%(cpp_os_linux)" #undef LINK_SPEC -#define LINK_SPEC "-m elf32ppc %{G*} %{shared:-shared} \ +#define LINK_SPEC "-m elf32ppclinux %{G*} %{shared:-shared} \ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ |