Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-12 | Whitespace cleanup of uclibc, remove debug aid | Ulf Samuelsson | |
2007-08-11 | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | |
2007-08-01 | F77 is not supported on AVR32 | Ulf Samuelsson | |
2007-08-01 | Avoid stopping asking questions, when gettext is selected | Ulf Samuelsson | |
2007-08-01 | Sort uclibc artificial targets in execution order | Ulf Samuelsson | |
2007-08-01 | Simplify AVR32 gcc build (libmudflap, doesn't work, so applied even though ↵ | Ulf Samuelsson | |
objections) | |||
2007-08-01 | Add linux-2.6.22.1 AVR32 patch | Ulf Samuelsson | |
2007-08-01 | linux-2.6.22.1 headers, makefile part | Ulf Samuelsson | |
2007-08-01 | Allow use of 2.6.22.1 kernel headers | Ulf Samuelsson | |
2007-07-31 | Revert Atmel patches for now | Ulf Samuelsson | |
2007-07-31 | Add PATCH_DIR's for snapshots of uclibc and gdb | Ulf Samuelsson | |
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. |