diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-31 09:39:09 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-05-31 09:39:09 +0000 |
commit | 357e4bf9e743d06dda21c1f8c6b386c58c42943f (patch) | |
tree | 6ab6a8a4dd71169fa25f42128dc2095c77ca82a8 /gcc/config/rs6000/linux.h | |
parent | 596624f8f738d3dca99c02e7395bd2afa4e4fcd0 (diff) | |
download | gcc-357e4bf9e743d06dda21c1f8c6b386c58c42943f.tar.gz |
* rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27278 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/linux.h')
-rw-r--r-- | gcc/config/rs6000/linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 13e3df2b44c..c2a04fa85b1 100644 --- a/gcc/config/rs6000/linux.h +++ b/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} \ |