Merge pull request #15668 from leandrolanzieri/pr/makefiles/arch/riscv_redirect_which_error
makefiles/arch/riscv: redirect 'which' error message to /dev/null
This commit is contained in:
commit
720ea90372
@ -25,7 +25,7 @@ TARGET_ARCH_RISCV ?= \
|
|||||||
$(subst -gcc,,\
|
$(subst -gcc,,\
|
||||||
$(notdir \
|
$(notdir \
|
||||||
$(word 1,\
|
$(word 1,\
|
||||||
$(foreach triple,$(_TRIPLES_TO_TEST),$(shell which $(triple)-gcc))))))
|
$(foreach triple,$(_TRIPLES_TO_TEST),$(shell which $(triple)-gcc 2> /dev/null))))))
|
||||||
|
|
||||||
TARGET_ARCH ?= $(TARGET_ARCH_RISCV)
|
TARGET_ARCH ?= $(TARGET_ARCH_RISCV)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user