Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-19 | use the new concept of appliances | Waldemar Brodkorb | |
- Sync with Kernel upstream Kconfig - use new feature visible - add a patch for select on choices https://lkml.org/lkml/2011/2/17/379 - rename ADK_LINUX -> ADK_TARGET_ARCH - remove package collection feature - add appliance feature to define a appliance more complete | |||
2014-09-09 | add toolchain support for avr32 | Waldemar Brodkorb | |
2014-09-05 | gdb for arc not yet upstream, disable at the moment | Waldemar Brodkorb | |
2014-08-15 | move to toolchain dir | Waldemar Brodkorb | |
2014-07-06 | allow static building of toolchain | Waldemar Brodkorb | |
2014-07-05 | add support for uClibc-ng in parallel to uClibc. | Waldemar Brodkorb | |
This helps to find any regressions made in uClibc-ng. | |||
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-16 | optimize environment variables, reduce duplicate stuff | Waldemar Brodkorb | |
2014-05-23 | always build gdb for host | Waldemar Brodkorb | |
2014-04-30 | use CLIB instead of LIBC to avoid clashes with uClibc buildsystem | Waldemar Brodkorb | |
2014-04-06 | use lowercase directory name | Waldemar Brodkorb | |
2014-03-17 | add TOOLCHAIN_DIR support | Waldemar Brodkorb | |
establish an extra dir for toolchain. Better for preparing toolchain for other projetcs without host tools only used by openadk. Use /usr prefix. No symlink workarounds needed anymore. | |||
2014-03-02 | resolve merge conflict | 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-02 | goodbye eglibc, see my blog http://blog.waldemar-brodkorb.de/ | Waldemar Brodkorb | |
2014-02-04 | unbreak toolchain building | Waldemar Brodkorb | |
2013-08-12 | update glibc to latest upstream | Waldemar Brodkorb | |
2013-08-11 | preliminary musl support | Waldemar Brodkorb | |
2012-10-14 | install gdb when chosen | Waldemar Brodkorb | |
2012-10-10 | fix 32 Bit multilib builds | Waldemar Brodkorb | |
2011-01-22 | activate GCC cflags check, cleanup FLAGS stuff in OpenADK. | Waldemar Brodkorb | |
* remove TCFLAGS/TLDFLAGS/TCPPFLAGS and only use TARGET_CFLAGS/TARGET_LDFLAGS/TARGET_CPPFLAGS, ... * activate GCC_HONOUR_COPTS and fix all packages to honour CFLAGS * use CC_FOR_BUILD, CFLAGS_FOR_BUILD, ... for all build compilation, remove HOST* variants * introduce KERNEL_MODULE_FLAGS for external kernel modules * mark rpm package as broken, mark syslinux for native builds only, mark libhugetlb for eglibc/glibc only usage | |||
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 | 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-07-05 | add menu based configuration of a password | Waldemar Brodkorb | |
2010-06-26 | with gcc 4.5 we will need mpc | Waldemar Brodkorb | |
2010-02-25 | fix merge problem, enable e1000 driver correctly | 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 | |
2009-08-20 | add eglibc support | Waldemar Brodkorb | |
all three libraries tested with qemu-x86 | |||
2009-06-01 | remove unused $Id$ | Waldemar Brodkorb | |
- $id$ substitution is not apropriate for git scm | |||
2009-05-17 | Initial import | wbx | |