From a968e272e05b7201f3a767895bf285b199681f6a Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 18 Jul 2011 19:11:28 +0000 Subject: [PATCH] Partially revert last, keep assertions enabled (but with the correct spelling of the option). --- tools/llvm/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/llvm/Makefile b/tools/llvm/Makefile index e9f6690a7e7b..bbf029fa86bf 100644 --- a/tools/llvm/Makefile +++ b/tools/llvm/Makefile @@ -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 @@ -23,7 +23,8 @@ config/config.status: ${LLVM_SRCDIR}/configure --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 \nint main(void){void *p; return dladdr(p, p);}' > need-dl.c