Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-31 | I am to tupid for git, today. | Waldemar Brodkorb | |
Revert "Revert "fix conflict, autoseect libgcj"" This reverts commit c2bd3a43342e37a05a97e12581dd2bd52993877a. | |||
2011-03-31 | Revert "fix conflict, autoseect libgcj" | Waldemar Brodkorb | |
This reverts commit ac46bdeef28bc2b65e1880884a79257c28e423a7, reversing changes made to 418fb3668f7140cc3e2ba07c354fe0d9bbb47d04. | |||
2011-03-31 | fix conflict, autoseect libgcj | Waldemar Brodkorb | |
2011-03-31 | pass -flto to CXX compiler | Waldemar Brodkorb | |
2011-03-28 | avoid warnings on fresh checkout | Waldemar Brodkorb | |
2011-03-28 | be sure this directory exist (lynx compile errror because of missing ↵ | Waldemar Brodkorb | |
ncurses5-config) | |||
2011-03-19 | use cpio instead of gnu tar, otherwise the /etc/mtab symlinks fails to be ↵ | Waldemar Brodkorb | |
included | |||
2011-03-13 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-13 | disable alsamixer for bulk builds | Waldemar Brodkorb | |
2011-03-13 | add a lot of new devel subpackages and fix native builds of packages | Waldemar Brodkorb | |
2011-03-08 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-03-08 | always compile zlib inflate into kernel | Waldemar Brodkorb | |
2011-03-04 | when flex fails, it seems to need M4 environment set | Waldemar Brodkorb | |
2011-03-01 | kernel-headers not required for native builds | Waldemar Brodkorb | |
2011-03-01 | misc patches needed for allmodconfig for ibm-x40-eglibc on Darwin OS | Waldemar Brodkorb | |
* fix *.pc / *-config file handling. | |||
2011-02-26 | another round of native compile fixes | Waldemar Brodkorb | |
2011-02-24 | resolve conflict | 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-21 | mk/modules.mk: always pack zlib_inflate.ko along with deflate.ko | Phil Sutter | |
Since linux-2.6.37's Kconfg unconditionally selects it. | |||
2011-02-16 | add perl module needed for intltool | Waldemar Brodkorb | |
2011-02-16 | use better defaults for native builds | Waldemar Brodkorb | |
2011-02-16 | disable ccache usage by default | Waldemar Brodkorb | |
2011-02-10 | add basic ccache support | Waldemar Brodkorb | |
2011-02-08 | many bugfixes for native adksystems and some package updates | Waldemar Brodkorb | |
2011-02-05 | remove wrong rebuild touch files, when switching between configs | 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-30 | allow to use strip, even when debug is on. required for gdbserver setups. | 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-25 | update Xorg to 7.6 | 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-20 | fetch.mk: support checksum checking of multiple distfiles | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-20 | mk/image.mk: fix initramfs-piggyback for recent kernels | Phil Sutter | |
Newer kernels hide CONFIG_INITRAMFS_SOURCE behind the boolean CONFIG_BLK_DEV_INITRD symbol. So replacing the further using sed may fail since no match is found. This patch strips the config from both symbols if existing, and appends them afterwards. I hope this does for older kernels, too. Signed-off-by: Phil Sutter <phil@nwl.cc> | |||
2011-01-19 | disable hardware i never seen or use, fix previos commit | Waldemar Brodkorb | |
2011-01-19 | disable experimental java/objc compiler on bulk builds | Waldemar Brodkorb | |
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 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-13 | allow cross-compile under Darwin, fix ppp install targets | Waldemar Brodkorb | |
2011-01-13 | update to Linux Kernel 2.6.37 | Waldemar Brodkorb | |
2011-01-12 | fix python vars | Waldemar Brodkorb | |
2011-01-12 | Merge branch 'master' of git+ssh://openadk.org/git/openadk | Waldemar Brodkorb | |
2011-01-12 | disable LTO and SSP for bulk builds | Waldemar Brodkorb | |
2011-01-12 | fix squashfs target | Waldemar Brodkorb | |
2011-01-11 | update todo, resolv conflict | Waldemar Brodkorb | |
2011-01-11 | fix target system names | Waldemar Brodkorb | |