Skip to content

Instantly share code, notes, and snippets.

@nasser
Created November 21, 2014 05:35
Show Gist options
  • Save nasser/554f54ede7d0350db886 to your computer and use it in GitHub Desktop.
Save nasser/554f54ede7d0350db886 to your computer and use it in GitHub Desktop.
Compile LuaJIT for ARM
$ make HOST_CC="gcc -m32" CROSS=/Volumes/crosstools/x-tools/arm-kindle-linux-gnueabi/bin/arm-kindle-linux-gnueabi- TARGET_FLAGS="--sysroot /Volumes/crosstools/x-tools/arm-kindle-linux-gnueabi/arm-kindle-linux-gnueabi/sysroot -ldl" TARGET_SYS=Other
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment