Added support for armeabi-v7a-hard architecture, it seems to be buggy, because Ballfield launches but does not draw anything. To be fixed later.

This commit is contained in:
pelya
2014-05-29 13:16:00 +03:00
parent 81150d7cae
commit 2853920e98
11 changed files with 149 additions and 4 deletions

View File

@@ -162,7 +162,7 @@
#define HAVE_SYSCONF 1
#undef HAVE_SYSCTLBYNAME
#undef SDL_ALTIVEC_BLITTERS
#define SDL_ASSEMBLY_ROUTINES 1 // There is no assembly code for Arm CPU yet
/* #define SDL_ASSEMBLY_ROUTINES 1 */ // There is no assembly code for ARM CPU yet, and it fails when compiling for armhf
#define HAVE_GCC_ATOMICS 1
#endif /* _SDL_config_minimal_h */