diff options
author | Martin Bark <martin@barkynet.com> | 2014-02-04 22:10:23 +0000 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-02-05 23:58:04 +0100 |
commit | 2e8dd9563dbb39b74b0c628295a671ab81e6182b (patch) | |
tree | 1e604455218df178ccce36ddc6c031ef3033a925 /support/scripts/graph-build-time | |
parent | 5f7cbb264ec21f75320ad8518d27f4c605c825f8 (diff) | |
download | buildroot-2e8dd9563dbb39b74b0c628295a671ab81e6182b.tar.gz buildroot-2e8dd9563dbb39b74b0c628295a671ab81e6182b.zip |
dependencies.sh: stop stray a.out being created for ia32 compiler test
If the grub package is selected it also selects
BR2_HOSTARCH_NEEDS_IA32_COMPILER. This triggers a test in dependencies.sh
to verify the host compiler can build 32 bit executables. Currently this
test does not set any output for the compiler which causes a stray a.out
to be create outside the output directory. This patch sets the compiler
output to /dev/null so no a.out is created but the test is still performed.
Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'support/scripts/graph-build-time')
0 files changed, 0 insertions, 0 deletions