[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:
parent
c82162e957
commit
415ec66937
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user