aboutsummaryrefslogtreecommitdiff
path: root/config/binutils
Commit message (Collapse)AuthorAgeFilesLines
* binutils/binutils: add wrapper to gold and ldYann E. MORIN"2010-12-291-0/+24
| | | | | | | | | | When both gold and ld are installed, add a wrapper that calls to either gold or ld. In case the wrapper is installed, we also need to symlink ld.bfd and ld.gold for the core_cc steps. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/binutils: add support for threaded goldYann E. MORIN"2011-01-021-0/+8
| | | | | | | | | When configured with support for threads, gold can link in parallel, possibly cooperating with a make jobserver. Add an option enabling threads. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/binutils: add support for pluginsYann E. MORIN"2011-01-021-0/+13
| | | | | | Add an option to enable plugins support in binutils. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/binutils: add option to enable goldYann E. MORIN"2010-12-281-0/+66
| | | | | | | | | | | gold is a new, optimised, multi-threaded linker with support for plugins. Add support for gold starting with binutils 2.21. Although 2.20 also had gold, the configure flags have changed, and supporting 2.20 would be a mess in the code. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/binutils: add BINUTILS_2_21_or_later blind optionYann E. MORIN"2010-12-281-0/+4
| | | | | | | Add BINUTILS_2_21_or_later blind option. It will be used to add conditional support for building 'gold' on versions that have it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* config/binutils: Add binutils 2.21Bryan Hundven2010-12-141-0/+6
| | | | | Currently depends on EXPERIMENTAL, as it is not well tested and I'm not sure if/which patches need to be ported forward from 2.20.1.
* binutils/binutils: companion libraries are not usedYann E. MORIN"2010-08-231-12/+0
| | | | | | | | | | | GNU binutils does not use the companion libraries, although ./configure advertises switches for them. This is because the configure file is shared between different packages, and is a bit 'lax' about what it checks. See: http://sourceware.org/ml/crossgcc/2010-08/msg00160.html http://sourceware.org/ml/crossgcc/2010-08/msg00161.html Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/sstrip: mark as obsoleteYann E. MORIN"2010-08-111-6/+12
| | | | | | | | | | | sstrip is causing more trouble and grief than tolerable. It is broken at least on PPC. It does not build on non-ELF systems (eg. mingw32, MacOS-X...). Plus, it is easy to install. Hide it behind OBSOLETE. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* binutils/binutils: add binutils-2.20.1Johannes Stezenbach2010-07-091-0/+5
| | | | Signed-off-by: Johannes Stezenbach <js@sig21.net>
* binutils/sstrip: get rid of ELFkickersYann E. MORIN"2010-03-171-36/+1
| | | | | ELFkickers are looong dead and unmaintained, and the sstrip from buildroot is working fine *and* is maintained.
* binutils/sstrip: depends on ELFYann E. MORIN"2010-03-171-0/+2
| | | | No point building sstrip is the target is not ELF.
* tools: move sstrip to the binary utilities menuYann E. MORIN"2010-03-171-0/+50
| | | | | | sstrip is now alone in its 'tools' menu, and we will probably never gain any other 'tool'. Besides, sstrip is just strip, but a little bit more agressive, so it deserves going to the 'binary utilities' menu.
* config: hide entries when in backend modeYann E. MORIN"2010-03-051-0/+1
| | | | | | | | | | | This implies hidding entries for: - binutils libraries - dmalloc - duma - native gdb - ltrace - strace - sstrip
* complibs: hide companion libraries for target entryYann E. MORIN"2010-02-171-3/+2
| | | | | | The companion libraries on the target are required only for internal use by binutils and gdb. The user should not have to know about this, so hide the option.
* complibs: simplify config fileYann E. MORIN"2010-02-181-1/+1
| | | | | Although currently the wrapper is directly dependent on companion libraries, let's still decorelate those two.
* complibs: split-up selection for individual libsYann E. MORIN"2010-02-171-1/+2
|
* binutils/binutils: fix using GMP and MPFRYann E. MORIN"2010-02-091-0/+12
|
* config: mark now old versions as being OBSOLETEYann E. MORIN"2009-10-281-2/+4
| | | | | These versions are kept for the upcoming release, but they will be removed from the next release if they are not used.
* config/binutils: add latest version 2.20Yann E. MORIN"2009-10-271-0/+5
| | | | Also add patchset vampirised from Gentoo.
* binutils: remove duplicate config entries for binutils & elf2fltYann E. MORIN"2009-10-272-6/+0
|
* config/binutils: remove obsolete experimental versionsYann E. MORIN"2009-10-271-72/+0
|
* config: rip-out versions marked as OBSOLETEYann E. MORIN"2009-10-281-12/+0
|
* config: fix indentation for options marked EXPERIMENTAL or OBSOLETEYann E. MORIN"2009-09-131-2/+2
| | | | | Change the 2-space separation into a 1-space separation, for the sake of homogeneity.
* scripts: add new version at top of choiceYann E. MORIN"2009-09-132-8/+8
| | | | Add new versions at the top of the choice menu, not at the bottom.
* config: re-order menu entries so that latest versions are at the topYann E. MORIN"2009-09-131-59/+59
| | | | | It makes better sense to have latest versions at the top of the choice entries.
* Merge the uClinux/noMMU stuff back to /trunk:Yann E. MORIN"2009-05-202-0/+208
- merge Linux and uClinux back to a single kernel - add ARCH_USE_MMU and acquainted config options that architectures can auto-select - make binutils and elf2flt two "Binary utilities" that go in a single common sub-{menu,directory} structure -------- diffstat follows -------- /trunk/scripts/build/kernel/uclinux.sh | 2 0 2 0 - /trunk/scripts/build/kernel/linux.sh | 206 204 2 0 +++++++++++++++++++++++++++++ /trunk/scripts/build/kernel/linux-common.sh | 198 0 198 0 ---------------------------- /trunk/scripts/build/binutils.sh | 232 0 232 0 -------------------------------- /trunk/scripts/build/elf2flt.sh | 150 0 150 0 --------------------- /trunk/scripts/crosstool-NG.sh.in | 6 4 2 0 + /trunk/config/kernel/linux.in | 249 249 0 0 +++++++++++++++++++++++++++++++++++ /trunk/config/kernel/linux.in-common | 252 0 252 0 ----------------------------------- /trunk/config/kernel/uclinux.in | 21 0 21 0 --- /trunk/config/target.in | 23 22 1 0 +++ /trunk/config/elf2flt.in | 49 0 49 0 ------- /trunk/config/libc/glibc.in | 2 1 1 0 /trunk/config/libc/eglibc.in | 2 1 1 0 /trunk/config/config.in | 1 0 1 0 - /trunk/config/arch/sh.in | 1 1 0 0 + /trunk/config/arch/arm.in | 2 1 1 0 /trunk/config/arch/powerpc.in | 1 1 0 0 + /trunk/config/arch/ia64.in | 1 1 0 0 + /trunk/config/arch/alpha.in | 1 1 0 0 + /trunk/config/arch/x86.in | 1 1 0 0 + /trunk/config/arch/mips.in | 1 1 0 0 + /trunk/config/arch/powerpc64.in | 1 1 0 0 + 22 files changed, 489 insertions(+), 913 deletions(-)