summaryrefslogtreecommitdiff
path: root/target/config/Config.in.cpu
AgeCommit message (Collapse)Author
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
2015-10-18lm32: uClibc-ng support is w/o threadsWaldemar Brodkorb
2015-10-17add basic support for lm32 architectureWaldemar Brodkorb
2015-10-16remove duplicate entryWaldemar Brodkorb
2015-10-16alpha: allow to choose uClibc-ng, select ADK_TARGET_WITH_LTWaldemar Brodkorb
2015-10-15ia64: add toolchain supportWaldemar Brodkorb
2015-10-11remove already disabled uClibc support, fix wrong PKG_LIBC_DEPENDSWaldemar Brodkorb
2015-10-09add some basic uClibc or1k supportWaldemar Brodkorb
2015-09-01add support for beaglebone blackWaldemar Brodkorb
2015-08-09use nocona for qemu-system-x86_64Waldemar Brodkorb
2015-07-27add some basic support for emcraft kinetisWaldemar Brodkorb
2015-07-14allow to build ppc64 little endianWaldemar Brodkorb
2015-07-13add basic toolchain support for or1k arch with musl libcWaldemar Brodkorb
2015-07-09add support for metag architectureWaldemar Brodkorb
2015-06-15optimize code for AMD bobcat, refactor serial support, tested via nfs bootWaldemar Brodkorb
2015-06-10add simulator target for h8/300, reorg no-MMUWaldemar Brodkorb
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol.
2015-06-10add the ability to build uClibc-ng toolchain for microblaze (only static ↵Waldemar Brodkorb
binaries are working for now)
2015-06-07add support for h8/300 architectureWaldemar Brodkorb
2015-06-04add some bits and bytes to allow to choose bfin-sim. not functional, yetWaldemar Brodkorb
2015-06-04add basic infrastructure for superh toolchains with sh2/sh3/sh4a cpusWaldemar Brodkorb
2015-05-31enable microblaze for uClibc-ng for testingWaldemar Brodkorb
2015-05-30enable FPU for AranymWaldemar Brodkorb
2015-05-28ad different m68k toolchainsWaldemar Brodkorb