Branch: Tag:

2016-09-06

2016-09-06 15:06:35 by Arne Goedeke <el@laramies.com>

Build: activate ARM32 machine code in Thumb mode

After some testing, it seems like interworks just works as expected.

5348:    ], [])    AC_TRY_COMPILE([   #if defined(__GNUC__) - #if !defined(__arm__) || defined(__thumb__) || defined(__thumb2__) + #if !defined(__arm__)   #error Not arm32 architecture   #endif   #else