Skip to content

Instantly share code, notes, and snippets.

@Gnurou
Created October 28, 2013 03:34
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save Gnurou/7191098 to your computer and use it in GitHub Desktop.
Save Gnurou/7191098 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