diff options
Diffstat (limited to 'size_single_applets.sh')
-rwxr-xr-x | size_single_applets.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | # Which config to use when updating the sizes in "official" | ||
3 | # source tree? I am using x86 glibc toolchain of some typical distro, | ||
4 | # not-static build, 32-bit defconfig build: | ||
5 | # # CONFIG_STATIC is not set | ||
6 | # CONFIG_CROSS_COMPILER_PREFIX="" | ||
7 | # CONFIG_EXTRA_CFLAGS="-m32" | ||
8 | # CONFIG_EXTRA_LDFLAGS="-m32" | ||
9 | |||
2 | # The list of all applet config symbols | 10 | # The list of all applet config symbols |
3 | test -f include/applets.h || { echo "No include/applets.h file"; exit 1; } | 11 | test -f include/applets.h || { echo "No include/applets.h file"; exit 1; } |
4 | apps="` | 12 | apps="` |