summaryrefslogtreecommitdiff
path: root/target/config/Config.in.gcc
AgeCommit message (Collapse)Author
2016-05-01Revert "bfin does not compile with gcc 6.1.0"Waldemar Brodkorb
This reverts commit f03053c18301e7353236f7f0114cc6499eec3e02.
2016-04-30bfin does not compile with gcc 6.1.0Waldemar Brodkorb
2016-04-28add gcc6 supportWaldemar Brodkorb
2016-04-02add m32r newlib toolchainWaldemar Brodkorb
2016-03-31xtensa: use latest binutils/gccWaldemar Brodkorb
2016-03-27or1k: update kernel and gccWaldemar Brodkorb
2016-02-10more stuff for kinetis k70, kernel still does not workWaldemar Brodkorb
2016-02-08use only gcc 5.2 for or1kWaldemar Brodkorb
2015-12-26add experimental support for xtensa de212 coreWaldemar Brodkorb
2015-12-21fix ppc64/sh4 glibc toolchain buildingWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-20use gcc 4.9.3 for kinetis k70, newer gcc does not work with the old kernel ↵Waldemar Brodkorb
from emcraft
2015-12-13update to gcc 5.3.0, use as default compilerWaldemar 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-09disable gcc 5.2.x for FR-V, need to report a bugWaldemar Brodkorb
2015-12-05add or1k newlib supportWaldemar Brodkorb
2015-12-02bfin/tile: fix toolchain buildingWaldemar Brodkorb
2015-12-02simplify toolchain buildingWaldemar 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-30bfin: latest gcc/binutils is working fine. checked with gdb sim and real ↵Waldemar Brodkorb
hardware
2015-11-27bfin: allow newer gcc and kernel to be build, ICE with uClibc-ng regex, so ↵Waldemar Brodkorb
disable it for now.
2015-11-10use gcc 4.8.5 for c6x, enable static libgcc for DSBT binary formatWaldemar Brodkorb
2015-11-06or1k: use special gcc branches for uClibc-ng/muslWaldemar Brodkorb
2015-10-27add frv arch support (very experimental)Waldemar Brodkorb
2015-10-27bfin: prefer FDPICWaldemar Brodkorb
Use FDPIC by default. Limit gcc to a working one. Default to a working gdb version. Be sure to use uCLinux symbol only for BFLAT.
2015-10-21remove unneeded split in choice and default, remove ↵Waldemar Brodkorb
ADK_TARGET_KERNEL_VERSION (unused)
2015-03-07reorder libc and toolchain optionsWaldemar Brodkorb
After a short discussion with Phil, I put Libc stuff into Toolchain menu, as it does not belong to Target configuration. Add a Advanced Option menu for specific toolchain related options. I think this change make building OpenADK for beginners simpler. A starter doesn't know anything about different libc, floating settings, ...