Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-13 | arc: update gcc/binutils to eng012 | Waldemar Brodkorb | |
2016-09-12 | microblaze: add patches for 4.9 | Waldemar Brodkorb | |
2016-09-12 | add go path for gcc 5.x | Waldemar Brodkorb | |
2016-09-05 | update binutils default and linux kernel where possible | Waldemar Brodkorb | |
2016-09-04 | gccgo: fix bulding and package libgo | Waldemar Brodkorb | |
2016-09-02 | gcc-go: force linking with librt | Waldemar Brodkorb | |
2016-08-28 | mips: add hidden NaN choice, refresh uClibc-ng configs | Waldemar Brodkorb | |
2016-08-26 | bfin: use latest patchset from buildroot | Waldemar Brodkorb | |
2016-08-25 | arc: update binutils and gcc to latest engineer tags | Waldemar Brodkorb | |
While there only use binutils 2.24 for nds32. | |||
2016-08-24 | gcc: update to 6.2.0, cleanup symbol names to simplify minor updates | Waldemar Brodkorb | |
Remove old versions of gcc no longer used or regulary tested. We concentrate on the latest three major versions for most of the architectures. | |||
2016-08-16 | bfin: fix remaining c++ compile issues | Waldemar Brodkorb | |
2016-08-16 | frv: only use binutils 2.27, allow to compile libstdc++ (buildtime tested) | Waldemar Brodkorb | |
2016-08-12 | bfin: add workaround for libgcc issues | Waldemar Brodkorb | |
2016-08-08 | nds32: update gcc patch | Waldemar Brodkorb | |
2016-08-08 | fix FDPIC toolchain building | Waldemar Brodkorb | |
2016-08-08 | add support for ARM thumb mode | Waldemar Brodkorb | |
2016-08-05 | gcc: update 4.9.x to 4.9.4 | Waldemar Brodkorb | |
2016-07-28 | frv: remove --enable-sjlj-exceptions | Waldemar Brodkorb | |
2016-07-25 | m68k: add some patches for newer gcc/linux | Waldemar Brodkorb | |
2016-07-24 | fr-v: allow to build gcc 6.1 linux toolchain | Waldemar Brodkorb | |
2016-07-06 | x32: fix toolchain buiding | Waldemar Brodkorb | |
2016-06-30 | add support for nds32 architecture | Waldemar Brodkorb | |
Verified on a FPGA board sponsored by Andes Technology. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2016-06-18 | gcc: enable threads for uClinux | Waldemar Brodkorb | |
2016-06-18 | remove -fPIC from static builds | Waldemar Brodkorb | |
2016-06-18 | gcc: enable threads for uClinux | Waldemar Brodkorb | |
2016-06-13 | gcc: update to 5.4.0 as default | Waldemar Brodkorb | |
2016-06-05 | patch conflicts with musl patch | 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-18 | add experimental musl xtensa support | 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-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-03-27 | or1k: update kernel and gcc | Waldemar Brodkorb | |
2016-03-26 | frv: resolve remaining issues to check toolchain compile | 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-12 | arc: update gcc and binutils | 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 ;) |