Skip to content

Instantly share code, notes, and snippets.

@Gnurou
Created October 28, 2013 03:34
Show Gist options
  • Select an option

  • Save Gnurou/7191098 to your computer and use it in GitHub Desktop.

Select an option

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
@EliArad
Copy link

EliArad commented Nov 17, 2017

hi
where are the sources of kexec 32 bit?
thanks
Eli

@kaiwan
Copy link

kaiwan commented Apr 9, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment