View | Details | Raw Unified | Return to bug 205455
Collapse All | Expand All

(-)/usr/src/sys/boot/ofw/Makefile.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
.if ${MACHINE_ARCH} == "powerpc64"
3
.if ${MACHINE_ARCH} == "powerpc64"
4
CFLAGS+=	-m32 -mcpu=powerpc
4
CFLAGS+=	-m32 -mcpu=powerpc
5
LDFLAGS+=	-m elf32ppc_fbsd
5
LDFLAGS+=	-Wl,-m -Wl,elf32ppc_fbsd
6
.endif
6
.endif
7
7
8
.include "../Makefile.inc"
8
.include "../Makefile.inc"
(-)/usr/src/sys/boot/powerpc/Makefile.inc (+1 lines)
Lines 2-7 Link Here
2
2
3
.if ${MACHINE_ARCH} == "powerpc64"
3
.if ${MACHINE_ARCH} == "powerpc64"
4
CFLAGS+=	-m32 -mcpu=powerpc
4
CFLAGS+=	-m32 -mcpu=powerpc
5
LDFLAGS+=	-Wl,-m -Wl,elf32ppc_fbsd
5
.endif
6
.endif
6
7
7
.include "../Makefile.inc"
8
.include "../Makefile.inc"
(-)/usr/src/sys/boot/uboot/Makefile.inc (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
.if ${MACHINE_ARCH} == "powerpc64"
3
.if ${MACHINE_ARCH} == "powerpc64"
4
CFLAGS+=	-m32 -mcpu=powerpc
4
CFLAGS+=	-m32 -mcpu=powerpc
5
LDFLAGS+=	-m elf32ppc_fbsd
5
LDFLAGS+=	-Wl,-m -Wl,elf32ppc_fbsd
6
.endif
6
.endif
7
7
8
.include "../Makefile.inc"
8
.include "../Makefile.inc"

Return to bug 205455