summaryrefslogtreecommitdiff
path: root/toolchain
AgeCommit message (Collapse)Author
2016-05-12add support to play with LLVM/clangWaldemar Brodkorb
2016-05-10add basic ppc64 musl supportWaldemar Brodkorb
2016-05-01add gcc bfin patchWaldemar Brodkorb
2016-05-01tilegx: add more simple patchWaldemar Brodkorb
2016-04-29fixup c++ compiler issues the right wayWaldemar Brodkorb
2016-04-28musl: use shared libgcc for non-static buildsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2016-04-28add gcc6 supportWaldemar Brodkorb
2016-04-26allow to experiment with gcc goWaldemar Brodkorb
2016-04-24m68k: remove gcc wrapperWaldemar Brodkorb
We don't need the gcc wrapper when some object files removed from libgcc.a. Idea from uClinux-toolchain build script. Fix some issues with shared flat, still no bootup. For msep-data DOPIC is used, for one-region flat DOPIC must be disabled. So both tested and working.
2016-04-23disable DOPIC for coldfire flatWaldemar Brodkorb
2016-04-19mergeWaldemar Brodkorb
2016-04-18uclibc-ng: update to latest releaseWaldemar Brodkorb
2016-04-14fix debugging of threaded appsWaldemar Brodkorb
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