Skip to content

Instantly share code, notes, and snippets.

@jpf91
Created February 6, 2012 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpf91/1752778 to your computer and use it in GitHub Desktop.
Save jpf91/1752778 to your computer and use it in GitHub Desktop.
diff -ur android-ndk/android-ndk-r7/build/tools/prebuilt-common.sh android-ndk-mingw32/android-ndk-r7/build/tools/prebuilt-common.sh
--- android-ndk/android-ndk-r7/build/tools/prebuilt-common.sh 2011-11-03 13:24:57.000000000 +0100
+++ android-ndk-mingw32/android-ndk-r7/build/tools/prebuilt-common.sh 2012-02-05 13:31:53.317388191 +0100
@@ -697,7 +697,7 @@
# detect build tag
case $HOST_TAG in
linux-x86)
- ABI_CONFIGURE_BUILD=i386-linux-gnu
+ ABI_CONFIGURE_BUILD=i486-linux-gnu
;;
linux-x86_64)
ABI_CONFIGURE_BUILD=x86_64-linux-gnu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment