Przeglądaj źródła

ARM: Allow compilation in thumb mode (CCOPT_ARM=-mthumb).

Mike Pall 14 lat temu
rodzic
commit
4fbacaf887
1 zmienionych plików z 0 dodań i 3 usunięć
  1. 0 3
      src/lj_arch.h

+ 0 - 3
src/lj_arch.h

@@ -190,9 +190,6 @@
 #if defined(__ARMEB__)
 #error "No support for big-endian ARM"
 #endif
-#if defined(__thumb__) || defined(__thumb2__)
-#error "No support for Thumb instruction set (yet)"
-#endif
 #if !__ARM_EABI__
 #error "Only ARM EABI is supported"
 #endif