From: rth Date: Mon, 31 May 1999 09:39:09 +0000 (+0000) Subject: * rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=357e4bf9e743d06dda21c1f8c6b386c58c42943f;p=platform%2Fupstream%2Flinaro-gcc.git * 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 --- 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 + + * 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} \