summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
AgeCommit message (Collapse)Author
2016-06-12add some mips32 cpu symbolsWaldemar Brodkorb
2016-06-06do not default to static for nios2Waldemar Brodkorb
2016-05-24microblaze works with linuxthreads, add required gcc patch for uClibc-ng supportWaldemar Brodkorb
2016-05-11Linux kernel for ppc64 does not like to be built with -mcpu=power7, getting ↵Waldemar Brodkorb
SIGILL for busybox
2016-05-10add basic ppc64 musl supportWaldemar Brodkorb
2016-04-21add suffix definition for microblazeWaldemar Brodkorb
2016-04-17some minor fixes for NSLU2Waldemar Brodkorb
2016-04-16use better suffix for lemote yeelongWaldemar Brodkorb
2016-04-06add basic raspberry pi3 support (ARM 32Bit)Waldemar Brodkorb
2016-04-05add better gcc language support, allow to build objc/fortranWaldemar Brodkorb
2016-04-03add mn10300 newlib toolchain supportWaldemar Brodkorb
2016-04-03add msp430 newlib toolchain supportWaldemar Brodkorb
2016-04-02add m32r newlib toolchainWaldemar Brodkorb
2016-04-02add support for epiphany bare-metal toolchain buildingWaldemar Brodkorb
2016-03-13fix sparc64 symbol nameWaldemar Brodkorb
2016-03-12arc: update gcc and binutilsWaldemar Brodkorb
2016-03-10fix CPU symbol names, oopsWaldemar Brodkorb
2016-03-10lm32 is uclinuxWaldemar Brodkorb
2016-03-10make parts of the menu visible if architecture is choosen to guarentee ↵Waldemar Brodkorb
defaults are set right
2016-03-10add suffix for cris archWaldemar Brodkorb
2016-03-10add suffix for cris archWaldemar Brodkorb
2016-03-10c6x is uClinuxWaldemar Brodkorb
2016-03-07if prevents the usability of symbols :(Waldemar Brodkorb
2016-03-07allow ADK_TARGET_CPU for alphaWaldemar 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-16add nds32 bare-metal toolchain supportWaldemar Brodkorb
2016-02-14or1k: add glibc supportWaldemar Brodkorb
2016-02-08disable threads for uClibc-ng alpha, qemu bootup works nowWaldemar Brodkorb
2016-01-27allow to build nios2 uClibc-ng toolchainWaldemar Brodkorb
2016-01-26add support for tilepro/tilegx toolchain, tilepro is brokenWaldemar Brodkorb
2016-01-25hppa: allow to build uClibc-ng toolchainWaldemar Brodkorb
2016-01-25Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2016-01-25allow to build different ppc64 subarchsWaldemar Brodkorb
2016-01-25add basic qemu armv6 supportWaldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-01-08Add support for x86_64 CPU optimisation in gccOliver 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-28v850: add basic newlib toolchain supportWaldemar Brodkorb
2015-12-24allow to build leon3 optimized toolchain for sparcWaldemar Brodkorb
2015-12-23add mips64r6/mips32r6 choice for toolchainWaldemar 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-11-12metag: set correct compiler flagsWaldemar Brodkorb
2015-11-06fix sh3 toolchain buildingWaldemar Brodkorb
2015-11-04xtensa: allow playing with noMMU configurationWaldemar Brodkorb
2015-11-04sh2: fix toolchain building, using bFLTWaldemar Brodkorb
2015-11-02sh3 has a MMUWaldemar Brodkorb
2015-10-28qemu-system-s390: add basic support, only virtio-net does not work as expected.Waldemar Brodkorb
2015-10-27add frv arch support (very experimental)Waldemar Brodkorb
2015-10-23add s/390 toolchain supportWaldemar Brodkorb
2015-10-22add support for coldfire 5328 toolchain buildingWaldemar Brodkorb