summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Collapse)Author
2016-03-12uclibc-ng: disable long double math in default configWaldemar Brodkorb
2016-03-12arc: update gcc and binutilsWaldemar Brodkorb
2016-03-11default without blockWaldemar Brodkorb
2016-03-11add mini kernel config for nios2Waldemar Brodkorb
2016-03-11allow to select nds32 to build uClibc-ng toolchainWaldemar 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-03-05fix build when no modules selectedWaldemar Brodkorb
2016-03-02build host u-boot when mkimage is not installedWaldemar Brodkorb
2016-02-29add a workaround for ppc64 kernel compileWaldemar Brodkorb
2016-02-27add NIOS2 to newlib supported architecturesWaldemar Brodkorb
2016-02-27add H8300 to newlib supported architecturesWaldemar Brodkorb
2016-02-27fix ARM noMMU toolchain creationWaldemar Brodkorb
2016-02-27linux: update to latestWaldemar Brodkorb
2016-02-27add ARC to newlib supported architecturesWaldemar Brodkorb
2016-02-25gdb: update to latest versionWaldemar Brodkorb
2016-02-25add newlib aarch64 toolchain supportWaldemar Brodkorb
2016-02-25add basic newlib toolchain support for moxieWaldemar Brodkorb
2016-02-24musl: update to latest versionWaldemar Brodkorb
2016-02-20kernel: update to latestWaldemar Brodkorb
2016-02-20u-boot: update to latest, allow to build for solidrun-imx6 devicesWaldemar Brodkorb
2016-02-19remove unused symbolWaldemar Brodkorb
2016-02-19glibc: update to latest release, disable broken sparcWaldemar Brodkorb
2016-02-19update older 2.6.x and 3.2.x kernelsWaldemar Brodkorb
2016-02-16rework ARM NEON supportWaldemar Brodkorb
Don't build C library with -ffast-math when NEON is globally enabled. Disable NEON support by default. Remove dangerous -funsafe-math-optimizations. Most suggestions from Rich Felker after analyzing libc-test failures in my setup.
2016-02-16musl: add latest stable versionWaldemar Brodkorb
2016-02-16add nds32 bare-metal toolchain supportWaldemar Brodkorb
2016-02-14or1k: add glibc supportWaldemar Brodkorb
2016-02-14binutils: use 2.26 only for Xtensa noMMU and H8300Waldemar Brodkorb
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2016-02-08git pushMerge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2016-02-08disable threads for uClibc-ng alpha, qemu bootup works nowWaldemar Brodkorb
2016-02-08use only gcc 5.2 for or1kWaldemar Brodkorb
2016-02-07uclibc-ng: simplify config, only use uclibc-ng.config as git master is now ↵Waldemar Brodkorb
1.0 config
2016-02-05fr-v: allow to build a uClibc-ng toolchainWaldemar Brodkorb
2016-02-03add support for binutils 2.26Waldemar Brodkorb
2016-02-02update Linux kernel 4.3.x to latest versionWaldemar Brodkorb
2016-02-01add wget / openssh for devel applianceWaldemar Brodkorb
2016-02-01update uClibc-ng to 1.0.12Waldemar Brodkorb
2016-01-29enable networking for armv6 qemu emulationWaldemar 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