diff --git a/README.md b/README.md index 2e0ef37..5f8e132 100644 --- a/README.md +++ b/README.md @@ -83,8 +83,9 @@ make zImage -j16 ### Building the user-space kexec binary ``` -git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git +git clone git://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git cd kexec-tools +./bootstrap LDFLAGS=-static ./configure --host=arm-unknown-linux-uclibcgnueabi make -j16 ```