yann@149: # Configuration file for sstrip tool facility yann@1844: # depends on ! BACKEND yann@149: yann@1854: comment "sstrip" yann@1855: depends on ARCH_BINFMT_ELF yann@1854: yann@1854: config SSTRIP yann@1854: bool yann@1854: prompt "sstrip" yann@1855: depends on ARCH_BINFMT_ELF yann@149: help yann@149: The sstrip utility, to maximise the striping of ELF binaries yann@149: (executables and libraries). yann@1856: yann@875: Buildroot version, forked off the original from ELFkickers. This one yann@875: is somewhat maintained by the buildroot guys. yann@875: Supports big-endian systems.