Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-02 | separate serial drivers, add builtin dtb. still no shell | Waldemar Brodkorb | |
2015-07-29 | update gcc/binutils to latest synopsis github version | 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-25 | lto couldn't be used for gcc itself | Waldemar Brodkorb | |
2015-06-16 | make the patch uClibc specific | Waldemar Brodkorb | |
2015-06-10 | add simulator target for h8/300, reorg no-MMU | Waldemar 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-10 | add the ability to build uClibc-ng toolchain for microblaze (only static ↵ | Waldemar Brodkorb | |
binaries are working for now) | |||
2015-06-07 | add support for h8/300 architecture | Waldemar Brodkorb | |
2015-06-07 | pkgsite missing | Waldemar Brodkorb | |
2015-06-07 | gcc 4.5.4 is the only working compiler for bfin at the moment | Waldemar Brodkorb | |
2015-06-04 | add some bits and bytes to allow to choose bfin-sim. not functional, yet | Waldemar Brodkorb | |
2015-06-04 | add basic infrastructure for superh toolchains with sh2/sh3/sh4a cpus | Waldemar Brodkorb | |
2015-06-04 | add uClibc-ppc patch for gcc 4.9.2, too | Waldemar Brodkorb | |
2015-05-31 | better handling for no-thread compiles of toolchain | Waldemar Brodkorb | |
2015-05-31 | enable microblaze for uClibc-ng for testing | Waldemar Brodkorb | |
2015-05-31 | fix distfiles url | Waldemar Brodkorb | |
2015-05-15 | add more coldfire toolchain targets | Waldemar Brodkorb | |
2015-05-02 | ad experimental gcc 5.1.0 support | Waldemar Brodkorb | |
2015-04-26 | refactor LINUX_64 support, hide symbol for developers of boards | Waldemar Brodkorb | |
2015-04-26 | refresh checksums, needed to repack | Waldemar Brodkorb | |
2015-04-24 | update arc toolchain components | Waldemar Brodkorb | |
2015-04-20 | remove lowercase ABI symbols. tested with x86/mips64 variants | Waldemar Brodkorb | |
2015-04-19 | disable CILK library | Waldemar Brodkorb | |
2015-04-17 | fix compile of musl toolchain | Waldemar Brodkorb | |
2015-03-25 | okay, we need the workarounds for sh toolchain | Waldemar Brodkorb | |
2015-03-25 | Revert "workaround no longer required" | Waldemar Brodkorb | |
This reverts commit 6e8780e7a11362cc44a07188eb76c9035773beb5. | |||
2015-03-25 | disable multilib for sh4 | Waldemar Brodkorb | |
2015-03-24 | workaround no longer required | Waldemar Brodkorb | |
2015-03-15 | rename m68k specific patches. we want straight patches always usable | Waldemar Brodkorb | |
2015-03-05 | support non-thread build | Waldemar Brodkorb | |
2015-03-03 | convert to upper case symbols, remove lower case ADK_big/ADK_little | Waldemar Brodkorb | |
2015-03-01 | add quirks for clang | Waldemar Brodkorb | |
2015-02-23 | rework gcc optimization flags | Waldemar Brodkorb | |
gcc uses for some architectures --with-cpu, with others --with-arch. Add two different symbols for that. | |||
2015-02-22 | rework CFLAGS and default gcc --with-cpu usage | Waldemar Brodkorb | |
For better maintenance, rework hardware model specific CFLAGS. Work in progress, needs moe testing. | |||
2015-02-22 | rework FPU/FLOAT support | Waldemar Brodkorb | |
NEON is only an extension not the FPU hardware. So handle this in a better way. Remove the lower case symbols. | |||
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-19 | cleanup FPU support for ARM targets. | Waldemar Brodkorb | |
2015-02-16 | add gcc musl patch from Gregors musl-patches git | Waldemar Brodkorb | |
2015-02-16 | prepare 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-14 | rework float support | Waldemar 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-14 | fix glibc build of mips32 soft-float toolchain | Waldemar Brodkorb | |
2015-02-10 | bump stdc++ version | Waldemar Brodkorb | |
2015-02-09 | add basic support for raspberry pi2 | Waldemar 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-09 | use gcc patches from buildroot, otherwise some c11 functions are missing | Waldemar Brodkorb | |
2015-02-08 | allow to select MIPSr2 ISA and Soft-Float for MIPS32 | Waldemar Brodkorb | |
2015-02-02 | add some fixes and inrastructure for arm nommu support | Waldemar Brodkorb | |
2014-12-27 | optimize git downloader | Waldemar 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. |