summaryrefslogtreecommitdiff
path: root/target/config/Config.in.tc
AgeCommit message (Collapse)Author
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-01-26add support for tilepro/tilegx toolchain, tilepro is brokenWaldemar Brodkorb
2016-01-25allow to build different ppc64 subarchsWaldemar Brodkorb
2016-01-10add missing arch dependsWaldemar Brodkorb
2016-01-08refactor x86_64 cpu choice, so that it can be used for toolchain, tooWaldemar Brodkorb
2015-12-24allow to build leon3 optimized toolchain for sparcWaldemar Brodkorb
2015-12-23add mips64r6/mips32r6 choice for toolchainWaldemar Brodkorb
2015-10-22add support for coldfire 5328 toolchain buildingWaldemar 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-28ad different m68k toolchainsWaldemar Brodkorb
2015-05-26useWaldemar Brodkorb
2015-05-25add bfin cpu definitionsWaldemar Brodkorb
2015-05-25add rest of coldfire cpu definitionsWaldemar Brodkorb
2015-05-21more coldfire cpusWaldemar Brodkorb
2015-05-19more coldfire cpu definitionsWaldemar Brodkorb
2015-05-16add more coldfire cpu definitionsWaldemar Brodkorb
2015-05-15add more coldfire toolchain targetsWaldemar Brodkorb
2015-05-04add a bunch of bfin cpu definitions for toolchainsWaldemar Brodkorb
2015-05-01add new CPU types for ARM/AARCH64Waldemar Brodkorb
2015-04-27add support for ARCv2 ARC HS toolchain compilationWaldemar Brodkorb
2015-03-23allow to select CPU flavour for toolchain building via envWaldemar Brodkorb
Add a more generic way to define CPU flavours for Toolchain building. Add Cortex-A8 definition. Move Thumb symbol around.