1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

[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:
Brandon Bergren 2020-03-27 18:20:36 +00:00
parent db31623660
commit 4d94781b4d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359373

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