[PowerPC] Fix LIB32WMAKEFLAGS definition

When I modified the LIB32WMAKEFLAGS= definition, I trimmed too much off.
-m is meant to be a parameter to LD.

Reported by:	arichardson
This commit is contained in:
bdragon 2020-03-27 18:20:36 +00:00
parent c82162e957
commit 415ec66937

View File

@ -56,7 +56,8 @@ LIB32CPUFLAGS+= -target powerpc-unknown-freebsd13.0
LIB32_MACHINE= powerpc
LIB32_MACHINE_ARCH= powerpc
LIB32WMAKEFLAGS= -m elf32ppc_fbsd
LIB32WMAKEFLAGS= \
LD="${XLD} -m elf32ppc_fbsd"
.elif ${COMPAT_ARCH:Mmips64*} != ""
HAS_COMPAT=32