Module Name: src Committed By: joerg Date: Mon Jul 18 19:11:28 UTC 2011
Modified Files: src/tools/llvm: Makefile Log Message: Partially revert last, keep assertions enabled (but with the correct spelling of the option). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/tools/llvm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tools/llvm/Makefile diff -u src/tools/llvm/Makefile:1.10 src/tools/llvm/Makefile:1.11 --- src/tools/llvm/Makefile:1.10 Mon Jul 18 18:37:15 2011 +++ src/tools/llvm/Makefile Mon Jul 18 19:11:28 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/07/18 18:37:15 adam Exp $ +# $NetBSD: Makefile,v 1.11 2011/07/18 19:11:28 joerg Exp $ .include <bsd.init.mk> @@ -23,7 +23,8 @@ --enable-targets=x86,powerpc,sparc,arm,mips \ --host=${MACHINE_GNU_PLATFORM} \ --with-c-include-dirs=/usr/include/clang-3.0:/usr/include \ - --enable-optimized --disable-assertions + --enable-optimized +# --disable-assertions need-dl: printf '#include <dlfcn.h>\nint main(void){void *p; return dladdr(p, p);}' > need-dl.c