summaryrefslogtreecommitdiff
path: root/target/config/Config.in.binutils
AgeCommit message (Collapse)Author
2017-06-23use binutils git for mips/mips64 / static compile issuesWaldemar Brodkorb
2017-06-13binutils: remove support for old versionsWaldemar Brodkorb
2017-06-03musl: mips64 needs binutils gitWaldemar Brodkorb
2017-05-25musl: use binutils git for mips, because of a regression in 2.28Waldemar Brodkorb
2017-05-25arc: allow to test upstream support of gcc/binutilsWaldemar Brodkorb
2017-05-24arc: update gcc/binutils to arc-2017.03-releaseWaldemar Brodkorb
2017-04-13microblaze: switch to 2.28, make pr21017 patch musl specificWaldemar Brodkorb
2017-03-29cris: backport binutils patch for pr16044Waldemar Brodkorb
2017-03-26split riscv arch support into riscv32/riscv64Waldemar Brodkorb
2017-03-09add different patches to gcc/binutils to fix issues with ↵Waldemar Brodkorb
cris/microblaze/ia64/tile
2017-03-05binutils: add 2.28, default to 2.28Waldemar Brodkorb
2017-03-04riscv: start experimenting with riscv32 / newlib toolchainWaldemar Brodkorb
2016-12-14lm32 workarounds and hacksWaldemar Brodkorb
2016-12-13sh2-nommu/j2: add better support and add required patches from musl-cross-makeWaldemar Brodkorb
2016-12-12arc-toolchain: update to arc-2016.09-releaseWaldemar Brodkorb
2016-12-03arc: update gcc/binutils to arc-2016.09-rc2Waldemar Brodkorb
2016-12-02use latest gcc/binutils from AndesWaldemar Brodkorb
2016-11-27binutils: for x86 default to 2.25.1, need to investigateWaldemar Brodkorb
2016-11-27binutils: defaults to 2.26.1Waldemar Brodkorb
2016-11-21xtensa: use optimized flags, default to binutils 2.27Waldemar Brodkorb
2016-11-10arc-toolchain: update to rc1Waldemar Brodkorb
2016-11-01binutils: add patch from upstream to fix microblaze toolchainWaldemar Brodkorb
2016-10-29binutils: older versions can be used for nios2Waldemar Brodkorb
2016-10-20microblaze: fix musl build for 2.26.1, so regression is between 2.26.1 and 2.27Waldemar Brodkorb
2016-10-16nios2: depend on gcc 6.x/binutils 2.27, otherwise static linking failsWaldemar Brodkorb
2016-10-09arc: toolchain updateWaldemar Brodkorb
2016-10-09bfin: fix some issues so that it can be used to do some basic testing with ↵Waldemar Brodkorb
embedded-test
2016-10-01arc: update toolchainWaldemar Brodkorb
2016-09-26binutils: more version finetuningWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-09-20binutils: use working versions as defaultWaldemar Brodkorb
2016-09-19arc: update to toolchain to 2016.09-eng013Waldemar Brodkorb
2016-09-17binutils: set dafult back to 2.25.1, too much issues. uClibc-ng regex ↵Waldemar Brodkorb
testsuite problems
2016-09-13binutils: blacklist newer versions then 2.25.1, as they break musl and libstdc++Waldemar Brodkorb
2016-09-05update binutils default and linux kernel where possibleWaldemar Brodkorb
2016-09-05binutils: use 2.26.1 as defaultWaldemar Brodkorb
2016-08-25arc: update binutils and gcc to latest engineer tagsWaldemar Brodkorb
While there only use binutils 2.24 for nds32.
2016-08-16frv: default to binutils 2.27Waldemar Brodkorb
2016-08-16frv: only use binutils 2.27, allow to compile libstdc++ (buildtime tested)Waldemar Brodkorb
2016-08-08binutils: add 2.27 support, relax choice for blackfin and add required ↵Waldemar Brodkorb
upstream patch
2016-07-09add small patch to allow compile for crisv10, remove binutils 2.22Waldemar Brodkorb
2016-06-30add support for nds32 architectureWaldemar Brodkorb
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-06-30binutils: update to 2.26.1Waldemar Brodkorb
2016-05-31xtensa: binutils 2.26 is fineWaldemar Brodkorb
2016-05-22update ARC toolchain to 2016.03Waldemar Brodkorb
2016-04-21m68k: default to binutils 2.26Waldemar Brodkorb
2016-03-31xtensa: use latest binutils/gccWaldemar Brodkorb
2016-03-07rework menu based config systemWaldemar Brodkorb
After the addition of bare metal toolchains the menu system allowed to create non-valid configurations. I reworked it so we can also add other operating system support if we wish. So first you choose your operating system, then your architecture and endianess, after that your embedded system, emulator or generic device and then you choose your task you want to run. Tasks may be toolchain, a new appliance/application or some preconfigured sets of packages and configurations as kodi, mpd, firefox and more. The tasks are limited to a plausible choice of hardware and software. Deduplicate CPU configuration. You don't wanna compile Kodi for a H8/300 microcontroller ;)
2016-02-25add basic newlib toolchain support for moxieWaldemar Brodkorb
2016-02-14binutils: use 2.26 only for Xtensa noMMU and H8300Waldemar Brodkorb
2016-02-03add support for binutils 2.26Waldemar Brodkorb