aboutsummaryrefslogtreecommitdiff
path: root/scripts/help.txt
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:51 +0000
commit4fedcd7c8efb4b361ab8643584100583d52a472e (patch)
tree5dbbb5fd7edc0e5025ee19f52aea2a52fee72b1c /scripts/help.txt
parent452ee4eada8e5bb1f433edb152cc7037038548d1 (diff)
parent9323773b0b13f0b51f0874572a4a87ce40855934 (diff)
downloadtoybox-android14-mainline-cellbroadcast-release.tar.gz
Change-Id: Ib48f9d0449169a15e13d348d3959ec3a24210644
Diffstat (limited to 'scripts/help.txt')
-rw-r--r--scripts/help.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/help.txt b/scripts/help.txt
index d369e47a..feca0a8d 100644
--- a/scripts/help.txt
+++ b/scripts/help.txt
@@ -1,6 +1,7 @@
toybox - Build toybox.
COMMANDNAME - Build individual toybox command as a standalone binary.
list - List COMMANDNAMEs you can build standalone.
+ list_example - List example commands (often used by the test suite)
list_pending - List unfinished COMMANDNAMEs out of toys/pending.
change - Build each command standalone under change/.
baseline - Create toybox_old for use by bloatcheck.
@@ -22,6 +23,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