Enabled GCC 4.8 for armeabi-v7a-hard, fixed x86 compilation with GCC 4.8

This commit is contained in:
Sergii Pylypenko
2014-05-30 20:52:24 +03:00
parent 456bb768a4
commit 8807d55630
8 changed files with 14 additions and 16 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, and it fails when compiling for armhf
#define SDL_ASSEMBLY_ROUTINES 1
#define HAVE_GCC_ATOMICS 1
#endif /* _SDL_config_minimal_h */