From b097a84d62dcfcf201a695b54bcfafae70cac8a6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 28 Dec 2018 03:20:17 +0100 Subject: config: update size information Signed-off-by: Denys Vlasenko --- size_single_applets.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'size_single_applets.sh') diff --git a/size_single_applets.sh b/size_single_applets.sh index ee16d4de7..f7f327b43 100755 --- a/size_single_applets.sh +++ b/size_single_applets.sh @@ -1,4 +1,12 @@ #!/bin/bash +# Which config to use when updating the sizes in "official" +# source tree? I am using x86 glibc toolchain of some typical distro, +# not-static build, 32-bit defconfig build: +# # CONFIG_STATIC is not set +# CONFIG_CROSS_COMPILER_PREFIX="" +# CONFIG_EXTRA_CFLAGS="-m32" +# CONFIG_EXTRA_LDFLAGS="-m32" + # The list of all applet config symbols test -f include/applets.h || { echo "No include/applets.h file"; exit 1; } apps="` -- cgit v1.2.3