From 8bf4c43defe8352b6093c18c33ee2ea329a2ac8a Mon Sep 17 00:00:00 2001 From: James Zern Date: Fri, 27 Jun 2014 15:33:39 -0700 Subject: [PATCH] configure: defer x32 check until post toolchain setup x32 would never be detected unless an explicit CC= was used fixes: ...: -E: command not found Change-Id: I465fd7b0979f782053bdda240ad68edbca5658e5 --- build/make/configure.sh | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index bda11b7ce..688162617 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1048,14 +1048,6 @@ EOF esac ;; x86*) - bits=32 - enabled x86_64 && bits=64 - check_cpp <