From owner-svn-ports-head@FreeBSD.ORG Thu Sep 25 14:30:25 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C644CCA2; Thu, 25 Sep 2014 14:30:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97E6C77A; Thu, 25 Sep 2014 14:30:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8PEUPZM003424; Thu, 25 Sep 2014 14:30:25 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8PEUPKo003422; Thu, 25 Sep 2014 14:30:25 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201409251430.s8PEUPKo003422@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Thu, 25 Sep 2014 14:30:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369259 - in head/devel: llvm33/files llvm34/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Sep 2014 14:30:25 -0000 Author: brooks Date: Thu Sep 25 14:30:24 2014 New Revision: 369259 URL: http://svnweb.freebsd.org/changeset/ports/369259 QAT: https://qat.redports.org/buildarchive/r369259/ Log: Add the possiblity of building on powerpc64. PR: 191996 Sponsored by: DARPA/AFRL Modified: head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py Modified: head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py ============================================================================== --- head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py Thu Sep 25 14:26:52 2014 (r369258) +++ head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py Thu Sep 25 14:30:24 2014 (r369259) @@ -3,7 +3,7 @@ $FreeBSD$ --- utils/llvm-build/llvmbuild/main.py.orig +++ utils/llvm-build/llvmbuild/main.py -@@ -652,7 +652,16 @@ +@@ -660,7 +660,17 @@ # We handle a few special cases of target names here for historical # reasons, as these are the names configure currently comes up with. @@ -16,6 +16,7 @@ $FreeBSD$ + 'i386' : 'X86', + 'mips' : 'Mips', + 'powerpc' : 'PowerPC', ++ 'powerpc64' : 'PowerPC', + 'sparc64' : 'Sparc', + 'x86' : 'X86', 'x86_64' : 'X86', Modified: head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py ============================================================================== --- head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py Thu Sep 25 14:26:52 2014 (r369258) +++ head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py Thu Sep 25 14:30:24 2014 (r369259) @@ -3,7 +3,7 @@ $FreeBSD$ --- utils/llvm-build/llvmbuild/main.py.orig +++ utils/llvm-build/llvmbuild/main.py -@@ -699,7 +699,16 @@ +@@ -660,7 +660,17 @@ # We handle a few special cases of target names here for historical # reasons, as these are the names configure currently comes up with. @@ -16,6 +16,7 @@ $FreeBSD$ + 'i386' : 'X86', + 'mips' : 'Mips', + 'powerpc' : 'PowerPC', ++ 'powerpc64' : 'PowerPC', + 'sparc64' : 'Sparc', + 'x86' : 'X86', 'x86_64' : 'X86',