Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-13 | rework prereq check | Waldemar Brodkorb | |
The new prereq check is completely implemented in POSIX shell in scripts/prereq.sh. It combines the old features from Makefile, scan-tools.sh, scan-pkgs.sh, reloc.sh and some wrappers for tools. The big benefit is to have all portability stuff in one place. Furthermore we can compile GNU make and bash on the fly, for systems lacking the required tools. All changes on the host are detected on the fly, no make prereq required anymore. The build process is separated in following three phases: 1. small wrapper Makefile is used for BSD make or GNU make 2. prereq.sh is called, doing all checking, calling Makefile.adk 3. old logic in Makefile.adk or mk/build.mk is used Tested successfully on Linux, MacOS X, Cygwin, FreeBSD, OpenBSD and NetBSD. An old depmaker bug was fixed, only optional host tools are compiled. For example, even when a host provides xz, a local xz was compiled in the past, because other packages had a build dependency on it. Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-12-11 | Revert "rework prereq check" | Waldemar Brodkorb | |
This reverts commit fba2ff31928b18364c1934654169806f5c800e23. | |||
2015-12-11 | rework prereq check | wbx | |
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> | |||
2015-07-25 | fix ncursesw library detection | mirabilos | |
2015-07-25 | fix ncursesw detection on Debian sid | mirabilos | |
2015-05-01 | use HOST_CFLAGS for Kconfig and adk tools | Waldemar Brodkorb | |
2014-12-21 | add patch to Kconfig | Waldemar Brodkorb | |
Add following patch https://lkml.org/lkml/2010/7/19/178 This allows to select for symbol as module and for special predefined values on int/string/hex symbols. | |||
2014-10-21 | allow to build with MacOS X Yosemite and Homebrew. | Waldemar Brodkorb | |
2014-08-05 | clang does not know -static-libgcc on Darwin | Waldemar Brodkorb | |
2014-08-04 | only link tinfo when available | Waldemar Brodkorb | |
2014-08-01 | when using OpenADK for toolchain building, a musl system have to use ↵ | Waldemar Brodkorb | |
-static-libgcc | |||
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 | fixup CC_FOR_BUILD conversion | Waldemar Brodkorb | |
2014-05-24 | fix varname, disable optimization flags for config | Waldemar Brodkorb | |
2014-03-30 | rework hosttools building, add tools into package stuff | Waldemar Brodkorb | |