toolchain/helpers.mk: don't discard check_arm_abi stderr
authorBaruch Siach <baruch@tkos.co.il>
Thu, 3 Jul 2014 16:32:58 +0000 (19:32 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 4 Jul 2014 21:21:49 +0000 (23:21 +0200)
commit8420d4c169c78bc54d6bc6ef7a7e7c2be50052df
treec4e53a36d143fa170cac59fed35b7a222fde7ae8
parente9568520814d666b41e19e43a02d13235bd15f93
toolchain/helpers.mk: don't discard check_arm_abi stderr

Since we only need to know whether the compiler runs successfully, and
stderr is empty for the success case, there is no need to redirect stderr to
/dev/null. Moreover, stderr output of the failing case reveals valuable
information on the real failure reason.

Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/helpers.mk