Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-10-30 | add musl patch for gcc 5.2.0 | Waldemar Brodkorb | |
2015-10-25 | always apply patch | Waldemar Brodkorb | |
2015-10-18 | alpha: build toolchain w/o 128bit long double, add uClibc-ng config | Waldemar Brodkorb | |
2015-07-22 | update to gcc 5.2.0 | Waldemar Brodkorb | |
2015-07-13 | add basic toolchain support for or1k arch with musl libc | Waldemar Brodkorb | |
2015-07-09 | add support for metag architecture | Waldemar Brodkorb | |
2015-07-01 | update gcc 4.8/4.9 | Waldemar Brodkorb | |
2015-06-16 | make the patch uClibc specific | Waldemar Brodkorb | |
2015-06-10 | add the ability to build uClibc-ng toolchain for microblaze (only static ↵ | Waldemar Brodkorb | |
binaries are working for now) | |||
2015-06-04 | add uClibc-ppc patch for gcc 4.9.2, too | Waldemar Brodkorb | |
2015-05-02 | ad experimental gcc 5.1.0 support | Waldemar Brodkorb | |
2015-04-24 | update arc toolchain components | Waldemar Brodkorb | |
2015-04-17 | fix compile of musl toolchain | Waldemar Brodkorb | |
2015-03-15 | rename m68k specific patches. we want straight patches always usable | Waldemar Brodkorb | |
2015-02-19 | add support for coldfire with gcc 4.9.2/binutils 2.25 | Waldemar Brodkorb | |
The annoying kernel panic after boot is back :( | |||
2015-02-16 | add gcc musl patch from Gregors musl-patches git | Waldemar Brodkorb | |
2015-02-09 | use gcc patches from buildroot, otherwise some c11 functions are missing | Waldemar Brodkorb | |
2014-12-25 | update to gcc 4.8.4 | Waldemar Brodkorb | |
2014-12-06 | update to gcc 4.9.2 | Waldemar Brodkorb | |
2014-09-26 | add support for toolchain building for crisv32 architecture | Waldemar Brodkorb | |
2014-09-18 | remove gcc workaround, issue is fixed in the kernel | Waldemar Brodkorb | |
2014-09-09 | add cflags patch | Waldemar Brodkorb | |
2014-09-09 | add toolchain support for avr32 | Waldemar Brodkorb | |
2014-08-31 | add support for bfin toolchain creation | Waldemar Brodkorb | |
2014-08-26 | we need to remove crtbegin.o/crtend.o from gcc specs file. otherwise broken ↵ | Waldemar Brodkorb | |
executables (f.e. sash) with a wrong data start are created by elf2flt) | |||
2014-08-06 | update gcc patches | Waldemar Brodkorb | |
2014-07-28 | use bamboo board emulation as default, ppc 44x without FPU. networking works ↵ | Waldemar Brodkorb | |
here. | |||
2014-07-28 | add some basic infrastructure for qemu-system-m68k | Waldemar Brodkorb | |
Qemu emulates a Coldfire Evaluation board without MMU. As that is the first non-MMU platform in OpenADK I added ADK_TARGET_UCLINUX. Mksh can not be used for non-MMU, because it requires fork() for job control and other things. We use hush here. non-MMU support in uClibc does not have shared library support. Kernel does not start yet. So no runtime testing, but at least coldfire toolchain can be tested with uClibc-ng. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2014-06-18 | use libc specific patching to avoid any side effects in the gcc patches, as ↵ | Waldemar Brodkorb | |
seen in buildroot recently | |||
2014-06-15 | add support for xtensa architecture, tested with qemu. thanks to Max ↵ | Waldemar Brodkorb | |
Filippov for help | |||
2014-06-02 | fix a regression between 4.8.2 and 4.8.3 by removing code | Waldemar Brodkorb | |
2014-05-23 | update to latest stable version of gcc 4.8.x | Waldemar Brodkorb | |
2014-04-30 | fix 32 bit userland with 64 bit kernel support | Waldemar Brodkorb | |
after onger discussion with Phil, I understood his old patches and fixed support for x86 systems with 32 Bit userland and 64 Bit kernel by using a biarch toolchain instead of a multilib one. | |||
2014-04-15 | fix superh big endian compile for musl | Waldemar Brodkorb | |
2014-04-14 | sync with musl-cross | Waldemar Brodkorb | |
2014-04-07 | only use patch for ARCH == sparc | Waldemar Brodkorb | |
2014-04-06 | add spacr miscompile workaround | Waldemar Brodkorb | |
2014-03-25 | add support for x86_64 toolchain with 32 bit abi | Waldemar Brodkorb | |
2014-03-02 | add musl sh patch | Waldemar Brodkorb | |
2014-03-01 | merge conflict | Waldemar Brodkorb | |
2014-03-01 | update to gcc 4.8.2 (partially done by last commit) | Waldemar Brodkorb | |