Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure lzma is built *before* linux, allow system installation in /usr/local/bin | Ulf Samuelsson | 2007-08-16 | 1 | -0/+11 |
| | |||||
* | Move lzma patches to toolchain/kernel-headers/lzma | Ulf Samuelsson | 2007-08-16 | 6 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | They will be applied ONLY if BR2_KERNEL_HEADERS_LZMA is set. BR2_KERNEL_HEADERS_LZMA defaults to NO, so the user has to actively set this config flag if lzma is needed. This means that the default behaviour of buildroot will work for most users. Comment from author: [Brad House] I find myself having to remove the lzma patches because my build system doesn't natively have lzma. I tried to compensate for this by installing the latest lzma from gentoo's package tree, and apparently, it accepts different flags than the one these patches expect, so my kernel build still fails. Finally, I used the lzma from this buildroot and compiled it by hand, and it _mostly_ worked. Regardless, it seems silly to make this a requirement. Personally, I gzip my initramfs, and that's enough compression for me... | ||||
* | Use SED instead of ECHO when config 'program_invocation_name' | Ulf Samuelsson | 2007-08-16 | 1 | -2/+2 |
| | |||||
* | Allow user to configure PROGRAM_INVOCATION_NAME | Ulf Samuelsson | 2007-08-15 | 2 | -0/+14 |
| | |||||
* | Fix continous remake's of uClibc, Save .config to .oldconfig before 'conf', ↵ | Ulf Samuelsson | 2007-08-14 | 1 | -75/+76 |
| | | | | cleanup ARM config to avoid stop during build | ||||
* | Stop halting ARM build to configure uClibc | Ulf Samuelsson | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | Workaround bug in TinyX makedepend by removing some whitespace | Ulf Samuelsson | 2007-08-13 | 2 | -0/+172 |
| | |||||
* | Whitespace cleanup of uclibc, remove debug aid | Ulf Samuelsson | 2007-08-12 | 1 | -9/+10 |
| | |||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 2 | -5/+5 |
| | |||||
* | F77 is not supported on AVR32 | Ulf Samuelsson | 2007-08-01 | 1 | -0/+1 |
| | |||||
* | Avoid stopping asking questions, when gettext is selected | Ulf Samuelsson | 2007-08-01 | 1 | -0/+1 |
| | |||||
* | Sort uclibc artificial targets in execution order | Ulf Samuelsson | 2007-08-01 | 1 | -5/+4 |
| | |||||
* | Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵ | Ulf Samuelsson | 2007-08-01 | 3 | -23/+3 |
| | | | | objections) | ||||
* | Add linux-2.6.22.1 AVR32 patch | Ulf Samuelsson | 2007-08-01 | 1 | -0/+14820 |
| | |||||
* | linux-2.6.22.1 headers, makefile part | Ulf Samuelsson | 2007-08-01 | 1 | -0/+15 |
| | |||||
* | Allow use of 2.6.22.1 kernel headers | Ulf Samuelsson | 2007-08-01 | 1 | -10/+15 |
| | |||||
* | Revert Atmel patches for now | Ulf Samuelsson | 2007-07-31 | 2 | -32592/+0 |
| | |||||
* | Add PATCH_DIR's for snapshots of uclibc and gdb | Ulf Samuelsson | 2007-07-31 | 2 | -0/+2 |
| | |||||
* | Change def of BR2_USE_WCHAR to build uClibc w WCHAR support | Ulf Samuelsson | 2007-07-31 | 1 | -0/+6 |
| | |||||
* | Remove duplicate patch | Ulf Samuelsson | 2007-07-31 | 2 | -3828/+0 |
| | |||||
* | Add AVR32 kernel patches for linux-2.6.21.5 | Ulf Samuelsson | 2007-07-31 | 3 | -0/+19741 |
| | |||||
* | Add AVR32 kernel patches for linux 2.6.22.1 | Ulf Samuelsson | 2007-07-31 | 2 | -0/+16734 |
| | |||||
* | - add possibility to select which cross-compilers to build | Bernhard Reutner-Fischer | 2007-07-31 | 2 | -4/+37 |
| | | | | - add prerequisites from the config | ||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 8 | -39/+121 |
| | |||||
* | Revert bad patch | Ulf Samuelsson | 2007-07-30 | 1 | -1/+2 |
| | |||||
* | Revert bad commit, sorry about that\! | Ulf Samuelsson | 2007-07-30 | 1 | -2/+1 |
| | |||||
* | Add AVR32 options to gcc | Ulf Samuelsson | 2007-07-29 | 1 | -0/+11 |
| | |||||
* | Add AVR32 support to uClibc | Ulf Samuelsson | 2007-07-29 | 1 | -7/+26 |
| | |||||
* | gcc target config for AVR32 | Ulf Samuelsson | 2007-07-29 | 1 | -0/+11 |
| | |||||
* | uClibc config for AVR32 | Ulf Samuelsson | 2007-07-29 | 1 | -1/+3 |
| | |||||
* | gcc config for AVR32 | Ulf Samuelsson | 2007-07-29 | 1 | -19/+33 |
| | |||||
* | gdb config for AVR32 | Ulf Samuelsson | 2007-07-29 | 1 | -0/+5 |
| | |||||
* | Add AVR32 needs to uClibc def config | Ulf Samuelsson | 2007-07-29 | 1 | -1/+7 |
| | |||||
* | - put dependency checking right to the start where any later stages can rely ↵ | Bernhard Reutner-Fischer | 2007-07-27 | 1 | -1/+1 |
| | | | | on the being ok. | ||||
* | - add gcc-4.2.1 | Bernhard Reutner-Fischer | 2007-07-24 | 17 | -3/+4043 |
| | |||||
* | - adjust lzma arguments for current version | Bernhard Reutner-Fischer | 2007-07-24 | 2 | -0/+75 |
| | |||||
* | - add fixups for lzma'ed initramfs | Bernhard Reutner-Fischer | 2007-07-24 | 1 | -0/+33 |
| | |||||
* | - forward port lzma-vmlinux and ipmisensors to 2.6.22.1 | Bernhard Reutner-Fischer | 2007-07-24 | 2 | -0/+28770 |
| | |||||
* | - add missing dependency | Bernhard Reutner-Fischer | 2007-07-23 | 1 | -1/+1 |
| | |||||
* | - update ipmisensors | Bernhard Reutner-Fischer | 2007-07-23 | 3 | -4189/+28931 |
| | | | | - add lzma vmlinuz | ||||
* | Add uclibc wchar default configuration | Ulf Samuelsson | 2007-07-20 | 1 | -0/+215 |
| | |||||
* | Allow selection of RPC and IPv6 options for an external toolchain. | "Steven J. Hill" | 2007-07-17 | 1 | -0/+12 |
| | |||||
* | - fix building sstrip | Bernhard Reutner-Fischer | 2007-07-10 | 1 | -1/+2 |
| | |||||
* | - unify the GCC_WITH_ configure options and make them active | Bernhard Reutner-Fischer | 2007-07-08 | 3 | -14/+19 |
| | |||||
* | - factor-out common config options for staging and target compiler | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -2/+3 |
| | | | | - take extra options for the respective compilers into account | ||||
* | - we have to reconfigure iff some compiler-config was changed. | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -3/+6 |
| | |||||
* | - provide default for vfprintf | Bernhard Reutner-Fischer | 2007-07-08 | 1 | -0/+1 |
| | |||||
* | - adjust for the released 4.2.0 version | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+1 |
| | |||||
* | - forgot to adjust the path | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -12/+6 |
| | |||||
* | - use correct path to libstdc++ | Bernhard Reutner-Fischer | 2007-07-07 | 1 | -1/+1 |
| |