Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-28 | mips: add hidden NaN choice, refresh uClibc-ng configs | Waldemar Brodkorb | |
2016-08-27 | add support for Qemu ARM noMMU | Waldemar Brodkorb | |
Greg Ungerer made me aware of this possibility. Rather hackish implementation, we need to deduplicate later. Update Linux Kernel to 4.4.19 while there. Only non-Devicetree system supported right now. | |||
2016-08-08 | add support for ARM thumb mode | Waldemar Brodkorb | |
2016-07-26 | add bare-metal toolchain support for cr16 architecture | 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-26 | xtensa: allow to build big endian toolchain | Waldemar Brodkorb | |
Thanks Max for the overlay and hints. | |||
2016-06-12 | add some mips32 cpu symbols | Waldemar Brodkorb | |
2016-06-06 | do not default to static for nios2 | Waldemar Brodkorb | |
2016-05-24 | microblaze works with linuxthreads, add required gcc patch for uClibc-ng support | Waldemar Brodkorb | |
2016-05-11 | Linux kernel for ppc64 does not like to be built with -mcpu=power7, getting ↵ | Waldemar Brodkorb | |
SIGILL for busybox | |||
2016-05-10 | add basic ppc64 musl support | Waldemar Brodkorb | |
2016-04-21 | add suffix definition for microblaze | Waldemar Brodkorb | |
2016-04-17 | some minor fixes for NSLU2 | Waldemar Brodkorb | |
2016-04-16 | use better suffix for lemote yeelong | Waldemar Brodkorb | |
2016-04-06 | add basic raspberry pi3 support (ARM 32Bit) | Waldemar Brodkorb | |
2016-04-05 | add better gcc language support, allow to build objc/fortran | Waldemar Brodkorb | |
2016-04-03 | add mn10300 newlib toolchain support | Waldemar Brodkorb | |
2016-04-03 | add msp430 newlib toolchain support | Waldemar Brodkorb | |
2016-04-02 | add m32r newlib toolchain | Waldemar Brodkorb | |
2016-04-02 | add support for epiphany bare-metal toolchain building | Waldemar Brodkorb | |
2016-03-13 | fix sparc64 symbol name | Waldemar Brodkorb | |
2016-03-12 | arc: update gcc and binutils | Waldemar Brodkorb | |
2016-03-10 | fix CPU symbol names, oops | Waldemar Brodkorb | |
2016-03-10 | lm32 is uclinux | Waldemar Brodkorb | |
2016-03-10 | make parts of the menu visible if architecture is choosen to guarentee ↵ | Waldemar Brodkorb | |
defaults are set right | |||
2016-03-10 | add suffix for cris arch | Waldemar Brodkorb | |
2016-03-10 | add suffix for cris arch | Waldemar Brodkorb | |
2016-03-10 | c6x is uClinux | Waldemar Brodkorb | |
2016-03-07 | if prevents the usability of symbols :( | Waldemar Brodkorb | |
2016-03-07 | allow ADK_TARGET_CPU for alpha | 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-16 | add nds32 bare-metal toolchain support | Waldemar Brodkorb | |
2016-02-14 | or1k: add glibc support | Waldemar Brodkorb | |
2016-02-08 | disable threads for uClibc-ng alpha, qemu bootup works now | Waldemar Brodkorb | |
2016-01-27 | allow to build nios2 uClibc-ng toolchain | Waldemar Brodkorb | |
2016-01-26 | add support for tilepro/tilegx toolchain, tilepro is broken | Waldemar Brodkorb | |
2016-01-25 | hppa: allow to build uClibc-ng toolchain | Waldemar Brodkorb | |
2016-01-25 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2016-01-25 | allow to build different ppc64 subarchs | Waldemar Brodkorb | |
2016-01-25 | add basic qemu armv6 support | Waldemar Brodkorb | |
2016-01-10 | update to uClibc-ng 1.0.11, enable argp option, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-01-08 | Add support for x86_64 CPU optimisation in gcc | Oliver Schib | |
Allows to choose which x86_64 CPU type should be used. The corresponding -march optimisation for gcc will be activated. Signed-off-by: Oliver Schib <lich000king@yahoo.de> | |||
2015-12-28 | v850: add basic newlib toolchain support | Waldemar Brodkorb | |
2015-12-24 | allow to build leon3 optimized toolchain for sparc | Waldemar Brodkorb | |
2015-12-23 | add mips64r6/mips32r6 choice for toolchain | Waldemar Brodkorb | |
2015-12-06 | install config.sub and config.guess always | Waldemar Brodkorb | |
We need it for toolchain components. Add latest config.sub/config.guess from upstream with a minor patch for sh2eb detection. | |||
2015-11-12 | metag: set correct compiler flags | Waldemar Brodkorb | |
2015-11-06 | fix sh3 toolchain building | Waldemar Brodkorb | |
2015-11-04 | xtensa: allow playing with noMMU configuration | Waldemar Brodkorb | |