mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-24 13:55:56 +00:00
Merge "build: use ar
over gcc-ar
" into integration
This commit is contained in:
commit
eb366ee769
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ ifndef toolchain-mk
|
||||||
guess-gnu-gcc-ld = $(1)
|
guess-gnu-gcc-ld = $(1)
|
||||||
guess-gnu-gcc-oc = $(shell $(1) --print-prog-name objcopy 2>$(nul))
|
guess-gnu-gcc-oc = $(shell $(1) --print-prog-name objcopy 2>$(nul))
|
||||||
guess-gnu-gcc-od = $(shell $(1) --print-prog-name objdump 2>$(nul))
|
guess-gnu-gcc-od = $(shell $(1) --print-prog-name objdump 2>$(nul))
|
||||||
guess-gnu-gcc-ar = $(call which,$(call decompat-path,$(patsubst %$(call file-name,$(1)),%$(subst gcc,gcc-ar,$(call file-name,$(1))),$(call compat-path,$(1)))))
|
guess-gnu-gcc-ar = $(shell $(1) --print-prog-name ar 2>$(nul))
|
||||||
|
|
||||||
define toolchain-warn-unrecognized
|
define toolchain-warn-unrecognized
|
||||||
$$(warning )
|
$$(warning )
|
||||||
|
|
Loading…
Add table
Reference in a new issue