summaryrefslogtreecommitdiffstats
path: root/sys/boot/powerpc/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/powerpc/Makefile.inc')
-rw-r--r--sys/boot/powerpc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/Makefile.inc b/sys/boot/powerpc/Makefile.inc
index dab65e5..e67c0dc 100644
--- a/sys/boot/powerpc/Makefile.inc
+++ b/sys/boot/powerpc/Makefile.inc
@@ -2,7 +2,7 @@
.if ${MACHINE_ARCH} == "powerpc64"
CFLAGS+= -m32 -mcpu=powerpc
-LDFLAGS+= -m elf32ppc
+LDFLAGS+= -m elf32ppc_fbsd
.endif
.include "../Makefile.inc"
OpenPOWER on IntegriCloud