summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2016-04-06for std::round we need to add __UCLIBC__ detectionWaldemar Brodkorb
2016-04-05add better gcc language support, allow to build objc/fortranWaldemar Brodkorb
2016-04-02fix lm32 toolchain buildingWaldemar Brodkorb
2016-04-02add support for epiphany bare-metal toolchain buildingWaldemar Brodkorb
2016-04-01add newlib patchWaldemar Brodkorb
2016-04-01newlib: add 2.4.0 releaseWaldemar Brodkorb
2016-03-31binutils: remove upstreamed patchWaldemar Brodkorb
2016-03-31h8300: use correct branch for gdb simulatorWaldemar Brodkorb
2016-03-27or1k: update kernel and gccWaldemar Brodkorb
2016-03-27newlib: update to latest 2.2.x/2.3.x versionsWaldemar Brodkorb
2016-03-26frv: resolve remaining issues to check toolchain compileWaldemar Brodkorb
2016-03-26sh2: fix elf2flt buildWaldemar Brodkorb
2016-03-25bfin: add binutils bugfix from Bug report 17334Waldemar Brodkorb
2016-03-20add lm32 support to elf2fltWaldemar Brodkorb
2016-03-19elf2flt: switch to uclinux-dev versionWaldemar Brodkorb
2016-03-19arc: add patches for gcc from buildrootWaldemar Brodkorb
2016-03-18arc: use stable tags for binutils/gccWaldemar Brodkorb
2016-03-17arm noMMU doesn't need a wrapperWaldemar Brodkorb
2016-03-13update uClibc-ng to 1.0.13Waldemar Brodkorb
2016-03-12arc: update gcc and binutilsWaldemar Brodkorb
2016-03-11allow to select nds32 to build uClibc-ng toolchainWaldemar 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-07mpfr: update to latest stable versionWaldemar Brodkorb
2016-03-07fix nothread x86 buildsWaldemar Brodkorb
2016-03-06allow to build x86 without threadsWaldemar Brodkorb
2016-03-05or1k: use musl branch for gcc-5.2.0Waldemar Brodkorb
2016-02-27libelf provides a pkgconfig file, which should not be using double prefix, ↵Waldemar Brodkorb
fixes glib host compile
2016-02-27fix ARM noMMU toolchain creationWaldemar Brodkorb
2016-02-27add glibc patch to cross-compile on MacOS XWaldemar Brodkorb
2016-02-25gdb: update to latest versionWaldemar Brodkorb
2016-02-24musl: update to latest versionWaldemar Brodkorb
2016-02-19glibc: update to latest release, disable broken sparcWaldemar 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-15remove unused listsWaldemar Brodkorb
2016-02-14or1k: add glibc supportWaldemar Brodkorb
2016-02-14fix microblaze musl combinationWaldemar Brodkorb
2016-02-08bfin: remove assert, FDPIC works fine without it, tested with gdb simulatorWaldemar Brodkorb
2016-02-08finetune gcc stage1 compileWaldemar 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 gcc version for ARCWaldemar Brodkorb
2016-02-01might fix some problems on older MacOS XWaldemar Brodkorb
2016-02-01update uClibc-ng to 1.0.12Waldemar Brodkorb
2016-01-27another hack to disable docs in old gccWaldemar Brodkorb
2016-01-27add hackish way to disable doc generation on newer hostsWaldemar Brodkorb
2016-01-26add support for tilepro/tilegx toolchain, tilepro is brokenWaldemar Brodkorb