mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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,,\
|
||||
$(notdir \
|
||||
$(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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user