summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2009-01-31Change binary toolchain configuration, soUlf Samuelsson
that the options become visible just below the config, instead of at bottom of screen Create a more useful default as toolchain path. Allow generation of a script which sets up paths to a binary toolchain generated by buildroot.
2009-01-30Remove AVR32 patches from kernel-headers directory and put them in Ulf Samuelsson
"target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" Make sure BR2_KERNEL_HEADERS_PATCH_DIR is enabled for 2.6.28 Set KERNEL_HEADERS_PATCH_DIR="target/device/Atmel/arch-avre/kernel-headers-2.6.28.2" for Atmel AVR32 targets and "valka"
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-30toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)Peter Korsgaard
2009-01-30toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABIPeter Korsgaard
From Bernhards' tree, thanks to Sven Neuman for noticing. See also http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html
2009-01-30Move AVR32 patch to kernel header to unbreak several applicationsUlf Samuelsson
2009-01-29toolchain/gcc: remove ancient (and unused) i386 softfloat patchPeter Korsgaard
2009-01-29toolchain/gcc: remove unused GCC_ENABLE_CLOCALEPeter Korsgaard
This variable was introduced in r17046 (add gfortran support, 2006-12-22) and wasn't used even there. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-28toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.xPeter Korsgaard
Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
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-28fix configuration wrt elf2fltPeter Korsgaard
The buildroot toolchain is installed in $(STAGING_DIR)/usr/bin and not in $(STAGING_DIR)/bin so let,s adjust the --prefix accordingly. Also the BFLT binary format is always stripped by definition, so it is incompatible with any kind of stripping option. Signed-off-by: Nicolas Pitre <nico@cam.org>
2009-01-28elf2flt: fix linkPeter Korsgaard
Seems like recent binutils has pulled in inflate support, so we need to link with zlib.
2009-01-26toolchain/kernel-headers: remove ancient (and unused) patchesPeter Korsgaard
2009-01-26toolchain/binutils: remove ancient (and unused) 2.14/15/16/17 patchesPeter Korsgaard
2009-01-25Makefile: globally define variables used at different placesPeter Korsgaard
$(comma) and $(space) are used in packages and the toolchain. Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-25kernel-headers: bump 2.6.27 / 2.6.28 to latest stablePeter Korsgaard
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-23Fix unroll bug for ARM toolchainUlf Samuelsson
2009-01-23kernel-headers: fix 2.6.28.1 serial.h (unbreaks directfb serialmouse.c)Peter Korsgaard
2009-01-23kernel-headers: rename 2.6.25/2.6.28 patches to match current stable versionsPeter Korsgaard
Otherwise they won't get applied.
2009-01-22toolchain/gcc: make version detection more robustPeter Korsgaard
Thanks to Bernhard for noticing (and less so for causing the problem in the first place :P)
2009-01-22toolchain/gcc: fix target-gcc for 4.3.xPeter Korsgaard
Includes are in include-fixed and GCC_LIB_SUBDIR needs to be set like for the rest of 4.x
2009-01-19toolchain/kernel-headers: bump 2.6.27 / 2.6.28 versionsPeter Korsgaard
2009-01-19toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCsPeter Korsgaard
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure fails to detect that, breaking the build. Work around it by detecting the host gcc version (and store in HOSTCC_VERSION) and set the proper configure variables for gcc < 4.2.0.
2009-01-18Kconfig: remove 'default n' and 'default no' (see r22874)Peter Korsgaard
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-18The liboil Makefile will use "-mcpu=vfp" when building for ARM.Ulf Samuelsson
The VFP is only available for a few ARM CPUs at the moment, so this breaks the liboil build. A patch is available upstream which only enables "-mfpu=vfp" if "--enable-vfp" is given to "configure". Autotools needs to be run for liboil for this to take effect. A new configuration BR2_VFP_FLOAT is added to allow enabling vfp. If this is "yes", then "-mfpu=vfp" is added to CFLAGS.
2009-01-16Update broken AVR32 toolchain, and update configs for this, deprecate all ↵Ulf Samuelsson
but latest AVR32 toolchain
2009-01-16toolchain/uClibc: mark 0.9.29 as recentPeter Korsgaard
2009-01-16toolchain/gcc: mark old versions as deprecatedPeter Korsgaard
2009-01-16toolchain/gcc: default to 4.3.2 for !AVR32Peter Korsgaard
2009-01-16buildroot: convert remaining WGET users to DOWNLOAD helperPeter Korsgaard
2009-01-16toolchain/: convert to DOWNLOAD helperPeter Korsgaard
2009-01-15kernel-headers: mark 2.6.27 as RECENT, 2.6.26 as deprecatedPeter Korsgaard
2009-01-15kernel-headers: default to 2.6.28Peter Korsgaard
2009-01-15kernel-headers: bump 2.6.27 versionPeter 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-12toolchain: fix cris build with 2.6.28 kernel headersPeter Korsgaard
Patch by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
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-12buildroot: get rid of s390 supportPeter Korsgaard
As discussed on the list. It isn't supported by uclibc, so I strongly doubt anyone has been using it.
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-12toolchain/external-toolchain/ext-tool.mk: Support non sysroot-able toolchainsDaniel Laird
Only copy the sysroot files if the toolchain was built with sysroot support. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
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-03Fix binutils Config for AVR32 (hopefully final version)Ulf Samuelsson
2009-01-03one more fix of binutils config for AVR32 toolchainUlf Samuelsson
2009-01-03Unbreak AVR32 toolchain, by making binutils-2.17 availableUlf Samuelsson
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-02toolchain/binutils: fix up avr32 related fallout of r24474Peter Korsgaard
It's been 10 days now without any reply from Ulf, so fix it up to what seems sensible.
2009-01-02Remove whitespace damage in uclibc.mkUlf Samuelsson