summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/uboot/ldscript.powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/uboot/ldscript.powerpc')
-rw-r--r--sys/boot/powerpc/uboot/ldscript.powerpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/uboot/ldscript.powerpc b/sys/boot/powerpc/uboot/ldscript.powerpc
index 43ef422..fdba57c 100644
--- a/sys/boot/powerpc/uboot/ldscript.powerpc
+++ b/sys/boot/powerpc/uboot/ldscript.powerpc
@@ -1,7 +1,7 @@
/* $FreeBSD$ */
OUTPUT_FORMAT("elf32-powerpc", "elf32-powerpc", "elf32-powerpc")
-OUTPUT_ARCH(powerpc)
+OUTPUT_ARCH(powerpc:common)
ENTRY(_start)
SEARCH_DIR(/usr/lib);
PROVIDE (__stack = 0);
OpenPOWER on IntegriCloud