Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-14 | uclibc-ng: fix generation for config for linuxthreads targets like ARM noMMU | Waldemar Brodkorb | |
2016-06-13 | gcc: update to 5.4.0 as default | Waldemar Brodkorb | |
2016-06-12 | gdb: update to 7.11.1 | Waldemar Brodkorb | |
2016-06-05 | xtensa musl patch breaks other architectures | Waldemar Brodkorb | |
2016-06-05 | patch conflicts with musl patch | Waldemar Brodkorb | |
2016-05-29 | update uClibc-ng here, too | Waldemar Brodkorb | |
2016-05-29 | uClibc-ng: update to 1.0.15, refresh configs | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-05-24 | microblaze: allow to build native gdb with 7.8.2 | Waldemar Brodkorb | |
2016-05-24 | microblaze works with linuxthreads, add required gcc patch for uClibc-ng support | Waldemar Brodkorb | |
2016-05-24 | cleanup old patches | Waldemar Brodkorb | |
2016-05-22 | update ARC toolchain to 2016.03 | Waldemar Brodkorb | |
2016-05-22 | do not use parallel builds for testsuite | Waldemar Brodkorb | |
2016-05-21 | fix broken toolchain compile for uClibc-ng | Waldemar Brodkorb | |
2016-05-19 | uclibc-ng: avoid rebuilds when compiling testsuite | Waldemar Brodkorb | |
2016-05-18 | add experimental musl xtensa support | Waldemar Brodkorb | |
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 ;) |