Created
October 28, 2013 03:34
-
-
Save Gnurou/7191098 to your computer and use it in GitHub Desktop.
Cross-compiling Kexec for ARM, how-to.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./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
hi
where are the sources of kexec 32 bit?
thanks
Eli