diff options
author | Sven Gothel <[email protected]> | 2011-10-18 06:59:53 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-10-18 06:59:53 +0200 |
commit | f818817f3c0b14fe8317eaf5e1e1fff0a19884d0 (patch) | |
tree | 39c2af3e797664ff5cc68d1cf945526cf50fb801 /test | |
parent | 24eefae081d08920989f123976e6754dc6d0793b (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.sh | 1 |
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 \ " |