Module Name:    src
Committed By:   joerg
Date:           Tue Jul  5 17:30:35 UTC 2011

Modified Files:
        src/tools/llvm: Makefile

Log Message:
Also enable toolchain build of ARM


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/tools/llvm/Makefile:1.7
--- src/tools/llvm/Makefile:1.6	Tue Jul  5 14:15:56 2011
+++ src/tools/llvm/Makefile	Tue Jul  5 17:30:35 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2011/07/05 14:15:56 joerg Exp $
+#	$NetBSD: Makefile,v 1.7 2011/07/05 17:30:35 joerg Exp $
 
 .include <bsd.init.mk>
 
@@ -20,7 +20,7 @@
 config/config.status: ${LLVM_SRCDIR}/configure
 	mkdir -p config
 	cd config && ${LLVM_SRCDIR}/configure --prefix=/usr \
-	    --enable-targets=x86,powerpc,sparc --host=${MACHINE_GNU_PLATFORM} \
+	    --enable-targets=x86,powerpc,sparc,arm --host=${MACHINE_GNU_PLATFORM} \
 	    --with-c-include-dirs=/usr/include/clang-3.0:/usr/include \
 	    --enable-optimized --disable--assertions
 

Reply via email to