aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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