summaryrefslogtreecommitdiff
path: root/toolchain/uClibc
AgeCommit message (Collapse)Author
2009-07-31Fix PROGRAM_INVOCATION handling with external toolchainsThomas Petazzoni
BR2_UCLIBC_PROGRAM_INVOCATION is a toolchain configuration option, like BR2_INET_IPV6, BR2_INET_RPC, on which some packages depend. Therefore, it should be handled like BR2_INET_IPV6 and BR2_INET_RPC in order to work properly with external toolchains. Since we move it out of toolchain/uClibc/Config.in into toolchain/Config.in.2, we rename the option to BR2_PROGRAM_INVOCATION (since BR2_INET_RPC and others don't have UCLIBC in their name). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-07-27toolchain/uClibc: add patch to rename getline to get_line in unifdef.cPavel Roskin
getline() is a standard libc function with a different signature. Signed-off-by: Pavel Roskin <proski@gnu.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-25toolchain/uclibc: xtensa patchesPeter Korsgaard
New files missing from 58050c28. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-24toolchain/uclibc: xtensa supportMaxim Grigoriev
Part of #163. Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-04-29toolchain/uClibc: 0.9.30.1 arm linuxthreads fixPeter Korsgaard
Reported by Michael Roth <mroth@nessie.de>. Identical to the 0.9.30 patch.
2009-04-24toolchain/uClibc: 0.9.30.1 getaddrinfo fix for intfs without addressPeter Korsgaard
From uClibc r24336.
2009-04-22toolchain: add BR2_USE_SSP option for stack protection supportPeter Korsgaard
Using the support in uClibc.
2009-03-12uClibc: additional 0.9.30.1 patchesPeter Korsgaard
From Bernhard's tree.
2009-03-10uClibc: strtouq fix for 64bitPeter Korsgaard
2009-03-05uclibc: 0.9.30.1 fix for ppc32 C99 mathPeter Korsgaard
From Bernhard.
2009-03-03uclibc: cleanup version handlingPeter Korsgaard
Based on 0171c72 in Bernhards' tree.
2009-03-03uclibc: add 0.9.30.1Peter Korsgaard
2009-02-03uClibc: remove unused 0.9.29 wchar defconfigPeter 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-03uClibc: 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-30Extend 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-30toolchain: fix up GNU_TARGET_NAME link and target_utils locationPeter 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-28toolchain/uClibc: fix 0.9.30 build with linuxthreads on ARMPeter Korsgaard
Patch by Will Wagner <will_wagner@carallon.com> - From uclibc svn r25099.
2009-01-24toolchain/uClibc: disable UCLIBC_SUPPORT_AI_ADDRCONFIG in 0.9.30 defconfigPeter 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-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-16toolchain/uClibc: mark 0.9.29 as recentPeter Korsgaard
2009-01-16toolchain/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-13toolchain: sh64 fixesPeter 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-12uclibc: 0.9.30-x86-2.6.28+headers-fix: add r24799 as wellPeter Korsgaard
Handle x86_84 as well. From uclibc r24799.
2009-01-12toolchain/uclibc: fix sparc SED handling of _V9 / _V9BPeter Korsgaard
2009-01-12toolchain/uclibc: propagate mips mips32r2 variant setting to uclibcPeter Korsgaard
0.9.30 supports MIPS_ISA_MIPS32R2, so use it if mips32r2 variant is selected.
2009-01-05add .empty files for git-svnPeter 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-02toolchain: 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-02Remove whitespace damage in uclibc.mkUlf Samuelsson
2008-12-29toolchain/uclibc: fix 0.9.30 x86 build with 2.6.28 headers (from r24515)Peter Korsgaard
2008-12-23toolchain/uclibc: fix typoPeter Korsgaard
2008-12-23toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED optionPeter Korsgaard
Add an option to either generate locales yourself or download the pregenerated set. Based on 4bdca9cc in Bernhard's tree.
2008-12-21Allow creating a script for external use of Buildroot toolchainUlf Samuelsson
2008-12-08toolchain/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-12-07uclibc: add RPC config variables to 0.9.30Peter 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-01uclibc 0.9.30: defconfig: enable UCLIBC_HAS_LONG_DOUBLE_MATHPeter Korsgaard
2008-12-01uClibc: set 0.9.30 as defaultHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-12-01uClibc: add a default config for 0.9.30Hans-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-01uClibc: add uClibc 0.9.30 to kconfig and MakefileHans-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-20toolchain/uclibc: brown paper bag fix for r23746Peter Korsgaard
So much for doing one more "obvious" fix before going home - Sorry everyone.
2008-10-20toolchain/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-07uclibc: fix path to ARCH_CFLAGS when compiling the test suiteHans-Christian Egtvedt
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-07uclibc: add kconfig option and make stuff for installing the uClibc test suiteHans-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-30uclibc: install headers after building headers in configure partHans-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-04uClibc-0.9.29: remove double ARM subarch selection from defconfigPeter Korsgaard
uclibc.mk unconditionally adds the ARM subarch config entries to the config so remove them from the defconfig.
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2008-07-04Add 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-19buildroot: s/depends/depends on/Peter Korsgaard
The new kconfig is more strict regarding depends/depends on, so fixup the tree.
2008-06-18uclibc: only strip libpthread on 0.9.28.3 / not PTHREAD_DEBUGPeter Korsgaard
2008-06-18uclibc: remove obsolete uclibc 0.9.28 handlingPeter Korsgaard