summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* upgrade the Linaro binutils to 2.24-2013.12Imre Kaloz2014-01-071-5/+5
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 39210
* add support for Linaro binutils 2.23.2-2013.06Imre Kaloz2013-09-111-12/+21
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 37944
* binutils: remove some unused obsolete versionsFelix Fietkau2013-06-301-6/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 37093
* toolchain/binutils: fix partial MD5 sum from r35813Florian Fainelli2013-02-261-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35816
* toolchain/binutils: fix 2.19.1 MD5 sumFlorian Fainelli2013-02-261-1/+1
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 35813
* binutils: remove 2.21Florian Fainelli2012-11-191-3/+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> SVN-Revision: 34265
* binutils: add support for 2.23.1Florian Fainelli2012-11-191-0/+3
| | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34262
* build: add the + token to any commands that can pass through the jobserver, ↵Felix Fietkau2012-09-231-1/+1
| | | | | | fixes parallel build on some systems SVN-Revision: 33523
* binutils: enable parallel buildsFelix Fietkau2012-09-151-1/+3
| | | | SVN-Revision: 33443
* toolchain: fix up lib64 symlink to lib before copying the initial prefix dir ↵Felix Fietkau2012-06-301-0/+1
| | | | | | to avoid errors on copying SVN-Revision: 32556
* toolchain: keep the initial gcc around for later uclibc rebuildsFelix Fietkau2012-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. SVN-Revision: 32553
* add binutils 2.22Imre Kaloz2012-02-081-1/+4
| | | | SVN-Revision: 30375
* adjust md5sum of v2.21.1 since archive got replaced meanwhileMirko Vogt2012-01-201-1/+1
| | | | SVN-Revision: 29836
* binutils: add binutils 2.21.1Hauke Mehrtens2011-08-061-0/+3
| | | | SVN-Revision: 27919
* remove the CS variant - broken since it's additionImre Kaloz2011-02-211-9/+2
| | | | SVN-Revision: 25648
* add binutils 2.21Imre Kaloz2011-02-181-0/+3
| | | | SVN-Revision: 25567
* remove support for binutils 2.18 and 2.20Imre Kaloz2010-10-281-6/+0
| | | | SVN-Revision: 23685
* optionally support parallel toolchain build. This defaults to off, because ↵Michael Büsch2010-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. SVN-Revision: 23196
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-2/+2
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK SVN-Revision: 22723
* fix graphite options with gcc-4.5, add libelf for LTO, fix mbsd_multi patch, ↵Florian Fainelli2010-04-201-5/+2
| | | | | | patch from Bernhard Loos SVN-Revision: 21046
* add binutils-2.20.1Alexandros C. Couloumbis2010-03-111-0/+3
| | | | SVN-Revision: 20137
* binutils: fix path to cloog and pplFelix Fietkau2009-11-021-0/+4
| | | | SVN-Revision: 18265
* add binutils 2.20Felix Fietkau2009-11-021-0/+3
| | | | SVN-Revision: 18263
* add a binutils variant based on a binutils snapshot and codesourcery g++ ↵Felix Fietkau2009-10-191-0/+8
| | | | | | enhancements (compiles, but fails to link the kernel) SVN-Revision: 18060
* remove binutils 2.17 and 2.19Felix Fietkau2009-05-051-6/+0
| | | | SVN-Revision: 15619
* move common variables to a dedicated include fileNicolas Thill2009-02-231-5/+1
| | | | SVN-Revision: 14648
* build system refactoring in preparation for allowing packages to do ↵Felix Fietkau2009-02-221-11/+11
| | | | | | host-build steps SVN-Revision: 14610
* cosmetic & coherency fixesNicolas Thill2009-02-031-16/+22
| | | | SVN-Revision: 14397
* binutils: add support for v2.19.1 (from #4492, thanks to dwrobel)Nicolas Thill2009-02-031-1/+4
| | | | SVN-Revision: 14393
* libssp should also be configured in binutilsFlorian Fainelli2009-02-021-0/+7
| | | | SVN-Revision: 14376
* install readelf to STAGING_DIR_HOST (eglibc requires it, not all systems ↵Felix Fietkau2009-01-261-0/+2
| | | | | | have it) SVN-Revision: 14196
* add binutils 2.19 (patch from #4367)Felix Fietkau2009-01-171-0/+3
| | | | SVN-Revision: 14075
* add support for alternative C libraries (currently only glibc/eglibc) other ↵Nicolas Thill2009-01-081-3/+17
| | | | | | (related) changes: - kernel headers are now installed using "make headers_install" on 2.6 - target names now contain an openwrt "vendor" tag (e.g. mips-openwrt-linux-gnu) - build directory names now contain gcc/libc name/version - default cpu for x86 is now i486 (required to build glibc/eglibc) SVN-Revision: 13931
* nuke binutils 2.16.1 - old, unused, buggyImre Kaloz2008-12-021-3/+0
| | | | SVN-Revision: 13481
* add md5sums for binutils & gcc and use the GNU mirror facilityNicolas Thill2008-11-081-8/+14
| | | | SVN-Revision: 13143
* 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
* 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
* update binutils autoconf scripts, tooImre Kaloz2007-12-281-0/+1
| | | | SVN-Revision: 10005
* fixup softfloat handlingImre Kaloz2007-12-281-0/+1
| | | | SVN-Revision: 10003
* Add binutils extra configure optionsFelix Fietkau2007-10-231-0/+1
| | | | | | | | | | | | 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-281-8/+1
| | | | | | patches using quilt SVN-Revision: 7752
* finally move buildroot-ng to trunkFelix Fietkau2016-03-201-0/+54