From 4e2d8ad829c54b0cf2f0612450beaf618e5b045d Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 14 May 2022 06:30:45 -0500 Subject: [PATCH] Fix cross compiling example in help text. --- scripts/help.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/help.txt b/scripts/help.txt index d369e47a..906c579f 100644 --- a/scripts/help.txt +++ b/scripts/help.txt @@ -22,6 +22,6 @@ LINUX= build kernel from this source, configured for qemu run_root - boot toyroot under qemu, I.E. cd root/$CROSS && ./qemu-*.sh -example: make defconfig toybox install CFLAGS="--static" CROSS_COMPILE=armv5l- +example: make defconfig toybox install LDFLAGS="--static" CROSS_COMPILE=armv5l- or : make root run_root CROSS=sh4 LINUX=~/linux -- 2.39.2