Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-20 | gcc: glibc needs --enable-__cxa_atexit to compile natively | Waldemar Brodkorb | |
2018-01-08 | cosmetic changes for ABI selection | Waldemar Brodkorb | |
2017-11-08 | gcc: fix cross-native for Xtensa gcc | Waldemar Brodkorb | |
2017-09-17 | remove -fhonour-copts usage | Waldemar Brodkorb | |
This reuires a external gcc patch, which I no longer add to newer gcc. A lot of packages already need to disable the usage of -fhonour-copts, because it doesn't work without patching. May be we need something like Buildroot is using, a gcc wrapper to see poisened include or library paths while cross-compiling. | |||
2017-01-25 | gcc: disable libquadmath | Waldemar Brodkorb | |
2016-09-26 | gcc needs c++ | Waldemar Brodkorb | |
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-06-13 | gcc: update to 5.4.0 as default | Waldemar Brodkorb | |
2016-01-16 | gcc: add missing patches for musl native gcc | Waldemar Brodkorb | |
2015-04-20 | add gcc patch to compile native gcc for musl | Waldemar Brodkorb | |
2014-08-23 | fix compile when gcc 4.9.1 is choosen | Waldemar Brodkorb | |
2014-06-21 | s/TOPDIR/ADK_TOPDIR/ | Waldemar Brodkorb | |
to avoid namespace collisions in some packages, rename TOPDIR. Sorry you need to make cleandir && make prereq && make | |||
2014-06-18 | use libc specific patching to avoid any side effects in the gcc patches, as ↵ | Waldemar Brodkorb | |
seen in buildroot recently | |||
2014-06-02 | refactor CPU_ARCH/ARCH variables | Waldemar Brodkorb | |
After Joerg asked me about the difference between ADK_TARGET_ARCH and ADK_TARGET_CPU_ARCH I recognized many duplication of variables for this information. These patch fixes this up. Use make cleandir && make menuconfig && make | |||
2014-05-31 | do not install libiberty in staging area | Waldemar Brodkorb | |
2014-05-29 | resolve merge conflict | Waldemar Brodkorb | |
2014-05-23 | update to latest stable version of gcc 4.8.x | Waldemar Brodkorb | |
2014-05-13 | use static-libgc not only for base, simplifies dependencies, just a few ↵ | Waldemar Brodkorb | |
bytes bigger for a xbmc build | |||
2014-04-26 | use XZ tarballs as default | Waldemar Brodkorb | |
2014-04-15 | fix superh big endian compile for musl | Waldemar Brodkorb | |
2014-04-14 | sync with musl-cross | Waldemar Brodkorb | |
2014-04-07 | add gold support | Waldemar Brodkorb | |
2014-03-20 | fix include path | Waldemar Brodkorb | |
2014-03-06 | fix cross-compile of gcc, when using uClibc. --dynamic-linker was using ↵ | Waldemar Brodkorb | |
/lib/ld-uClibc.so.0 | |||
2014-03-06 | disable for uClibc until found a fix | Waldemar Brodkorb | |
2014-03-05 | fix gcc cross compilation | Waldemar Brodkorb | |
2014-03-02 | remove REAL_GNU_TARGET_NAME, it is a relict from buildroot days, I do not ↵ | Waldemar Brodkorb | |
know why this is required. the names are not unique between arch with different abi | |||
2014-03-01 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-03-01 | move target/tools to tools, use ADK_HOST_NEED variable to build a tool, when ↵ | Waldemar Brodkorb | |
required. Add archivers to tools, remove prereq checks for them. Rename host_ dir in preparation for shared openadk source via nfs/smb from different host systems. Make some abi cleanup | |||
2014-03-01 | update to gcc 4.8.2 (partially done by last commit) | Waldemar Brodkorb | |
2014-02-07 | fix cross-compile on Darwin | Waldemar Brodkorb | |
2014-01-22 | add perl support for ppc64 eglibc | Waldemar Brodkorb | |
2014-01-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-01-16 | add configure args specific for powerpc | Waldemar Brodkorb | |
2014-01-16 | good 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-16 | good bye avr32, bad toolchain support, hardware is eol and no qemu emulator ↵ | Waldemar Brodkorb | |
available | |||
2014-01-01 | make native gcc for microblaze working | Waldemar Brodkorb | |
2013-11-10 | choose default abi for qemu-mips64{,el} | Waldemar Brodkorb | |
2013-10-24 | fix gcc subpackage | Waldemar Brodkorb | |
2013-10-24 | fix g++ subpackage | Waldemar Brodkorb | |
2013-10-22 | fix libmix packages, while checking all packages make some style cleanup | Waldemar Brodkorb | |
2013-10-21 | automatically create development subpackages, without user interaction, ↵ | Waldemar Brodkorb | |
depend on gcc for the target, simplifies a lot of library packages | |||
2013-09-04 | fix musl compile | Waldemar Brodkorb | |
2013-05-07 | update fixes for gcc 4.7.3 - mksh, rxvt-unicode | Waldemar Brodkorb | |
2012-09-28 | update gcc to latest upstream version | Waldemar Brodkorb | |
2012-03-24 | update gcc, glibc and fix build breakage | Waldemar Brodkorb | |
2011-12-18 | avr32 workarounds | Waldemar Brodkorb | |
2011-10-17 | remove comment | Waldemar Brodkorb | |
2011-10-12 | add toolchain patch to package, too | Waldemar Brodkorb | |
2011-10-12 | respect choosen ABI | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |