Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-22 | gcc: update to 6.3.0 | Waldemar Brodkorb | |
2016-12-13 | sh2-nommu/j2: add better support and add required patches from musl-cross-make | Waldemar Brodkorb | |
2016-11-23 | musl: add s390 support | Waldemar Brodkorb | |
2016-11-20 | gcc: add missing m68k/coldfire patch | Waldemar Brodkorb | |
2016-11-05 | gcc atch upstream, fix nios2 build for uClibc-ng | Waldemar Brodkorb | |
2016-11-03 | microblaze: add required gcc and linux patches for NPTL | Waldemar Brodkorb | |
2016-10-29 | cleanup nios2 patch | Waldemar Brodkorb | |
2016-10-22 | linux: update 4.7.x kernel, add 4.8.x | Waldemar Brodkorb | |
2016-10-16 | nios2: depend on gcc 6.x/binutils 2.27, otherwise static linking fails | Waldemar Brodkorb | |
2016-10-08 | gcc: add upstreamable patchset for microblaze, remove old patches and use ↵ | Waldemar Brodkorb | |
http protocol | |||
2016-09-30 | bfin: fix missing REENTRANT cpp flag | 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-04 | gccgo: fix bulding and package libgo | Waldemar Brodkorb | |
2016-08-26 | bfin: use latest patchset from buildroot | Waldemar Brodkorb | |
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 | 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-05 | gcc: update 4.9.x to 4.9.4 | 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-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 | 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-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-06 | for std::round we need to add __UCLIBC__ detection | Waldemar Brodkorb | |
2016-04-02 | fix lm32 toolchain building | 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-07 | fix nothread x86 builds | Waldemar Brodkorb | |
2016-03-06 | allow to build x86 without threads | Waldemar Brodkorb | |
2016-02-05 | fr-v: allow to build a uClibc-ng toolchain | Waldemar Brodkorb | |
2016-01-27 | another hack to disable docs in old gcc | Waldemar Brodkorb | |
2016-01-27 | add hackish way to disable doc generation on newer hosts | Waldemar Brodkorb | |
2016-01-26 | add support for tilepro/tilegx toolchain, tilepro is broken | Waldemar Brodkorb | |
2015-12-13 | update to gcc 5.3.0, use as default compiler | Waldemar Brodkorb | |
Tested with embedded-test.sh for all supported architectures. Only sh2 will require a new uClibc-ng (git) to compile successfully a toolchain. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-02 | bfin/tile: fix toolchain building | Waldemar Brodkorb | |
2015-12-02 | fix gcc 5.2 nios2/tilegx toolchain building | Waldemar Brodkorb | |
2015-12-02 | simplify toolchain building | Waldemar Brodkorb | |
Buildroot uses the two-stage mechanism since a while. This reduces the build time a lot. Instead of three stages, we just use the two-stage build. The benefit is that the C library do not need to be rebuild and one gcc compile is obsolete. Tested with embedded-test.sh. There is one unresolved problem, tile toolchain building is broken. | |||
2015-11-27 | bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵ | Waldemar Brodkorb | |
disable it for now. | |||
2015-10-31 | simplify, avoid problems with musl patch, reported by Johnathan McKnight | Waldemar Brodkorb | |