summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
Commit message (Collapse)AuthorAgeFilesLines
* disable autorebuild for the toolchain, as it can easily lead to build breakagesFelix Fietkau2008-09-021-0/+1
| | | | SVN-Revision: 12492
* use qstrip macro to strip quoted CONFIG_* stringsNicolas Thill2008-07-141-2/+1
| | | | SVN-Revision: 11832
* finally fixes etrax toolchain problems, thanks nbdJohn Crispin2008-06-061-0/+17
| | | | SVN-Revision: 11383
* fix avr32 compilingTravis Kemen2008-05-161-0/+20
| | | | SVN-Revision: 11147
* provide a cleaner way to specify a biarch toolchain buildJeremy Kerr2008-04-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, to build a biarch toolchain, we need to explicitly give options to the binutils and gcc configure commands: CONFIG_EXTRA_BINUTILS_CONFIG_OPTIONS="--enable-targets=powerpc64-linux-uclibc" CONFIG_EXTRA_GCC_CONFIG_OPTIONS="--enable-biarch --enable-targets=powerpc64-linux-uclibc" This change replaces the command line options with an 'extra arch' configure option: CONFIG_EXTRA_TARGET_ARCH=y CONFIG_EXTRA_TARGET_ARCH_NAME="powerpc64" And a way to invoke this extra arch on the compiler command-line: CONFIG_EXTRA_TARGET_ARCH_OPTS="-m64" In this case, this results in an extra compiler: 'powerpc64-linux-uclibc-gcc', which invokes 'powerpc-linux-uclibc-gcc -m64' This is a more standard way of building biarch toolchains, and allows the packages to not have to care about how to invoke the 64-bit compiler. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 10802
* Fix format of depends clause for avr32 Signed-off-by: Robert P. J. Day ↵Travis Kemen2008-03-291-1/+1
| | | | | | <rpjday@crashcourse.ca> SVN-Revision: 10687
* Add binutils-2.18 patches for all arches but AVR32.Felix Fietkau2008-02-027-0/+205
| | | | | | | | | | Re-diff the existing patches for binutils-2.17 for all architectures but AVR32, and make the possible selection of binutils-2.18 dependent on selecting any arch but that one for the time being. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> SVN-Revision: 10360
* eliminate the root cause of the uClibc problems on the powerpc platformGabor Juhos2008-02-011-9/+0
| | | | SVN-Revision: 10346
* we don't use Atmel version numbersImre Kaloz2007-12-281-13/+0
| | | | SVN-Revision: 10008
* update AVR32 binutils patchesImre Kaloz2007-12-285-17866/+28171
| | | | SVN-Revision: 10006
* update binutils autoconf scripts, tooImre Kaloz2007-12-281-0/+1
| | | | SVN-Revision: 10005
* fixup softfloat handlingImre Kaloz2007-12-281-0/+1
| | | | SVN-Revision: 10003
* added binutils 2.18 selection, Signed-off-by: Robert P. J. Day ↵John Crispin2007-12-201-0/+4
| | | | | | <rpjday@crashcourse.ca> SVN-Revision: 9814
* Add binutils extra configure optionsFelix Fietkau2007-10-232-0/+8
| | | | | | | | | | | | Currently, we can specify extra configure options for gcc, but not binutils. This change adds an EXTRA_BINUTILS_CONFIG_OPTIONS config variable, so we can add configure options for binutils. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9407
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-7/+7
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362
* remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh ↵Felix Fietkau2007-06-2814-2130/+2268
| | | | | | patches using quilt SVN-Revision: 7752
* added several patches to make packages compile for the foxboardJohn Crispin2007-06-121-0/+22
| | | | SVN-Revision: 7597
* add support for the AVR32 platform, namely the ATNGW100 board - joint work ↵Imre Kaloz2007-06-084-0/+100735
| | | | | | with wigyori SVN-Revision: 7533
* use binutils 2.17 by defaultImre Kaloz2007-06-081-2/+2
| | | | SVN-Revision: 7530
* finally move buildroot-ng to trunkFelix Fietkau2016-03-2015-0/+1525