mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-07 21:59:23 +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:
parent
db31623660
commit
4d94781b4d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=359373
@ -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