summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils
Commit message (Collapse)AuthorAgeFilesLines
* build: consistently use 'depends on' instead of 'depends'nbd2013-04-171-4/+4
| | | | | | | | make the syntax more compatible with kernel menuconfig Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36351 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/binutils: fix partial MD5 sum from r35813florian2013-02-261-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35816 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/binutils: add musl libc config.sub patch to 2.23.1florian2013-02-261-0/+10
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35814 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/binutils: fix 2.19.1 MD5 sumflorian2013-02-261-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35813 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/binutils: refresh patchesflorian2013-02-2613-201/+107
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35812 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: remove duplicate default in bintutils Kconfigjow2012-12-021-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] remove support for ubicom32florian2012-11-302-48955/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34432 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [buildroot] add preliminary support for muslflorian2012-11-231-0/+19
| | | | | | | | Musl is an alternative C-library, see http://www.musl-libc.org for more infos. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] binutils: remove 2.21florian2012-11-1910-31249/+0
| | | | | | | | | There is no point in keeping around 2.21 when 2.21.1 which is a bugfix release is there. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] binutils: add support for 2.23.1florian2012-11-196-0/+108
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34262 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] binutils/2.22: backport an upstream fix for an assertion in the ↵florian2012-11-191-0/+28
| | | | | | | | | | ARM backend. See http://sourceware.org/bugzilla/show_bug.cgi?id=13990 for more details. Signed-off-by: Florian Fainelli <florian@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34260 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build: add the + token to any commands that can pass through the jobserver, ↵nbd2012-09-231-1/+1
| | | | | | fixes parallel build on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: backport ld patch to fix ARM specific issues with --gc-sectionsnbd2012-09-191-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33461 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: enable parallel buildsnbd2012-09-151-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix up lib64 symlink to lib before copying the initial prefix dir ↵nbd2012-06-301-0/+1
| | | | | | to avoid errors on copying git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32556 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: keep the initial gcc around for later uclibc rebuildsnbd2012-06-301-1/+5
| | | | | | | | | | | testing uclibc changes is tricky because the final gcc tends to miscompile uclibc code or barf up internal compiler errors. install binutils into $(TOOLCHAIN_DIR)/initial (without changing the configure prefix) and copy it from there to $(TOOLCHAIN_DIR)/ so that the initial gcc can be put into $(PATH) for the uclibc build, even if the final gcc is already installed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32553 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: enable 2.22 for unsupported archs if BROKEN is enabledkaloz2012-02-121-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30471 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: use binutils 2.22 by defaultkaloz2012-02-121-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30469 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: add binutils 2.22kaloz2012-02-087-1/+183
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30375 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils] adjust md5sum of v2.21.1 since archive got replaced ↵mirko2012-01-201-1/+1
| | | | | | meanwhile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29836 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: add binutils 2.21.1hauke2011-08-0610-0/+31249
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27919 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: add the latest avr32 toolchain patches (with additional fixes)kaloz2011-07-011-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: remove the CS variant - broken since it's additionkaloz2011-02-219-32534/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.21]: only enable binutils 2.21 for avr32 if BROKEN is ↵kaloz2011-02-181-0/+1
| | | | | | selected git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.21]: add some more avr32 fixeskaloz2011-02-181-2/+122
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25571 3c298f89-4303-0410-b956-a3cf2f4a3e73
* whitespace cleanupkaloz2011-02-181-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25570 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: add binutils 2.21kaloz2011-02-1810-0/+31128
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25567 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.20.1]: add avr32 supportkaloz2011-02-162-3/+30799
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25562 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils/2.19.1]: fixup the ubicom patch, refreshkaloz2011-02-164-82/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/binutils]: refresh patcheskaloz2011-02-163-8/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: backport a fix for broken relocation entries on mips with -fPIE, ↵nbd2011-01-281-0/+15
| | | | | | fixes dbus-server crash with sstrip git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] binutils: Fix autoreconf for packages/devel/binutils package, ↵cshore2010-12-121-0/+84
| | | | | | which uses binutils toolchain patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: switch to binutils 2.20.1 (except for avr32 and ubicom32)kaloz2010-11-021-2/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain]: remove support for binutils 2.18 and 2.20kaloz2010-10-2818-53362/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23685 3c298f89-4303-0410-b956-a3cf2f4a3e73
* optionally support parallel toolchain build. This defaults to off, because ↵mb2010-10-031-1/+1
| | | | | | certain toolchain versions are known to break on parallel build. However, it significantly speeds up the build and latest versions of the tools do compile fine. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23196 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵nbd2010-08-191-2/+2
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] fix graphite options with gcc-4.5, add libelf for LTO, fix ↵florian2010-04-201-5/+2
| | | | | | mbsd_multi patch, patch from Bernhard Loos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21046 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain/binutils: building gas for arm-*-uclibc systems requires linking ↵juhosg2010-03-305-0/+190
| | | | | | with -lm git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20594 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add binutils-2.20.1acoul2010-03-118-0/+334
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/avr32]: use binutils 2.19.1 by default for avr32, tookaloz2010-02-161-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19678 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain/avr32]: add avr32 support for binutils 2.19.1 based on the Atmel ↵kaloz2010-02-161-0/+30629
| | | | | | 1.2.0 toolchain release git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19677 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup the hunks in patchkaloz2010-02-151-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19635 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubicom32 isn't supported with binutils 2.18kaloz2010-02-151-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] binutils: remove unrelated hunk in 2.18 avr32 support patchnico2010-01-191-9/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19226 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: fix build errors in 2.20 (patch from #6094)nbd2009-11-051-2/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18307 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: fix path to cloog and pplnbd2009-11-021-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18265 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add binutils 2.20nbd2009-11-028-0/+328
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18263 3c298f89-4303-0410-b956-a3cf2f4a3e73
* binutils: add support for non-pic handling and use it in the codesourcery ↵nbd2009-10-191-0/+202
| | | | | | based gcc, fixes mips support for this toolchain git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18070 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a binutils variant based on a binutils snapshot and codesourcery g++ ↵nbd2009-10-198-3/+32499
| | | | | | enhancements (compiles, but fails to link the kernel) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18060 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] add comments & fix descriptions in toolchain config itemsnico2009-09-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17561 3c298f89-4303-0410-b956-a3cf2f4a3e73