aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* [toolchain] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10802 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update binutils autoconf scripts, tooImre Kaloz2007-12-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10005 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fixup softfloat handlingImre Kaloz2007-12-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10003 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup/restructuring as described in ↵Felix Fietkau2007-08-071-7/+7
| | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8362 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh ↵Felix Fietkau2007-06-281-8/+1
| | | | | | patches using quilt git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7752 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move tools from toolchain/ to tools/Felix Fietkau2006-09-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4866 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add binutils 2.17 and remove the beta versions, update some gcc 4.1.1 patchesImre Kaloz2006-06-281-12/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4099 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing copyrightFelix Fietkau2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4094 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massive cleanup of toolchain/Felix Fietkau2006-06-211-81/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4038 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow parallel build of binutilsFelix Fietkau2006-05-311-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3879 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup; replace .PHONY with FORCE; disable gdb by defaultFelix Fietkau2006-05-311-3/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3877 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix BR2_ and CONFIG_ issuesMike Baker2006-05-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3769 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove some old binutils versionsFelix Fietkau2005-10-211-12/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2211 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add new binutils versionsFelix Fietkau2005-08-151-14/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1684 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cleanup in toolchain/Felix Fietkau2005-07-201-4/+115
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nbd's makefile/menuconfig rewriteMike Baker2005-03-061-0/+9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@307 3c298f89-4303-0410-b956-a3cf2f4a3e73