summaryrefslogtreecommitdiff
path: root/toolchain/gcc/patches
AgeCommit message (Collapse)Author
2015-10-31simplify, avoid problems with musl patch, reported by Johnathan McKnightWaldemar Brodkorb
2015-10-30add musl patch for gcc 5.2.0Waldemar Brodkorb
2015-10-25always apply patchWaldemar Brodkorb
2015-10-18alpha: build toolchain w/o 128bit long double, add uClibc-ng configWaldemar Brodkorb
2015-07-22update to gcc 5.2.0Waldemar Brodkorb
2015-07-13add basic toolchain support for or1k arch with musl libcWaldemar Brodkorb
2015-07-09add support for metag architectureWaldemar Brodkorb
2015-07-01update gcc 4.8/4.9Waldemar Brodkorb
2015-06-16make the patch uClibc specificWaldemar Brodkorb
2015-06-10add the ability to build uClibc-ng toolchain for microblaze (only static ↵Waldemar Brodkorb
binaries are working for now)
2015-06-04add uClibc-ppc patch for gcc 4.9.2, tooWaldemar Brodkorb
2015-05-02ad experimental gcc 5.1.0 supportWaldemar Brodkorb
2015-04-24update arc toolchain componentsWaldemar Brodkorb
2015-04-17fix compile of musl toolchainWaldemar Brodkorb
2015-03-15rename m68k specific patches. we want straight patches always usableWaldemar Brodkorb
2015-02-19add support for coldfire with gcc 4.9.2/binutils 2.25Waldemar Brodkorb
The annoying kernel panic after boot is back :(
2015-02-16add gcc musl patch from Gregors musl-patches gitWaldemar Brodkorb
2015-02-09use gcc patches from buildroot, otherwise some c11 functions are missingWaldemar Brodkorb
2014-12-25update to gcc 4.8.4Waldemar Brodkorb
2014-12-06update to gcc 4.9.2Waldemar Brodkorb
2014-09-26add support for toolchain building for crisv32 architectureWaldemar Brodkorb
2014-09-18remove gcc workaround, issue is fixed in the kernelWaldemar Brodkorb
2014-09-09add cflags patchWaldemar Brodkorb
2014-09-09add toolchain support for avr32Waldemar Brodkorb
2014-08-31add support for bfin toolchain creationWaldemar Brodkorb
2014-08-26we 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-06update gcc patchesWaldemar Brodkorb
2014-07-28use bamboo board emulation as default, ppc 44x without FPU. networking works ↵Waldemar Brodkorb
here.
2014-07-28add some basic infrastructure for qemu-system-m68kWaldemar 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-18use libc specific patching to avoid any side effects in the gcc patches, as ↵Waldemar Brodkorb
seen in buildroot recently
2014-06-15add support for xtensa architecture, tested with qemu. thanks to Max ↵Waldemar Brodkorb
Filippov for help
2014-06-02fix a regression between 4.8.2 and 4.8.3 by removing codeWaldemar Brodkorb
2014-05-23update to latest stable version of gcc 4.8.xWaldemar Brodkorb
2014-04-30fix 32 bit userland with 64 bit kernel supportWaldemar 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-15fix superh big endian compile for muslWaldemar Brodkorb
2014-04-14sync with musl-crossWaldemar Brodkorb
2014-04-07only use patch for ARCH == sparcWaldemar Brodkorb
2014-04-06add spacr miscompile workaroundWaldemar Brodkorb
2014-03-25add support for x86_64 toolchain with 32 bit abiWaldemar Brodkorb
2014-03-02add musl sh patchWaldemar Brodkorb
2014-03-01merge conflictWaldemar Brodkorb
2014-03-01update to gcc 4.8.2 (partially done by last commit)Waldemar Brodkorb
2014-03-01Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2014-03-01stubs for non-muls archsWaldemar Brodkorb
2014-02-27add support for sh and muslWaldemar Brodkorb
2014-02-16add musl-cross patch for 4.8.2 from musl-cross projectWaldemar Brodkorb
2014-01-16good bye cris, hardware is eol, latest toolchain is broken, qemu emulator ↵Waldemar Brodkorb
support is bad, kernel needs patches for serial and network
2014-01-16good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵Waldemar Brodkorb
available
2014-01-08fix lto plugin detection on openbsdWaldemar Brodkorb
2013-10-11fix cris buildWaldemar Brodkorb