Module Name: src
Committed By: joerg
Date: Mon Mar 21 02:10:10 UTC 2011
Modified Files:
src/tools/llvm: Makefile
Log Message:
--with-clang-resource-dir is no longer needed
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 src/tools/llvm/Makefile:1.3
--- src/tools/llvm/Makefile:1.2 Fri Mar 18 23:32:04 2011
+++ src/tools/llvm/Makefile Mon Mar 21 02:10:10 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/03/18 23:32:04 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2011/03/21 02:10:10 joerg Exp $
.include <bsd.init.mk>
@@ -21,7 +21,6 @@
mkdir -p config
cd config && ${LLVM_SRCDIR}/configure --prefix=/usr \
--enable-targets=x86 --host=x86_64--netbsd \
- --with-clang-resource-dir=${DESTDIR}/usr/lib \
--enable-optimized --disable--assertions
need-dl:
printf '#include <dlfcn.h>\nint main(void){void *p; return dladdr(p, p);}' > need-dl.c