summaryrefslogtreecommitdiff
path: root/toolchain/gcc
AgeCommit message (Collapse)Author
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
2015-04-26refresh checksums, needed to repackWaldemar Brodkorb
2015-04-24update arc toolchain componentsWaldemar Brodkorb
2015-04-20remove lowercase ABI symbols. tested with x86/mips64 variantsWaldemar Brodkorb
2015-04-19disable CILK libraryWaldemar Brodkorb
2015-04-17fix compile of musl toolchainWaldemar Brodkorb
2015-03-25okay, we need the workarounds for sh toolchainWaldemar Brodkorb
2015-03-25Revert "workaround no longer required"Waldemar Brodkorb
This reverts commit 6e8780e7a11362cc44a07188eb76c9035773beb5.
2015-03-25disable multilib for sh4Waldemar Brodkorb
2015-03-24workaround no longer requiredWaldemar Brodkorb
2015-03-15rename m68k specific patches. we want straight patches always usableWaldemar Brodkorb
2015-03-05support non-thread buildWaldemar Brodkorb
2015-03-03convert to upper case symbols, remove lower case ADK_big/ADK_littleWaldemar Brodkorb
2015-03-01add quirks for clangWaldemar Brodkorb
2015-02-23rework gcc optimization flagsWaldemar Brodkorb
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that.
2015-02-22rework CFLAGS and default gcc --with-cpu usageWaldemar Brodkorb
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing.
2015-02-22rework FPU/FLOAT supportWaldemar Brodkorb
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols.
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-19cleanup FPU support for ARM targets.Waldemar Brodkorb
2015-02-16add gcc musl patch from Gregors musl-patches gitWaldemar Brodkorb
2015-02-16prepare for Sun Voyager.Waldemar Brodkorb
Bootloader needs a.out formatted kernel. Unfortunately I get "Illegal instruction" after loading a.out kernel via TFTP. Old gentoo 2.6 kernel boots fine.
2015-02-14rework float supportWaldemar Brodkorb
ARM, MIPS and PPC have support for soft or hard float configuration of toolchain and system. Generalize the support for this in OpenADK.
2015-02-14fix glibc build of mips32 soft-float toolchainWaldemar Brodkorb
2015-02-10bump stdc++ versionWaldemar Brodkorb
2015-02-09add basic support for raspberry pi2Waldemar Brodkorb
Introduce new board symbols for embedded systems, which use the similar board as basis. As for example raspberry pi and raspberry pi2. And some more updates: Update binutils to 2.25, set gcc 4.9.2 as default. Update glibc to 2.21, set as default. Update gdb to 7.8.2. Update kodi to latest release.
2015-02-09use gcc patches from buildroot, otherwise some c11 functions are missingWaldemar Brodkorb
2015-02-08allow to select MIPSr2 ISA and Soft-Float for MIPS32Waldemar Brodkorb
2015-02-02add some fixes and inrastructure for arm nommu supportWaldemar Brodkorb
2014-12-27optimize git downloaderWaldemar Brodkorb
We now can use a GIT Hash to set a specific checkout. If this is used, you need to define PKG_HASH. Convert libx264 and wiringPi to the new git downloader. Fix toolchains components to use the new git downloader.
2014-12-27convert checksum check to sha256Waldemar Brodkorb
Rename the variable name to PKG_HASH and use a 256 Bit SHA checksum to verify the integrity of distfiles. While there do some housekeeping and remove old packages.
2014-12-26fix some md5sums. reported via cubox-i forum.Waldemar Brodkorb
2014-12-25update to gcc 4.8.4Waldemar Brodkorb
2014-12-19use the new concept of appliancesWaldemar Brodkorb
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete
2014-12-06update to gcc 4.9.2Waldemar Brodkorb