diff options
Diffstat (limited to 'sys/boot/uboot/Makefile.inc')
-rw-r--r-- | sys/boot/uboot/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/uboot/Makefile.inc b/sys/boot/uboot/Makefile.inc index dab65e5..e67c0dc 100644 --- a/sys/boot/uboot/Makefile.inc +++ b/sys/boot/uboot/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" |