Skip to content

Instantly share code, notes, and snippets.

@draplater
Forked from Gnurou/Kexec for ARM
Last active September 11, 2015 08:56
Show Gist options
  • Save draplater/0e9ec977914d87f97c7d to your computer and use it in GitHub Desktop.
Save draplater/0e9ec977914d87f97c7d to your computer and use it in GitHub Desktop.
Cross-compiling Kexec for ARM, how-to.
./bootstrap
LDFLAGS=-static ./configure --host=arm-none-linux-gnueabi --without-zlib --without-lzma
make
-> static binary in build/sbin/kexec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment