ARM: Add ARM target architecture selection (disabled).

This commit is contained in:
Mike Pall
2011-01-25 18:50:24 +01:00
parent 705f593ffc
commit ed6c895ae5
7 changed files with 70 additions and 10 deletions

View File

@@ -526,7 +526,7 @@ static void *err_unwind(lua_State *L, void *stopcf, int errcode)
/* -- External frame unwinding -------------------------------------------- */
#if defined(__GNUC__)
#if defined(__GNUC__) && !LJ_TARGET_ARM
#include <unwind.h>