Verify CC is valid during build tests.
commitbb0808a2a191d5e2d7b85e4400535411af242dc3
authorKevin O'Connor <kevin@koconnor.net>
Mon, 18 Feb 2013 15:28:55 +0000 (18 10:28 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Mon, 18 Feb 2013 15:28:55 +0000 (18 10:28 -0500)
treeaf289b110f308b89ff130bfe3e7a2ca96dde337f
parentc924344e18e9af9156b0caddcd669ab0961a99eb
Verify CC is valid during build tests.

Update test-build.sh to report if it can't run the c compiler at all.
Without this test, a totally non-working build environment will yield
an "invalid LD" message which can be confusing.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
tools/test-build.sh