Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/uClibc: mark 0.9.29 as recent | Peter Korsgaard | 2009-01-16 | 1 | -0/+1 |
| | |||||
* | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -2/+2 |
| | |||||
* | toolchain: sh64 fixes | Peter Korsgaard | 2009-01-13 | 1 | -2/+2 |
| | | | | | | | - 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. | ||||
* | uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as well | Peter Korsgaard | 2009-01-12 | 1 | -1/+26 |
| | | | | Handle x86_84 as well. From uclibc r24799. | ||||
* | toolchain/uclibc: fix sparc SED handling of _V9 / _V9B | Peter Korsgaard | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | toolchain/uclibc: propagate mips mips32r2 variant setting to uclibc | Peter Korsgaard | 2009-01-12 | 1 | -2/+3 |
| | | | | 0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected. | ||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 3 | -0/+0 |
| | | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build. | ||||
* | toolchain: revert "Allow creating a script for external use of Buildroot ↵ | Peter Korsgaard | 2009-01-02 | 1 | -6/+0 |
| | | | | | | toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481. | ||||
* | Remove whitespace damage in uclibc.mk | Ulf Samuelsson | 2009-01-02 | 1 | -1/+0 |
| | |||||
* | toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515) | Peter Korsgaard | 2008-12-29 | 1 | -0/+34 |
| | |||||
* | toolchain/uclibc: fix typo | Peter Korsgaard | 2008-12-23 | 1 | -1/+1 |
| | |||||
* | toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option | Peter Korsgaard | 2008-12-23 | 2 | -5/+17 |
| | | | | | | | Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree. | ||||
* | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | 2008-12-21 | 1 | -0/+6 |
| | |||||
* | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | uclibc: add RPC config variables to 0.9.30 | Peter Korsgaard | 2008-12-07 | 1 | -0/+2 |
| | | | | | 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. | ||||
* | uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATH | Peter Korsgaard | 2008-12-01 | 1 | -0/+1 |
| | |||||
* | uClibc: set 0.9.30 as default | Hans-Christian Egtvedt | 2008-12-01 | 1 | -1/+1 |
| | | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | uClibc: add a default config for 0.9.30 | Hans-Christian Egtvedt | 2008-12-01 | 2 | -1/+240 |
| | | | | | | | | 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> | ||||
* | uClibc: add uClibc 0.9.30 to kconfig and Makefile | Hans-Christian Egtvedt | 2008-12-01 | 2 | -1/+8 |
| | | | | | | | | 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> | ||||
* | toolchain/uclibc: brown paper bag fix for r23746 | Peter Korsgaard | 2008-10-20 | 1 | -6/+3 |
| | | | | | So much for doing one more "obvious" fix before going home - Sorry everyone. | ||||
* | toolchain/uclibc: only use make install_headers for 0.9.29+ | Peter Korsgaard | 2008-10-20 | 1 | -0/+4 |
| | | | | | | 0.9.28.3 doesn't have install_headers, so use install_dev there. Got broken by r23561. | ||||
* | uclibc: fix path to ARCH_CFLAGS when compiling the test suite | Hans-Christian Egtvedt | 2008-10-07 | 1 | -1/+1 |
| | | | | | Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com> | ||||
* | uclibc: add kconfig option and make stuff for installing the uClibc test suite | Hans-Christian Egtvedt | 2008-10-07 | 2 | -4/+47 |
| | | | | | | | | | | | 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> | ||||
* | uclibc: install headers after building headers in configure part | Hans-Christian Egtvedt | 2008-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | 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> | ||||
* | uClibc-0.9.29: remove double ARM subarch selection from defconfig | Peter Korsgaard | 2008-08-04 | 1 | -16/+0 |
| | | | | | uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig. | ||||
* | buildroot: remove trailing spaces | Peter Korsgaard | 2008-08-04 | 2 | -11/+11 |
| | | | | | | | for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 1 | -3/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 3 | -2/+98 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | buildroot: s/depends/depends on/ | Peter Korsgaard | 2008-06-19 | 1 | -3/+3 |
| | | | | | The new kconfig is more strict regarding depends/depends on, so fixup the tree. | ||||
* | uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUG | Peter Korsgaard | 2008-06-18 | 1 | -1/+5 |
| | |||||
* | uclibc: remove obsolete uclibc 0.9.28 handling | Peter Korsgaard | 2008-06-18 | 1 | -3/+0 |
| | |||||
* | toolchain/uclibc: strip libpthread | Peter Korsgaard | 2008-06-17 | 1 | -0/+1 |
| | |||||
* | uclibc-0.9.28.3: correct arch list (avr32 missing, stuff only in 0.9.29+) | Peter Korsgaard | 2008-05-31 | 1 | -2/+1 |
| | |||||
* | uclibc-0.9.28.3: fix config so oldconfig doesn't ask questions | Peter Korsgaard | 2008-05-31 | 1 | -1/+1 |
| | |||||
* | uclibc-0.9.29: handle powerpc subarch selection | Peter Korsgaard | 2008-05-31 | 1 | -0/+9 |
| | |||||
* | uClibc: use .patch.$ARCH naming convention | Peter Korsgaard | 2008-04-24 | 5 | -2/+5 |
| | |||||
* | * Added uclibc snapshot config, differes from the stable and kept asking ↵ | Nigel Kukard | 2008-04-17 | 3 | -1/+219 |
| | | | | | | questions for config * Added ARM config options to makefile just like the other arch's | ||||
* | PentiumPro is not Pentium4 but i686 | Nigel Kukard | 2008-03-29 | 1 | -6/+6 |
| | |||||
* | * Fixed uClibc sub-x86 arch selection | Nigel Kukard | 2008-03-29 | 1 | -1/+25 |
| | |||||
* | uClibc 0.9.28.3: use optimized string ops on ppc | Peter Korsgaard | 2008-03-27 | 1 | -0/+56 |
| | | | | Use optimized string ops instead of dummy generic ones on PPC. | ||||
* | uclibc: remove unused legacy patches | Peter Korsgaard | 2008-03-27 | 8 | -19650/+0 |
| | |||||
* | HTMLized glibc vs uclibc and added to docs | John Voltz | 2008-03-07 | 1 | -215/+0 |
| | |||||
* | added and removed uclibc patches | John Voltz | 2008-03-06 | 17 | -233/+12531 |
| | |||||
* | Make sure 'linkage.h' headers are installed. Add hack to bootstrap newer | "Steven J. Hill" | 2008-02-28 | 2 | -1/+13 |
| | | | | | | | | | 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. | ||||
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 1 | -1/+2 |
| | |||||
* | update uClibc config for nios2 | Ivan Kuten | 2007-11-15 | 1 | -0/+6 |
| | |||||
* | install ldconfig stuff only if it was built, fix for systems without shared ↵ | Ivan Kuten | 2007-11-15 | 1 | -5/+9 |
| | | | | libraries support (nios2) | ||||
* | Update AVR32 toolchain with new binutils and uClibc, This time it works ↵ | Ulf Samuelsson | 2007-10-13 | 1 | -1/+3 |
| | | | | (cross-fingers) | ||||
* | Add AVR32 support for uclibc-0-9-29 | Ulf Samuelsson | 2007-10-12 | 5 | -1/+3721 |
| | |||||
* | - propagate mips ISA down to uClibc | Bernhard Reutner-Fischer | 2007-09-30 | 1 | -0/+28 |
| |