Skip to content

Commit

Permalink
[PATCH] ppc32 ld.script fix for building on ppc64
Browse files Browse the repository at this point in the history
In arch/ppc/boot/ld.script we need OUTPUT_ARCH(powerpc:common) for the
same reasons why we need it in vmlinux.lds.S; when we build on ppc64
box, we need to be explicit about the target.

See http://linus.bkbits.net:8080/linux-2.5/cset@1.1784.8.10 for the
corresponding fix in vmlinux.lds.S.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 29, 2005
1 parent ea8a918 commit 9fcdfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/ppc/boot/ld.script
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
OUTPUT_ARCH(powerpc)
OUTPUT_ARCH(powerpc:common)
SECTIONS
{
/* Read-only sections, merged into text segment: */
Expand Down

0 comments on commit 9fcdfcd

Please sign in to comment.