summaryrefslogtreecommitdiff
path: root/toolchain/binutils
AgeCommit message (Collapse)Author
2017-01-13arc: add binutils hotfix from synopsisWaldemar Brodkorb
2017-01-05microblaze: the binutils fix for static musl problems, breaks uClibc-ng ↵Waldemar Brodkorb
support :(
2017-01-03microblaze: fix static linkingWaldemar 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: remove patch, no longer applyWaldemar Brodkorb
2016-11-10arc-toolchain: update to rc1Waldemar Brodkorb
2016-11-01binutils: add patch from upstream to fix microblaze toolchainWaldemar Brodkorb
2016-10-30binutils: remove assert, it breaks uClibc-ng testsuite compileWaldemar Brodkorb
2016-10-20microblaze: fix musl build for 2.26.1, so regression is between 2.26.1 and 2.27Waldemar Brodkorb
2016-10-09disable makeinfo so that it is compilable without host-texinfoWaldemar Brodkorb
2016-10-09arc: toolchain updateWaldemar Brodkorb
2016-10-01arc: update toolchainWaldemar Brodkorb
2016-09-27add HOST_PATH, required for bisonWaldemar Brodkorb
2016-09-22binutils: allow to build gold without making it defaultWaldemar Brodkorb
2016-09-19arc: update to toolchain to 2016.09-eng013Waldemar Brodkorb
2016-09-13arc: update gcc/binutils to eng012Waldemar 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: 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-07-04fixes for sh/bfinWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
2016-06-30nds32: update binutils patchWaldemar 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-22update ARC toolchain to 2016.03Waldemar Brodkorb
2016-03-31binutils: remove upstreamed patchWaldemar Brodkorb
2016-03-31h8300: use correct branch for gdb simulatorWaldemar Brodkorb
2016-03-25bfin: add binutils bugfix from Bug report 17334Waldemar Brodkorb
2016-03-18arc: use stable tags for binutils/gccWaldemar Brodkorb
2016-03-12arc: update gcc and binutilsWaldemar Brodkorb
2016-03-11allow to select nds32 to build uClibc-ng toolchainWaldemar 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-14fix microblaze musl combinationWaldemar Brodkorb
2016-02-08bfin: remove assert, FDPIC works fine without it, tested with gdb simulatorWaldemar Brodkorb
2016-02-03add support for binutils 2.26Waldemar Brodkorb
2016-01-27add hackish way to disable doc generation on newer hostsWaldemar Brodkorb
2015-12-06install config.sub and config.guess alwaysWaldemar Brodkorb
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection.
2015-12-04get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵Waldemar Brodkorb
to ld
2015-12-02simplify toolchain buildingWaldemar Brodkorb
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken.
2015-11-12limit workaround to h8/300, move 4.2.x patches to get usedWaldemar Brodkorb
2015-10-23arc: add support for free nSIM simulator, thx to Alexey for hints to get it ↵Waldemar Brodkorb
running
2015-08-09fix glibc 2.2x toolchain building for x86_64. forcing --enable-64-bit-bfd ↵Waldemar Brodkorb
results in gconv compile issues
2015-07-29update gcc/binutils to latest synopsis github versionWaldemar Brodkorb
2015-07-22update binutils to latest stable versionWaldemar Brodkorb
2015-06-28more h8300 fixesWaldemar Brodkorb
2015-05-31fix distfiles urlWaldemar Brodkorb
2015-05-15add more coldfire toolchain targetsWaldemar Brodkorb