mirror of
https://github.com/love2d/love-android.git
synced 2026-08-20 20:51:22 +02:00
LuaJIT: use proper -mfpu flags and added new binaries
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -53,6 +53,6 @@ cd src
|
|||||||
buildLuaJIT armeabi
|
buildLuaJIT armeabi
|
||||||
|
|
||||||
# Android/ARM, armeabi-v7a (ARMv7 VFP), Android 4.0+ (ICS)
|
# Android/ARM, armeabi-v7a (ARMv7 VFP), Android 4.0+ (ICS)
|
||||||
buildLuaJIT armeabi-v7a "-march=armv7-a -mfloat-abi=softfp -Wl,--fix-cortex-a8"
|
buildLuaJIT armeabi-v7a "-march=armv7-a -mfloat-abi=softfp -mfpu=vfpv3-d16 -Wl,--fix-cortex-a8"
|
||||||
|
|
||||||
make clean
|
make clean
|
||||||
|
|||||||
Reference in New Issue
Block a user