Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | add initial stuff for cubox-i, still waiting for the hardware, so fully untested | Waldemar Brodkorb | |
2014-02-16 | add musl-cross patch for 4.8.2 from musl-cross project | Waldemar Brodkorb | |
2014-02-15 | use newer kernel for toolchain building, fix some problems with ppc and m68k ↵ | Waldemar Brodkorb | |
toolchains | |||
2014-02-15 | use the symlink the other way, fixes boost cross-compile | Waldemar Brodkorb | |
2014-02-12 | fix toolchain component linking | Waldemar Brodkorb | |
2014-02-09 | fix openjdk7 toolchain workaround, add symlinks to reduce size of toolchains | Waldemar Brodkorb | |
2014-02-04 | unbreak toolchain building | Waldemar Brodkorb | |
2014-01-16 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2014-01-16 | always use long double 64 for ppc | 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-08 | fix lto plugin detection on openbsd | Waldemar Brodkorb | |
2013-12-08 | add support for microblaze architecture, tested with qemu-system-microblaze{,el} | Waldemar Brodkorb | |
2013-10-25 | fix the annoying bug, where c++ apps fail to link for mips n32 or x86_64 systems | Waldemar Brodkorb | |
2013-10-23 | another try to get it right | Waldemar Brodkorb | |
2013-10-23 | hopefully get it right with teh if else construct | Waldemar Brodkorb | |
2013-10-23 | disable TLS in gcc for m68k, needs to be checked for eglibc/glibc later | Waldemar Brodkorb | |
2013-10-20 | verified ssh is working in qemu x86_64, fix build bugs | Waldemar Brodkorb | |
2013-10-13 | remove multilib experimental stuff | Waldemar Brodkorb | |
2013-10-11 | fix cris build | Waldemar Brodkorb | |
2013-10-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-29 | bring qemu-sh and aranym-m68k in shape | Waldemar Brodkorb | |
2013-09-25 | fix ppc64 toolchain build, refresh kernel config | Waldemar Brodkorb | |
2013-09-24 | fix uclibc based toolchain for ppc targets | Waldemar Brodkorb | |
2013-09-19 | fix qemu sparc64 build | Waldemar Brodkorb | |
2013-09-18 | fix mips64el toolchain building | Waldemar Brodkorb | |
2013-09-17 | fix gcc mips64el building with musl | Waldemar Brodkorb | |
2013-09-15 | update binutils, fix gcc ppc musl build | Waldemar Brodkorb | |
2013-09-15 | fixup musl-gcc patch, reported upstream | Waldemar Brodkorb | |
2013-09-14 | add musl patch from musl-gcc project | Waldemar Brodkorb | |
2013-09-13 | fix half way libgcc headache | Waldemar Brodkorb | |
2013-08-11 | preliminary musl support | Waldemar Brodkorb | |
2013-07-23 | use optimized CFLAGS, be sure to use hard float for gcc | Waldemar Brodkorb | |
2013-05-07 | --with-float only for mips | Waldemar Brodkorb | |
2013-05-06 | add toolchain support for raspberry pi | Waldemar Brodkorb | |
2012-10-12 | multilib list is only for x86_64 architecture | Waldemar Brodkorb | |
2012-10-07 | support for 32/64 x86_64 multilib with eglibc | Waldemar Brodkorb | |
2012-10-05 | add multilib support patch for uclibc to gcc | Waldemar Brodkorb | |
2012-10-05 | make libgcc static for busybox, make librt separate package, remove ↵ | Waldemar Brodkorb | |
dependency to libtirpc, disable inetd, add preliminary multilib support (not working right now),enable 32/64 bit kernel support for x86_64 | |||
2012-09-28 | update gcc to latest upstream version | Waldemar Brodkorb | |
2012-08-31 | timezone files no longer installed. why? | Waldemar Brodkorb | |
2012-08-10 | update glibc | Waldemar Brodkorb | |
2012-03-24 | update gcc, glibc and fix build breakage | Waldemar Brodkorb | |
2012-01-14 | add support for 64bit kernels on supporting targets | Phil Sutter | |
This is more commonly known as 32bit userland support on 64bit architectures. For simplicity's sake though, this implementation works the other way round: just build a 64bit-able linker and compiler, but no 64bit-libraries at all (i.e., no multilib). This is then just enough to compile a 64bit kernel, as that doesn't link to anything. The alternative would have been to build a native 64bit compiler with multilib-support in order to cross-compile a 32bit userland, resulting in a multilib system without need for it. In order to allow compilation of a 64bit kernel for a given target system, have it select ADK_TARGET_KERNEL_MAY_64BIT. Upon selection of that target, the symbol ADK_64BIT_KERNEL will occur in the "Global settings" menu. Since certain aspects of the 64bit kernel .config may greatly differ from it's 32bit counterpart, it has to be shipped separately: target/<arch>/kernel64.config is the place to be. Conflicts: target/Makefile toolchain/gcc/Makefile Untested, due to conflicts (original patch conflicts with multiple kernel version support). | |||
2011-10-22 | correct broken patch | Waldemar Brodkorb | |
2011-10-12 | add basic support for avr32 -> ngw100 | Waldemar Brodkorb | |
2011-08-24 | add qemu sparc64, but it segfaults | Waldemar Brodkorb | |
2011-08-24 | better ppc64 support, qemu still hangs @ returning from prom_init | Waldemar Brodkorb | |
2011-05-09 | update to 4.5.3 | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |