mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Drop back down to GCC 4.6 for Android until the ARMv6 crash can be figured out.
See issue #4798 .
This commit is contained in:
parent
8ecc161c7f
commit
d53285a94d
1 changed files with 1 additions and 1 deletions
|
@ -3,4 +3,4 @@ APP_STL := gnustl_static
|
|||
APP_ABI := armeabi-v7a armeabi x86
|
||||
#APP_ABI := armeabi-v7a
|
||||
APP_GNUSTL_CPP_FEATURES :=
|
||||
NDK_TOOLCHAIN_VERSION := 4.8
|
||||
NDK_TOOLCHAIN_VERSION := 4.6
|
||||
|
|
Loading…
Add table
Reference in a new issue