Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-31 | Fix PROGRAM_INVOCATION handling with external toolchains | Thomas Petazzoni | |
BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option, like BR2_INET_IPV6, BR2_INET_RPC, on which some packages depend. Therefore, it should be handled like BR2_INET_IPV6 and BR2_INET_RPC in order to work properly with external toolchains. Since we move it out of toolchain/uClibc/Config.in into toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION (since BR2_INET_RPC and others don't have UCLIBC in their name). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | |||
2009-03-01 | tar/coreutils: use depends rather than select for toolchain options | Peter Korsgaard | |
2008-08-04 | buildroot: remove trailing spaces | Peter Korsgaard | |
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | |||
2008-07-17 | Kconfig: remove 'default n' | Peter Korsgaard | |
'default n' is the default, so there's no need to say it explicitly. | |||
2007-08-15 | Allow user to configure PROGRAM_INVOCATION_NAME | Ulf Samuelsson | |
2007-08-12 | Avoid building packages requiring WCHAR, when not enabled | Ulf Samuelsson | |
2004-12-26 | more help updates from Tom Cameron | Mike Frysinger | |
2004-10-09 | final step in buildroot facelift | Eric Andersen | |