Kaydet (Commit) b115c1cd authored tarafından Christian Lohmaier's avatar Christian Lohmaier

android: configure - add missing flags for x86 targeting

Change-Id: Ia70f713cdfe2b532dfa4b8aa7876f830b3ef8175
üst b7654300
...@@ -414,7 +414,6 @@ if test -n "$with_android_ndk"; then ...@@ -414,7 +414,6 @@ if test -n "$with_android_ndk"; then
# Default to Clang 5.0 # Default to Clang 5.0
with_android_ndk_toolchain_version=clang5.0 with_android_ndk_toolchain_version=clang5.0
fi fi
case "$with_android_ndk_toolchain_version" in case "$with_android_ndk_toolchain_version" in
clang5.0) clang5.0)
ANDROID_BINUTILS_DIR=$ANDROID_NDK_HOME/toolchains/$android_platform_prefix-4.9 ANDROID_BINUTILS_DIR=$ANDROID_NDK_HOME/toolchains/$android_platform_prefix-4.9
...@@ -511,7 +510,7 @@ if test -n "$with_android_ndk"; then ...@@ -511,7 +510,7 @@ if test -n "$with_android_ndk"; then
ANDROIDCFLAGS="" ANDROIDCFLAGS=""
else # x86 else # x86
ANDROID_APP_ABI=x86 ANDROID_APP_ABI=x86
ANDROIDCFLAGS="-march=atom" ANDROIDCFLAGS="-march=atom -gcc-toolchain $ANDROID_BINUTILS_PREBUILT_ROOT -target i686-none-linux-android"
fi fi
ANDROIDCFLAGS="$ANDROIDCFLAGS -ffunction-sections -fdata-sections" ANDROIDCFLAGS="$ANDROIDCFLAGS -ffunction-sections -fdata-sections"
ANDROIDCFLAGS="$ANDROIDCFLAGS -L$ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/${ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR}libs/$ANDROID_APP_ABI" ANDROIDCFLAGS="$ANDROIDCFLAGS -L$ANDROID_NDK_HOME/sources/cxx-stl/gnu-libstdc++/${ANDROID_NDK_TOOLCHAIN_VERSION_SUBDIR}libs/$ANDROID_APP_ABI"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment