summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/ofw/ldscript.powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/ofw/ldscript.powerpc')
-rw-r--r--sys/boot/powerpc/ofw/ldscript.powerpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/ofw/ldscript.powerpc b/sys/boot/powerpc/ofw/ldscript.powerpc
index ecf8129..e3b7b2c 100644
--- a/sys/boot/powerpc/ofw/ldscript.powerpc
+++ b/sys/boot/powerpc/ofw/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);
/* Do we need any of these for elf?
OpenPOWER on IntegriCloud