Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-03 | uclibc: cleanup version handling | Peter Korsgaard | |
Based on 0171c72 in Bernhards' tree. | |||
2009-03-03 | uclibc: add 0.9.30.1 | Peter Korsgaard | |
2009-01-30 | toolchain: fix up GNU_TARGET_NAME link and target_utils location | Peter Korsgaard | |
The GNU_TARGET_NAME symlink and target_utils location were not correctly adjusted to match the move of the toolchain to $(STAGING_DIR)/usr, creating dangling symlinks. | |||
2009-01-16 | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | |
2009-01-13 | toolchain: sh64 fixes | Peter Korsgaard | |
- arch/sh and arch/sh64 got merged in 2.6.25, so use arch/sh for sh64 as well - use little endian for sh64, like for 32bit sh sh64 still doesn't build, but gets further along now. | |||
2009-01-12 | toolchain/uclibc: fix sparc SED handling of _V9 / _V9B | Peter Korsgaard | |
2009-01-12 | toolchain/uclibc: propagate mips mips32r2 variant setting to uclibc | Peter Korsgaard | |
0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected. | |||
2009-01-02 | Remove whitespace damage in uclibc.mk | Ulf Samuelsson | |
2008-12-23 | toolchain/uclibc: fix typo | Peter Korsgaard | |
2008-12-23 | toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option | Peter Korsgaard | |
Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree. | |||
2008-12-08 | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-01 | uClibc: add uClibc 0.9.30 to kconfig and Makefile | Hans-Christian Egtvedt | |
This patch adds uClibc versino 0.9.30 to the list of selectable versions. The version identification for snapshot is also updated to reflect 0.9.30. Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-10-20 | toolchain/uclibc: brown paper bag fix for r23746 | Peter Korsgaard | |
So much for doing one more "obvious" fix before going home - Sorry everyone. | |||
2008-10-20 | toolchain/uclibc: only use make install_headers for 0.9.29+ | Peter Korsgaard | |
0.9.28.3 doesn't have install_headers, so use install_dev there. Got broken by r23561. | |||
2008-10-07 | uclibc: fix path to ARCH_CFLAGS when compiling the test suite | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-10-07 | uclibc: add kconfig option and make stuff for installing the uClibc test suite | Hans-Christian Egtvedt | |
This patch adds the possibility to install the uClibc test suite to the target file system. This is useful if you need to debug or test your uClibc. The option is defaulted to no, and is not needed for a normal running Linux system. The test suite is installed to /root/uClibc Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-09-30 | uclibc: install headers after building headers in configure part | Hans-Christian Egtvedt | |
This patch will run "make headers install_headers" instead of the old "make headers install_dev". The latter requires a cross compiler available in uClibc versions > 0.9.29, and the cross compiler is not available at the configuration time of uClibc. Spotted and fixed by Bernhard Fischer. Tested-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
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-04 | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | |
locations for prepatched toolchain to be under the toolchain directory | |||
2008-06-18 | uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUG | Peter Korsgaard | |
2008-06-18 | uclibc: remove obsolete uclibc 0.9.28 handling | Peter Korsgaard | |
2008-06-17 | toolchain/uclibc: strip libpthread | Peter Korsgaard | |
2008-05-31 | uclibc-0.9.29: handle powerpc subarch selection | Peter Korsgaard | |
2008-04-24 | uClibc: use .patch.$ARCH naming convention | Peter Korsgaard | |
2008-04-17 | * Added uclibc snapshot config, differes from the stable and kept asking ↵ | Nigel Kukard | |
questions for config * Added ARM config options to makefile just like the other arch's | |||
2008-03-29 | PentiumPro is not Pentium4 but i686 | Nigel Kukard | |
2008-03-29 | * Fixed uClibc sub-x86 arch selection | Nigel Kukard | |
2008-02-28 | Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer | "Steven J. Hill" | |
versions of GCC. Filter out 'gnu99' from assembly flags. Use the 'headers' target instead of 'pregen' to prepare for more NPTL integration. Fix broken MTD package configuration....someone believes in the Klingon release process apparently. Fix build issues with netplug and libpng. Fix source path for microcom as original site no longer exists. | |||
2007-12-17 | Add support for GNU and kernel.org mirrors | Ivan Kuten | |
2007-11-15 | update uClibc config for nios2 | Ivan Kuten | |
2007-11-15 | install ldconfig stuff only if it was built, fix for systems without shared ↵ | Ivan Kuten | |
libraries support (nios2) | |||
2007-09-30 | - propagate mips ISA down to uClibc | Bernhard Reutner-Fischer | |
2007-09-29 | - revert part of 20119 (renaming BR2_ARM_.ABI to BR2_.ABI) | Bernhard Reutner-Fischer | |
2007-09-29 | - add mips/mipsel target architecture selection | Bernhard Reutner-Fischer | |
- rename BR2_ARM_[EO]ABI to the commonly used BR2_[EO]ABI | |||
2007-09-28 | Removed uclibc source dependency on host-sed | Ulf Samuelsson | |
2007-09-28 | No reliance on dirs in uClibc | Ulf Samuelsson | |
2007-09-28 | Cleanup cross toolchain admin, split uclibc-menuconfig into same + ↵ | Ulf Samuelsson | |
uclibc-update to avoid overwriting board support file | |||
2007-09-28 | Add administration for linux,uclibc and main | Ulf Samuelsson | |
2007-09-27 | - fix ARM ABI propagation | Bernhard Reutner-Fischer | |
2007-09-27 | Additional management of uclibc | Ulf Samuelsson | |
2007-09-26 | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | |
gcc target abi back to a place where the other arch-specific settings live | |||
2007-09-26 | reinstate AVR32 toolchain | Ulf Samuelsson | |
2007-09-25 | - remove one invariant in toolchain type selection. | Bernhard Reutner-Fischer | |
2007-09-22 | - rename the gcc base_target to the more appropriate term cross_compiler | Bernhard Reutner-Fischer | |
2007-09-17 | Remove some debug info + add uclibc-target-utils-source target | Ulf Samuelsson | |
2007-09-15 | - some more sparc{,64} twiddling | Bernhard Reutner-Fischer | |
2007-09-01 | - add sequence-point for toplevel parallel builds: uClibc needs an initial gcc | Bernhard Reutner-Fischer | |
2007-08-29 | - uclibc-configured has to depend on kernel-headers | Bernhard Reutner-Fischer | |
2007-08-28 | - misc cleanups (Cristian Ionescu-Idbohrn) | Bernhard Reutner-Fischer | |
2007-08-26 | - improve handling of sh (fgretief) for bug #1446 | Bernhard Reutner-Fischer | |