aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@google.com>2010-12-14 18:11:50 +0100
committerDavid 'Digit' Turner <digit@google.com>2010-12-14 18:11:50 +0100
commitee9a8ad3302f67a22045700cd34a3b44d5aeb5ea (patch)
tree4e6a17e9def6f8dd317023fc6f236fbcb961e26b
parentddcc27943ae2f76b29bd4c8736fa8327a8254b19 (diff)
downloadndk-ee9a8ad3302f67a22045700cd34a3b44d5aeb5ea.tar.gz
Fix mingw build.
Change-Id: I38d3df244ca80033ba99eaf15b46af3600c4b9cf
-rw-r--r--build/tools/prebuilt-common.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/build/tools/prebuilt-common.sh b/build/tools/prebuilt-common.sh
index ee83cfbf2..e72b878c6 100644
--- a/build/tools/prebuilt-common.sh
+++ b/build/tools/prebuilt-common.sh
@@ -524,7 +524,10 @@ EOF
HOST_OS=windows
HOST_TAG=windows
HOST_EXE=.exe
- #HOST_GMP_ABI=
+ # It turns out that we need to undefine this to be able to
+ # perform a canadian-cross build with mingw. Otherwise, the
+ # GMP configure scripts will not be called with the right options
+ HOST_GMP_ABI=
fi
}