Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-05 | more make bulkallmod patches | Waldemar Brodkorb | |
2011-08-22 | enable x86_64 | Waldemar Brodkorb | |
2011-08-19 | more qemu archs for OpenJDK | Waldemar Brodkorb | |
2011-08-17 | revert CXX_FOR_BUILD stuff, breaks gcj compile | Waldemar Brodkorb | |
2011-08-15 | fix merge conflict | Waldemar Brodkorb | |
2011-08-15 | fix compile for arm target | Waldemar Brodkorb | |
2011-08-15 | cosmetic changes for jtools build | Waldemar Brodkorb | |
2011-08-01 | different make bulkallmod fixes | Waldemar Brodkorb | |
2011-07-16 | revert cpio changes | Waldemar Brodkorb | |
2011-07-14 | use cpio instead of tar | Waldemar Brodkorb | |
2011-07-14 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-07-14 | extract tar archive with cpio | Waldemar Brodkorb | |
2011-06-16 | reduces wget timeout, suggested by joerg | Waldemar Brodkorb | |
2011-06-13 | needed for some autotool magic | Waldemar Brodkorb | |
2011-04-29 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-29 | remove already in gcc included dirs | Waldemar Brodkorb | |
2011-04-29 | static linking is very package dependent, so do not handle it globally | Waldemar Brodkorb | |
2011-04-21 | allow xz compressed tar archives to be extracted | Waldemar Brodkorb | |
2011-04-17 | add basic locale support to OpenADK | Waldemar Brodkorb | |
2011-04-07 | update some packages after libpng15 update, misc stuff | Waldemar Brodkorb | |
2011-04-04 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-03 | fix configure options when native building | Waldemar Brodkorb | |
2011-04-03 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-04-02 | add tries parameter, only used by gnu wget, ignored by busybox wget | Waldemar Brodkorb | |
2011-04-01 | add a java build tool directory | Waldemar Brodkorb | |
following build tools seem to be required to cross-compile OpenJDK: - fastjar - classpath - gcj - jamvm - ecj Maybe cacao is better, maybe ant is required, too. ... hacking... | |||
2011-03-31 | pass -flto to CXX compiler | Waldemar Brodkorb | |
2011-03-19 | use cpio instead of gnu tar, otherwise the /etc/mtab symlinks fails to be ↵ | Waldemar Brodkorb | |
included | |||
2011-03-13 | disable alsamixer for bulk builds | Waldemar Brodkorb | |
2011-02-26 | another round of native compile fixes | Waldemar Brodkorb | |
2011-02-24 | allow native build of a lot of packages | Waldemar Brodkorb | |
STAGING_TARGET_DIR is used for package Makefile's for include and library search path's. STAGING_DIR is used for common code in mk/ or Makefile/rules.mk. STAGING_TARGET_DIR is /usr when native builds are used. | |||
2011-02-16 | use better defaults for native builds | Waldemar Brodkorb | |
2011-02-10 | add basic ccache support | Waldemar Brodkorb | |
2011-02-05 | fix some allmodconfig issues for mips target | Waldemar Brodkorb | |
2011-02-02 | minor native build enhancements | Waldemar Brodkorb | |
2011-01-29 | use portable STATCMD | Waldemar Brodkorb | |
2011-01-27 | Âsome native build fixes | Waldemar Brodkorb | |
2011-01-26 | check the build system compiler | Waldemar Brodkorb | |
2011-01-25 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-25 | entirely drop HOSTCC stuff | Waldemar Brodkorb | |
2011-01-25 | some fixes for allmodconfig (foxg20) | 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-17 | fix packages to be compile with stack protector | Waldemar Brodkorb | |
- libtool do not pass -fstack-protector while linking, but this is required to successfully link libraries or executables with SSP - pass LDFLAGS for non-libtool packages | |||
2011-01-13 | allow cross-compile under Darwin, fix ppp install targets | Waldemar Brodkorb | |
2011-01-11 | fix bzr package build | Waldemar Brodkorb | |
2011-01-10 | busybox wget does not know tries | 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 | variable name cleanup | Waldemar Brodkorb | |
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 ;) |