Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 :} | |||
2009-12-19 | update eglic and glibc | Waldemar Brodkorb | |
2009-11-19 | rename DEVICE to ADK_TARGET | Waldemar Brodkorb | |
- the name is better, because qemu f.e. is no hardware device - use make TARGET=alix1c to start with a configuration for this target - use make TARGET=alix1c allmodconfig to generate a mostly complete config to build all available packages for this platform as a package The all.config and .defconfig files needed to get this working are dynamically generated. | |||
2009-08-28 | make allmodconfig round for lemote yeelong target | Waldemar Brodkorb | |
2009-08-22 | fix eglibc/glibc support on lemote 64 bit | Waldemar Brodkorb | |
2009-08-21 | cleanup eglibc/glibc Makefiles | Waldemar Brodkorb | |
- make it simpler and more equal - add dependency to gperf needed for new config system | |||
2009-08-20 | add eglibc support | Waldemar Brodkorb | |
all three libraries tested with qemu-x86 |