Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-12 | another TARGET_CFLAGS_LIBC fix | Waldemar Brodkorb | |
2012-10-12 | use TARGET_CFLAGS_LIBC without ABI cflags for glibc | Waldemar Brodkorb | |
2012-10-11 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-10-11 | small fix | Waldemar Brodkorb | |
2012-10-10 | update mutlilib support for mips | Waldemar Brodkorb | |
2012-10-10 | update mutlilib support for mips | Waldemar Brodkorb | |
2012-10-10 | merge, and update stuff | Waldemar Brodkorb | |
2012-10-10 | fix 32 Bit multilib builds | Waldemar Brodkorb | |
2012-10-09 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2012-10-09 | enable multilib support for mips | Waldemar Brodkorb | |
2012-10-09 | small fix | Waldemar Brodkorb | |
2012-10-08 | finetune multilib support a lot, cleanup eglibc/glibc Makefiles while there | Waldemar Brodkorb | |
2012-10-07 | support for 32/64 x86_64 multilib with eglibc | Waldemar Brodkorb | |
2012-09-28 | update gcc to latest upstream version | Waldemar Brodkorb | |
2012-09-15 | fix broken patch | Waldemar Brodkorb | |
2012-09-15 | refresh tarball | Waldemar Brodkorb | |
2012-09-06 | fix build failure | Waldemar Brodkorb | |
2012-08-31 | timezone files no longer installed. why? | Waldemar Brodkorb | |
2012-07-31 | update eglibc to 2.16 | Waldemar Brodkorb | |
2012-03-24 | update to 2.14.1 | Waldemar Brodkorb | |
2011-11-17 | add libnsl back | Waldemar Brodkorb | |
2011-11-07 | add another stub file | Waldemar Brodkorb | |
2011-04-26 | make arm/mips architectures more configurable in a simpler way | Waldemar Brodkorb | |
2011-04-17 | add basic locale support to OpenADK | Waldemar Brodkorb | |
2011-01-25 | more HOSTCC elimination | Waldemar Brodkorb | |
2011-01-18 | handle ssp support for glibc/eglibc/gcc | 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-08 | fix make clean target rule | Waldemar Brodkorb | |
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules. | |||
2011-01-07 | fix eglibc TZif file creation plus installation of desired localtime + UTC | Thorsten Glaser | |
UTC is used as “static base timezone” and thus must be present Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | fix path to config files | Waldemar Brodkorb | |
2011-01-07 | add varios patches... | Waldemar Brodkorb | |
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS. | |||
2011-01-02 | make bulk fixes. fix toolchain building for sparc64/ppc | Waldemar Brodkorb | |
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-11-15 | another bad hack to get eglibc working with make 3.82 | Waldemar Brodkorb | |
2010-11-12 | updates and build fixes for a lot of packages | Waldemar Brodkorb | |
compiled for ibmx40 with eglibc. | |||
2010-11-07 | fix eglibc/glibc toolchain building with make 3.82 | Waldemar Brodkorb | |
2010-11-03 | correct wrong version number for eglibc | Waldemar Brodkorb | |
2010-10-14 | make MacOS X works as build system for most of the packages, update some ↵ | Waldemar Brodkorb | |
packages to latest stable upstream version | |||
2010-09-29 | update eglibc and ibm x40 target, fix macosx cross-compile | Waldemar Brodkorb | |
2010-07-19 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2010-07-19 | fix compile on Mac OS X host | Waldemar Brodkorb | |
2010-07-07 | fix timezone configuration for eglibc/glibc based systems | Waldemar Brodkorb | |
2010-03-23 | Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk | Waldemar Brodkorb | |
2010-03-23 | fix cross-compile on Cygwin hosts. | Waldemar Brodkorb | |
bug reported by M. Hofmann. | |||
2010-03-17 | add optimized flags if ADK_DEBUG for eglibc build | Waldemar Brodkorb | |
2010-02-27 | fix checksum check of toolchain archives after download | Waldemar Brodkorb | |
and update alix/wrap targets to 2.6.33 | |||
2010-02-25 | update to latest upstream version | Waldemar Brodkorb | |
2010-02-24 | toolchain: trailing whitespaces cleanup (just cosmetics!) | Phil Sutter | |
2010-02-20 | add vendor string "openadk" to toolchain triplet | Waldemar Brodkorb | |
With this change you can compile toolchains even when host cpu arch is identical to target cpu arch. | |||
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 :} |