Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-12 | uClibc: additional 0.9.30.1 patches | Peter Korsgaard | |
From Bernhard's tree. | |||
2009-03-10 | uClibc: strtouq fix for 64bit | Peter Korsgaard | |
2009-03-05 | uclibc: 0.9.30.1 fix for ppc32 C99 math | Peter Korsgaard | |
From Bernhard. | |||
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-02-03 | uClibc: remove unused 0.9.29 wchar defconfig | Peter Korsgaard | |
We add the wchar stuff at compile time using sed, so the default defconfig works, the file hasn't seen any updates since it first got committed, and there's no references to it in the tree. | |||
2009-02-03 | uClibc: enable LDSO_RUNPATH in defconfigs (use ELF RPATH info) | Peter Korsgaard | |
Fixes mysql-client package (installs shared libraries into /usr/lib/mysql and sets RPATH). | |||
2009-01-30 | Extend External Toolchain options (match buildroot built toolchain): | Daniel Laird | |
Have added options that mean you can set the same BR2_XXXX variables for external toolchain and internal (buildroot built) toolchain. This means the same set of packages can be built now me as for you..... Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com> | |||
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-28 | toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARM | Peter Korsgaard | |
Patch by Will Wagner <will_wagner@carallon.com> - From uclibc svn r25099. | |||
2009-01-24 | toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfig | Peter Korsgaard | |
UCLIBC_SUPPORT_AI_ADDRCONFIG seems to have issues in 0.9.30 and cause segfaults on some architectures, so disable it. Reported and tracked down by "QuickX" <quickx@hotmail.com>. | |||
2009-01-18 | Kconfig: remove 'default n' and 'default no' (see r22874) | Peter Korsgaard | |
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de> | |||
2009-01-16 | toolchain/uClibc: mark 0.9.29 as recent | Peter Korsgaard | |
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 | uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as well | Peter Korsgaard | |
Handle x86_84 as well. From uclibc r24799. | |||
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-05 | add .empty files for git-svn | Peter Korsgaard | |
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. | |||
2009-01-02 | toolchain: revert "Allow creating a script for external use of Buildroot ↵ | Peter Korsgaard | |
toolchain" It's been 10 days now without any reply from Ulf, so revert r24480+r24481. | |||
2009-01-02 | Remove whitespace damage in uclibc.mk | Ulf Samuelsson | |
2008-12-29 | toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515) | Peter Korsgaard | |
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-21 | Allow creating a script for external use of Buildroot toolchain | Ulf Samuelsson | |
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 | |