]> Zhao Yanbai Git Server - minix.git/commit
changes for detecting and building for clang/binutils elf
authorBen Gras <ben@minix3.org>
Tue, 7 Jun 2011 12:48:31 +0000 (14:48 +0200)
committerBen Gras <ben@minix3.org>
Tue, 7 Jun 2011 14:49:52 +0000 (16:49 +0200)
commit230b7775fecd7522e8fc30d40452177abf49c142
tree4af48bb9ba6bf71080619850eb18223b37054e89
parentef257bcc1be971e502cc3dcb098f5804248b8328
changes for detecting and building for clang/binutils elf

and minor fixes:
 . add ack/clean target to lib, 'unify' clean target
 . add includes as library dependency
 . mk: exclude warning options clang doesn't have in non-gcc
 . set -e in lib/*.sh build files
 . clang compile error circumvention (disable NOASSERTS for release builds)
15 files changed:
.gitignore
Makefile
commands/unstack/unstack.sh
common/include/minix/config.h
docs/UPDATING
kernel/const.h
lib/Makefile
lib/ack_build.sh
lib/elf_build.sh
lib/elf_build_base.sh [new file with mode: 0755]
share/mk/bsd.own.mk
share/mk/bsd.sys.mk
share/mk/sys.mk
tools/chrootmake.sh
tools/release.sh