Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-07-31 | Change def of BR2_USE_WCHAR to build uClibc w WCHAR support | Ulf Samuelsson | |
2007-07-31 | Remove duplicate patch | Ulf Samuelsson | |
2007-07-31 | Add AVR32 kernel patches for linux-2.6.21.5 | Ulf Samuelsson | |
2007-07-31 | Add AVR32 kernel patches for linux 2.6.22.1 | Ulf Samuelsson | |
2007-07-31 | - add possibility to select which cross-compilers to build | Bernhard Reutner-Fischer | |
- add prerequisites from the config | |||
2007-07-31 | Add support for prepatched toolchains | Ulf Samuelsson | |
2007-07-30 | Revert bad patch | Ulf Samuelsson | |
2007-07-30 | Revert bad commit, sorry about that\! | Ulf Samuelsson | |
2007-07-29 | Add AVR32 options to gcc | Ulf Samuelsson | |
2007-07-29 | Add AVR32 support to uClibc | Ulf Samuelsson | |
2007-07-29 | gcc target config for AVR32 | Ulf Samuelsson | |
2007-07-29 | uClibc config for AVR32 | Ulf Samuelsson | |
2007-07-29 | gcc config for AVR32 | Ulf Samuelsson | |
2007-07-29 | gdb config for AVR32 | Ulf Samuelsson | |
2007-07-29 | Add AVR32 needs to uClibc def config | Ulf Samuelsson | |
2007-07-27 | - put dependency checking right to the start where any later stages can rely ↵ | Bernhard Reutner-Fischer | |
on the being ok. | |||
2007-07-24 | - add gcc-4.2.1 | Bernhard Reutner-Fischer | |
2007-07-24 | - adjust lzma arguments for current version | Bernhard Reutner-Fischer | |
2007-07-24 | - add fixups for lzma'ed initramfs | Bernhard Reutner-Fischer | |
2007-07-24 | - forward port lzma-vmlinux and ipmisensors to 2.6.22.1 | Bernhard Reutner-Fischer | |
2007-07-23 | - add missing dependency | Bernhard Reutner-Fischer | |
2007-07-23 | - update ipmisensors | Bernhard Reutner-Fischer | |
- add lzma vmlinuz | |||
2007-07-20 | Add uclibc wchar default configuration | Ulf Samuelsson | |
2007-07-17 | Allow selection of RPC and IPv6 options for an external toolchain. | "Steven J. Hill" | |
2007-07-10 | - fix building sstrip | Bernhard Reutner-Fischer | |
2007-07-08 | - unify the GCC_WITH_ configure options and make them active | Bernhard Reutner-Fischer | |
2007-07-08 | - factor-out common config options for staging and target compiler | Bernhard Reutner-Fischer | |
- take extra options for the respective compilers into account | |||
2007-07-08 | - we have to reconfigure iff some compiler-config was changed. | Bernhard Reutner-Fischer | |
2007-07-08 | - provide default for vfprintf | Bernhard Reutner-Fischer | |
2007-07-07 | - adjust for the released 4.2.0 version | Bernhard Reutner-Fischer | |
2007-07-07 | - forgot to adjust the path | Bernhard Reutner-Fischer | |
2007-07-07 | - use correct path to libstdc++ | Bernhard Reutner-Fischer | |
2007-07-07 | Avoid stripping scripts | Ulf Samuelsson | |
2007-07-07 | - pull in missing hunks from the arm-mmap fix. | Bernhard Reutner-Fischer | |
2007-07-07 | - improve help text | Bernhard Reutner-Fischer | |
2007-07-07 | Avoid stripping a script file | Ulf Samuelsson | |
2007-07-06 | Get rid of leading whitespace to silence warnings from config system. | "Steven J. Hill" | |
2007-07-06 | Remove usage of TARGET_LDFLAGS all together. Both TARGET_CFLAGS and ↵ | "Steven J. Hill" | |
TARGET_LDFLAGS are passed with the compilers and linker respectively so that we can pass CFLAGS and LDFLAGS on a per-package basis which was not possible previously and a number of packages failed to build. TARGET_CFLAGS usage in package makefiles will be removed next. | |||
2007-07-05 | This was for when I was building a toolchain without BR2_TOOLCHAIN_SYSROOT ↵ | "Steven J. Hill" | |
set. Maybe when it is set the C++ libraries get put into $(TARGET_DIR)/lib. If that is the case, then an 'if-else' block will need to be placed to strip the right location. | |||
2007-07-05 | Enable the option. | "Steven J. Hill" | |
2007-07-05 | Do not override CFLAGS in uClibc. Instead concatenate with the ARCH_CFLAGS. ↵ | "Steven J. Hill" | |
Also, pass only the TARGET_CONFIGURE options that are necessary for building the utilities so that CFLAGS are not passed. | |||
2007-06-28 | - work around bug in gcc (or rather libiberty) for parallel install | Bernhard Reutner-Fischer | |
2007-06-28 | - pull arm mmap fix from trunk | Bernhard Reutner-Fischer | |
2007-06-26 | - fix typo in sed expr | Bernhard Reutner-Fischer | |
2007-06-26 | - add BR2_INET_IPV6 and BR2_INET_RPC | Bernhard Reutner-Fischer | |
TODO: use $(DISABLE_IPV6) in packages instead of a gazillion different hackish ways that are currently in there | |||
2007-06-26 | - don't bail out on cc warnings | Bernhard Reutner-Fischer | |
2007-06-26 | - check for clean environment variables ARCH, CROSS_COMPILE, GREP_OPTIONS | Bernhard Reutner-Fischer | |
2007-06-25 | - remove erroneously copied patch | Bernhard Reutner-Fischer | |
2007-06-25 | - for -Os, turn switch statements into if-else chains | Bernhard Reutner-Fischer | |
2007-06-25 | - add 2.17.50.0.17 | Bernhard Reutner-Fischer | |