Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-08 | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | |
2008-12-07 | uclibc: add RPC config variables to 0.9.30 | Peter Korsgaard | |
Add UCLIBC_HAS_{FULL,REENTRANT}_RPC config variables to the defconfig, so the sed invocation in uclibc.mk can set them to the proper values. | |||
2008-12-01 | uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH | Peter Korsgaard | |
2008-12-01 | uClibc: set 0.9.30 as default | Hans-Christian Egtvedt | |
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
2008-12-01 | uClibc: add a default config for 0.9.30 | Hans-Christian Egtvedt | |
Courtesy Bernhard Reutner-Fischer GIT repository at http://repo.or.cz/w/buildroot.git Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | |||
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 | uClibc-0.9.29: remove double ARM subarch selection from defconfig | Peter Korsgaard | |
uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig. | |||
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. | |||
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-19 | buildroot: s/depends/depends on/ | Peter Korsgaard | |
The new kconfig is more strict regarding depends/depends on, so fixup the tree. | |||
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.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+) | Peter Korsgaard | |
2008-05-31 | uclibc-0.9.28.3: fix config so oldconfig doesn't ask questions | 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-03-27 | uClibc 0.9.28.3: use optimized string ops on ppc | Peter Korsgaard | |
Use optimized string ops instead of dummy generic ones on PPC. | |||
2008-03-27 | uclibc: remove unused legacy patches | Peter Korsgaard | |
2008-03-07 | HTMLized glibc vs uclibc and added to docs | John Voltz | |
2008-03-06 | added and removed uclibc patches | John Voltz | |
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-10-13 | Update AVR32 toolchain with new binutils and uClibc, This time it works ↵ | Ulf Samuelsson | |
(cross-fingers) | |||
2007-10-12 | Add AVR32 support for uclibc-0-9-29 | Ulf Samuelsson | |
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 | Remove softfp patch from uClibc, ARM softfloat, did not complete anyway | 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 | Ensure soft-fp patch is truly local | Ulf Samuelsson | |
2007-09-26 | reinstate AVR32 toolchain | Ulf Samuelsson | |
2007-09-25 | Remove -lgcc, did no good anyway | Ulf Samuelsson | |