configure: detect toolchain if not specified
authorJohn Koleszar <jkoleszar@google.com>
Mon, 24 May 2010 16:50:43 +0000 (12:50 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Tue, 25 May 2010 18:54:22 +0000 (14:54 -0400)
commit98058bccfcded58f75dc275dc3dec3a862a1f39c
treeb345398d11b6b1043dc32d324c424675160bad6e
parent75befc7a76a55a94cf7a29354deb31f66b34911b
configure: detect toolchain if not specified

Try to select an optimized target based on the host's uname, as this
is the expected behavior of most configure scripts.

Change-Id: I1408ece70c43487902ea6edc6450d6a55abc424a
build/make/configure.sh