summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-10-18 06:59:53 +0200
committerSven Gothel <[email protected]>2011-10-18 06:59:53 +0200
commitf818817f3c0b14fe8317eaf5e1e1fff0a19884d0 (patch)
tree39c2af3e797664ff5cc68d1cf945526cf50fb801 /test
parent24eefae081d08920989f123976e6754dc6d0793b (diff)
Android: Use NDK default gcc settings
Diffstat (limited to 'test')
-rw-r--r--test/native/cross-android-armv7-tst1/android.ndk.env-4.4.3-androideabi.armv7-a.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/native/cross-android-armv7-tst1/android.ndk.env-4.4.3-androideabi.armv7-a.sh b/test/native/cross-android-armv7-tst1/android.ndk.env-4.4.3-androideabi.armv7-a.sh
index 1db8b70..596b376 100644
--- a/test/native/cross-android-armv7-tst1/android.ndk.env-4.4.3-androideabi.armv7-a.sh
+++ b/test/native/cross-android-armv7-tst1/android.ndk.env-4.4.3-androideabi.armv7-a.sh
@@ -63,6 +63,7 @@ export NDK_INCLUDE="-I${TARGET_OS_PATH}/include"
export NDK_CFLAGS="\
-march=${TARGET_CPU_NAME} \
+-mfloat-abi=${TARGET_FPU_ABI} -mfpu=${TARGET_FPU_NAME} \
-fpic \
-DANDROID \
"