From 1982ca76e816ce4352eaad7cca67681720b7bc64 Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Mon, 4 Mar 2013 05:33:24 +0000 Subject: [PATCH] Removed the -j from make and it now builds on x86_64. Note that the docs are going into common/docs, so still need a fix for this. --- sys-devel/llvm/llvm-3.2.bep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvm/llvm-3.2.bep b/sys-devel/llvm/llvm-3.2.bep index 2326e9c0e..2ffb54b11 100644 --- a/sys-devel/llvm/llvm-3.2.bep +++ b/sys-devel/llvm/llvm-3.2.bep @@ -15,7 +15,7 @@ BUILD { cp -r /boot/common/data/libtool/config/. autoconf/ cp -r /boot/common/data/libtool/config/. projects/sample/autoconf/ ./configure --enable-optimized --prefix=`finddir B_COMMON_DIRECTORY` - make -j$(CPUS) + make } INSTALL {