summaryrefslogtreecommitdiff
path: root/toolchain/gcc
AgeCommit message (Collapse)Author
2016-01-27another hack to disable docs in old gccWaldemar Brodkorb
2016-01-27add hackish way to disable doc generation on newer hostsWaldemar Brodkorb
2016-01-26add support for tilepro/tilegx toolchain, tilepro is brokenWaldemar Brodkorb
2016-01-10update to uClibc-ng 1.0.11, enable argp option, refresh configsWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-31cleanup unused stuffWaldemar Brodkorb
2015-12-24update to latest gcc for ARCWaldemar Brodkorb
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
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-13rework prereq checkWaldemar Brodkorb
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2015-12-10remove any libiberty library from staging directoryWaldemar Brodkorb
2015-12-09quirks needed globallyWaldemar Brodkorb
2015-12-04get the uClibc-ng testsuite correctly linked as bFLT, create missing symlink ↵Waldemar Brodkorb
to ld
2015-12-03toolchain: add newlib supportWaldemar Brodkorb
OpenADK can now build bare-metal toolchains. Tested for ARM/MIPS. No runtime testing, yet.
2015-12-02bfin/tile: fix toolchain buildingWaldemar Brodkorb
2015-12-02fix gcc 5.2 nios2/tilegx 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-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-11-06fix sh3 toolchain buildingWaldemar Brodkorb
2015-11-05fix for arch without threadsWaldemar Brodkorb
2015-11-04gcc: better settings for uClibc-ng LT toolchainsWaldemar Brodkorb
2015-11-02sh4a: add support for toolchain buildingWaldemar Brodkorb
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-08-10Revert "cleanup duplicate configure args for gcc"Waldemar Brodkorb
This reverts commit 104a7e63b5fcdc1bf124142b31498795b23eeb57.
2015-08-09cleanup duplicate configure args for gccWaldemar Brodkorb
2015-08-02separate serial drivers, add builtin dtb. still no shellWaldemar Brodkorb
2015-07-29update gcc/binutils to latest synopsis github versionWaldemar 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-25lto couldn't be used for gcc itselfWaldemar Brodkorb
2015-06-16make the patch uClibc specificWaldemar Brodkorb
2015-06-10add simulator target for h8/300, reorg no-MMUWaldemar Brodkorb
Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol.
2015-06-10add the ability to build uClibc-ng toolchain for microblaze (only static ↵Waldemar Brodkorb
binaries are working for now)
2015-06-07add support for h8/300 architectureWaldemar Brodkorb
2015-06-07pkgsite missingWaldemar Brodkorb
2015-06-07gcc 4.5.4 is the only working compiler for bfin at the momentWaldemar Brodkorb
2015-06-04add some bits and bytes to allow to choose bfin-sim. not functional, yetWaldemar Brodkorb
2015-06-04add basic infrastructure for superh toolchains with sh2/sh3/sh4a cpusWaldemar Brodkorb
2015-06-04add uClibc-ppc patch for gcc 4.9.2, tooWaldemar Brodkorb
2015-05-31better handling for no-thread compiles of toolchainWaldemar Brodkorb
2015-05-31enable microblaze for uClibc-ng for testingWaldemar Brodkorb
2015-05-31fix distfiles urlWaldemar Brodkorb
2015-05-15add more coldfire toolchain targetsWaldemar Brodkorb
2015-05-02ad experimental gcc 5.1.0 supportWaldemar Brodkorb
2015-04-26refactor LINUX_64 support, hide symbol for developers of boardsWaldemar Brodkorb