Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-01 | add support for glibc/eglibc qemu-sh systems | Waldemar Brodkorb | |
2013-09-24 | fix uclibc based toolchain for ppc targets | Waldemar Brodkorb | |
2013-09-15 | fixup musl-gcc patch, reported upstream | Waldemar Brodkorb | |
2013-09-13 | fix half way libgcc headache | 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 | 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-08-10 | update glibc | 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-12 | add basic support for avr32 -> ngw100 | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-10 | use bindir for workaround | Waldemar Brodkorb | |
2011-04-10 | add workaround for openjdk | Waldemar Brodkorb | |
2011-04-09 | simplify | Waldemar Brodkorb | |
2011-03-28 | add first step to get java running | Waldemar Brodkorb | |
add cacaovm and classpath packages. Add some dependency packages (gconf, orbit2). Add a non-working icedtea6/openjdk, need to work on a Linux host for further experimenting. | |||
2011-02-01 | readd workaround, needed f.e. for mips targets | Waldemar Brodkorb | |
2011-01-18 | handle ssp support for glibc/eglibc/gcc | Waldemar Brodkorb | |
2011-01-17 | these symlinks are required | Waldemar Brodkorb | |
2011-01-10 | add LTO support to toolchain settings. Cleanup SYSROOT mess. | Waldemar Brodkorb | |
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) | |||
2011-01-07 | make sysroot relative to have a relocatable gcc | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | add toolchain settings menu point | Waldemar Brodkorb | |
- gdb compilation can be disabled - gcc languages (c++/java) can be enabled/disabled - gcc stack smashing protection can be enabled/disabled | |||
2010-12-30 | rework architecture / embedded systems concept | Waldemar Brodkorb | |
Make configuration of new targets cheap. Just add a new file in target/arch/sys-enabled/foo. See other files for syntax. While doing runtime tests with the new infrastructure I've updated a lot of other stuff: - gcc 4.5.2 - uClibc 0.9.32-rc1 (NPTL) - strongswan, php, miredo, parted, util-linux-ng, e2fsprogs I promise, this is the last big fat commit this year ;) | |||
2010-12-02 | fix mips 64bit toolchains | Waldemar Brodkorb | |
2010-09-17 | update some targets to 2.6.35.4 | Waldemar Brodkorb | |
2010-06-11 | disable cloog and ppl support | Waldemar Brodkorb | |
2010-05-31 | quote PATH, some people use strange directory names | Waldemar Brodkorb | |
2010-05-29 | upgrade all targets to Linux 2.6.34 | Waldemar Brodkorb | |
2010-02-25 | resolve merge conflict | Waldemar Brodkorb | |
2010-02-25 | first try to get glibc working for mips/arm (not working yet) | Waldemar Brodkorb | |
2010-02-24 | toolchain: trailing whitespaces cleanup (just cosmetics!) | Phil Sutter | |
2010-02-24 | toolchain: enable parallel building for gcc, glibc, binutils, gmp and mpfr | Phil Sutter | |
2010-02-19 | first try to get eglibc/glibc based toolchain working | Waldemar Brodkorb | |
when HOST == TARGET eglibc/glibc toolchain does not compile correctly. With this patches at least eglibc compiles fine. There still exist a problem with glibc. Someone should check what diff in eglibc make the build work :} | |||
2009-12-19 | fighting with git am and git format-patch... | Waldemar Brodkorb | |
2009-12-19 | revert, already done | Waldemar | |