6bac4c3e6a
we can also use the upstream binutils linker where we have to have a unique name for the FreeBSD emulation.
9 lines
138 B
Makefile
9 lines
138 B
Makefile
# $FreeBSD$
|
|
|
|
.if ${MACHINE_ARCH} == "powerpc64"
|
|
CFLAGS+= -m32 -mcpu=powerpc
|
|
LDFLAGS+= -m elf32ppc_fbsd
|
|
.endif
|
|
|
|
.include "../Makefile.inc"
|