Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-09 | arc: toolchain update | Waldemar Brodkorb | |
2016-10-09 | bfin: fix some issues so that it can be used to do some basic testing with ↵ | Waldemar Brodkorb | |
embedded-test | |||
2016-10-01 | arc: update toolchain | Waldemar Brodkorb | |
2016-09-26 | binutils: more version finetuning | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-09-20 | binutils: use working versions as default | Waldemar Brodkorb | |
2016-09-19 | arc: update to toolchain to 2016.09-eng013 | Waldemar Brodkorb | |
2016-09-17 | binutils: set dafult back to 2.25.1, too much issues. uClibc-ng regex ↵ | Waldemar Brodkorb | |
testsuite problems | |||
2016-09-13 | binutils: blacklist newer versions then 2.25.1, as they break musl and libstdc++ | Waldemar Brodkorb | |
2016-09-05 | update binutils default and linux kernel where possible | Waldemar Brodkorb | |
2016-09-05 | binutils: use 2.26.1 as default | Waldemar Brodkorb | |
2016-08-25 | arc: update binutils and gcc to latest engineer tags | Waldemar Brodkorb | |
While there only use binutils 2.24 for nds32. | |||
2016-08-16 | frv: default to binutils 2.27 | Waldemar Brodkorb | |
2016-08-16 | frv: only use binutils 2.27, allow to compile libstdc++ (buildtime tested) | Waldemar Brodkorb | |
2016-08-08 | binutils: add 2.27 support, relax choice for blackfin and add required ↵ | Waldemar Brodkorb | |
upstream patch | |||
2016-07-09 | add small patch to allow compile for crisv10, remove binutils 2.22 | Waldemar Brodkorb | |
2016-06-30 | add support for nds32 architecture | Waldemar Brodkorb | |
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-06-30 | binutils: update to 2.26.1 | Waldemar Brodkorb | |
2016-05-31 | xtensa: binutils 2.26 is fine | Waldemar Brodkorb | |
2016-05-22 | update ARC toolchain to 2016.03 | Waldemar Brodkorb | |
2016-04-21 | m68k: default to binutils 2.26 | Waldemar Brodkorb | |
2016-03-31 | xtensa: use latest binutils/gcc | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar 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-25 | add basic newlib toolchain support for moxie | Waldemar Brodkorb | |
2016-02-14 | binutils: use 2.26 only for Xtensa noMMU and H8300 | Waldemar Brodkorb | |
2016-02-03 | add support for binutils 2.26 | Waldemar Brodkorb | |
2015-12-26 | add experimental support for xtensa de212 core | Waldemar Brodkorb | |
2015-11-30 | bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵ | Waldemar Brodkorb | |
hardware | |||
2015-10-21 | remove unneeded split in choice and default, remove ↵ | Waldemar Brodkorb | |
ADK_TARGET_KERNEL_VERSION (unused) | |||
2015-03-07 | reorder libc and toolchain options | Waldemar Brodkorb | |
After a short discussion with Phil, I put Libc stuff into Toolchain menu, as it does not belong to Target configuration. Add a Advanced Option menu for specific toolchain related options. I think this change make building OpenADK for beginners simpler. A starter doesn't know anything about different libc, floating settings, ... |