Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/llvm Also enable toolchain build of ARM
details: https://anonhg.NetBSD.org/src/rev/17f46eb79798
branches: trunk
changeset: 766980:17f46eb79798
user: joerg <joerg%NetBSD.org@localhost>
date: Tue Jul 05 17:30:35 2011 +0000
description:
Also enable toolchain build of ARM
diffstat:
tools/llvm/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 3d71fc7ec9f6 -r 17f46eb79798 tools/llvm/Makefile
--- a/tools/llvm/Makefile Tue Jul 05 17:22:20 2011 +0000
+++ b/tools/llvm/Makefile Tue Jul 05 17:30:35 2011 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index