diff options
author | Cort Dougan <cort@cs.nmt.edu> | 1999-05-31 09:39:09 +0000 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-05-31 02:39:09 -0700 |
commit | 305423e8d8fbf43c1723fa8ec0d0b4503269c616 (patch) | |
tree | 6ab6a8a4dd71169fa25f42128dc2095c77ca82a8 | |
parent | e4b8a413b1f92a8b7106b642227f830c58351f86 (diff) | |
download | gcc-305423e8d8fbf43c1723fa8ec0d0b4503269c616.zip gcc-305423e8d8fbf43c1723fa8ec0d0b4503269c616.tar.gz gcc-305423e8d8fbf43c1723fa8ec0d0b4503269c616.tar.bz2 |
* rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
From-SVN: r27278
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/linux.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0efedc1..d024083 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Mon May 31 09:36:11 1999 Cort Dougan <cort@cs.nmt.edu> + + * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux. + Mon May 31 11:40:20 EDT 1999 John Wehle (john@feith.com) * flow.c (mark_regs_live_at_end, insn_dead_p, diff --git a/gcc/config/rs6000/linux.h b/gcc/config/rs6000/linux.h index 13e3df2..c2a04fa 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} \ |