use -m ${LD_EMULATION} for binary->elf link invocation
r306041 changed ld invocations for converting binary files to kernel ELF objects to pass -m, but missed bespoke ld invocations in a pair of arm file configs (one of which has since been removed). This is needed to support some external toolchains and lld. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
13cf5074d0
commit
8573e2c388
@ -64,7 +64,7 @@ sdma_fw.c optional sdma_fw \
|
||||
clean "sdma_fw.c"
|
||||
sdma-imx6q-to1.fwo optional sdma_fw \
|
||||
dependency "sdma-imx6q-to1.bin" \
|
||||
compile-with "${LD} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
|
||||
compile-with "${LD} -m ${LD_EMULATION} -b binary -d -warn-common -r -d -o ${.TARGET} sdma-imx6q-to1.bin" \
|
||||
no-implicit-rule \
|
||||
clean "sdma-imx6q-to1.fwo"
|
||||
sdma-imx6q-to1.bin optional sdma_fw \
|
||||
|
Loading…
x
Reference in New Issue
Block a user