[PATCH] allow use of biarch binutils to build

Milton Miller miltonm at bga.com
Thu Jul 10 17:49:04 EST 2003


I built a ppc64 / ppc biarch binutils.  The output arch is chosen
to be powerpc:common64 by default before the diff.  Alan Modra acked
the choice of powerpc:common.


===== arch/ppc/vmlinux.lds.S 1.22 vs edited =====
--- 1.22/arch/ppc/vmlinux.lds.S	Sat Jun 14 01:41:51 2003
+++ edited/arch/ppc/vmlinux.lds.S	Wed Jul  9 23:19:53 2003
@@ -1,6 +1,6 @@
 #include <asm-generic/vmlinux.lds.h>

-OUTPUT_ARCH(powerpc)
+OUTPUT_ARCH(powerpc:common)
 jiffies = jiffies_64 + 4;
 SECTIONS
 {
===== arch/ppc/boot/ld.script 1.6 vs edited =====
--- 1.6/arch/ppc/boot/ld.script	Thu May 29 06:06:53 2003
+++ edited/arch/ppc/boot/ld.script	Wed Jul  9 23:17:20 2003
@@ -1,4 +1,4 @@
-OUTPUT_ARCH(powerpc)
+OUTPUT_ARCH(powerpc:common)
 SECTIONS
 {
   /* Read-only sections, merged into text segment: */

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/





More information about the Linuxppc-dev mailing list