]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* rs6000/linux.h (LINK_SPEC): Use emulation elf32ppclinux.
authorCort Dougan <cort@cs.nmt.edu>
Mon, 31 May 1999 09:39:09 +0000 (09:39 +0000)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 31 May 1999 09:39:09 +0000 (02:39 -0700)
From-SVN: r27278

gcc/ChangeLog
gcc/config/rs6000/linux.h

index 0efedc1bc286f390867b3e3921620992ac7a5237..d024083940646acdddb56c311bd2b919f54d7b37 100644 (file)
@@ -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,
index 13e3df2b44cf4beed78cb19a227a891bcb4292e1..c2a04fa85b17596fe3bc3c8f6932b4772c9e1ffc 100644 (file)
@@ -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} \