Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-12 | add support to play with LLVM/clang | Waldemar Brodkorb | |
2016-05-10 | add basic ppc64 musl support | Waldemar Brodkorb | |
2016-05-01 | add gcc bfin patch | Waldemar Brodkorb | |
2016-05-01 | tilegx: add more simple patch | Waldemar Brodkorb | |
2016-04-29 | fixup c++ compiler issues the right way | Waldemar Brodkorb | |
2016-04-28 | musl: use shared libgcc for non-static builds | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-04-28 | add gcc6 support | Waldemar Brodkorb | |
2016-04-26 | allow to experiment with gcc go | Waldemar Brodkorb | |
2016-04-24 | m68k: remove gcc wrapper | Waldemar 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-23 | disable DOPIC for coldfire flat | Waldemar Brodkorb | |
2016-04-19 | merge | Waldemar Brodkorb | |
2016-04-18 | uclibc-ng: update to latest release | Waldemar Brodkorb | |
2016-04-14 | fix debugging of threaded apps | Waldemar Brodkorb | |
2016-04-06 | for std::round we need to add __UCLIBC__ detection | Waldemar Brodkorb | |
2016-04-05 | add better gcc language support, allow to build objc/fortran | Waldemar Brodkorb | |
2016-04-02 | fix lm32 toolchain building | Waldemar Brodkorb | |
2016-04-02 | add support for epiphany bare-metal toolchain building | Waldemar Brodkorb | |
2016-04-01 | add newlib patch | Waldemar Brodkorb | |
2016-04-01 | newlib: add 2.4.0 release | Waldemar Brodkorb | |
2016-03-31 | binutils: remove upstreamed patch | Waldemar Brodkorb | |
2016-03-31 | h8300: use correct branch for gdb simulator | Waldemar Brodkorb | |
2016-03-27 | or1k: update kernel and gcc | Waldemar Brodkorb | |
2016-03-27 | newlib: update to latest 2.2.x/2.3.x versions | Waldemar Brodkorb | |
2016-03-26 | frv: resolve remaining issues to check toolchain compile | Waldemar Brodkorb | |
2016-03-26 | sh2: fix elf2flt build | Waldemar Brodkorb | |
2016-03-25 | bfin: add binutils bugfix from Bug report 17334 | Waldemar Brodkorb | |
2016-03-20 | add lm32 support to elf2flt | Waldemar Brodkorb | |
2016-03-19 | elf2flt: switch to uclinux-dev version | Waldemar Brodkorb | |
2016-03-19 | arc: add patches for gcc from buildroot | Waldemar Brodkorb | |
2016-03-18 | arc: use stable tags for binutils/gcc | Waldemar Brodkorb | |
2016-03-17 | arm noMMU doesn't need a wrapper | Waldemar Brodkorb | |
2016-03-13 | update uClibc-ng to 1.0.13 | Waldemar Brodkorb | |
2016-03-12 | arc: update gcc and binutils | Waldemar Brodkorb | |
2016-03-11 | allow to select nds32 to build uClibc-ng toolchain | Waldemar Brodkorb | |
2016-03-07 | rework menu based config system | Waldemar 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-07 | mpfr: update to latest stable version | Waldemar Brodkorb | |
2016-03-07 | fix nothread x86 builds | Waldemar Brodkorb | |
2016-03-06 | allow to build x86 without threads | Waldemar Brodkorb | |
2016-03-05 | or1k: use musl branch for gcc-5.2.0 | Waldemar Brodkorb | |
2016-02-27 | libelf provides a pkgconfig file, which should not be using double prefix, ↵ | Waldemar Brodkorb | |
fixes glib host compile | |||
2016-02-27 | fix ARM noMMU toolchain creation | Waldemar Brodkorb | |
2016-02-27 | add glibc patch to cross-compile on MacOS X | Waldemar Brodkorb | |
2016-02-25 | gdb: update to latest version | Waldemar Brodkorb | |
2016-02-24 | musl: update to latest version | Waldemar Brodkorb | |
2016-02-19 | glibc: update to latest release, disable broken sparc | Waldemar Brodkorb | |
2016-02-16 | rework ARM NEON support | Waldemar 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-16 | musl: add latest stable version | Waldemar Brodkorb | |
2016-02-16 | add nds32 bare-metal toolchain support | Waldemar Brodkorb | |
2016-02-15 | remove unused lists | Waldemar Brodkorb | |
2016-02-14 | or1k: add glibc support | Waldemar Brodkorb | |