Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2015 14:33:34 +0000 (UTC)
From:      Brooks Davis <brooks@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382825 - in head/lang: clang-devel/files clang33/files clang34/files clang35/files clang36/files
Message-ID:  <201503311433.t2VEXYdw024429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Tue Mar 31 14:33:33 2015
New Revision: 382825
URL: https://svnweb.freebsd.org/changeset/ports/382825
QAT: https://qat.redports.org/buildarchive/r382825/

Log:
  Catch the set of host platforms up to the set in llvm ports.
  
  To revision bump as it only effects building the port on platforms that
  would fail before.

Modified:
  head/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py
  head/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py
  head/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py
  head/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py
  head/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py

Modified: head/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:30:22 2015	(r382824)
+++ head/lang/clang-devel/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:33:33 2015	(r382825)
@@ -3,16 +3,20 @@ $FreeBSD$
 
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
 -    native_target_name = { 'x86' : 'X86',
 +    native_target_name = { 'amd64' : 'X86',
 +			   'arm' : 'ARM',
++			   'armeb' : 'ARM',
++			   'armv6' : 'ARM',
++			   'armv6hf' : 'ARM',
 +			   'i386' : 'X86',
 +			   'mips' : 'Mips',
 +			   'powerpc' : 'PowerPC',
++			   'powerpc64' : 'PowerPC',
 +			   'sparc64' : 'Sparc',
 +                           'x86' : 'X86',
                             'x86_64' : 'X86',

Modified: head/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:30:22 2015	(r382824)
+++ head/lang/clang33/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:33:33 2015	(r382825)
@@ -3,16 +3,20 @@ $FreeBSD$
 
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
 -    native_target_name = { 'x86' : 'X86',
 +    native_target_name = { 'amd64' : 'X86',
 +			   'arm' : 'ARM',
++			   'armeb' : 'ARM',
++			   'armv6' : 'ARM',
++			   'armv6hf' : 'ARM',
 +			   'i386' : 'X86',
 +			   'mips' : 'Mips',
 +			   'powerpc' : 'PowerPC',
++			   'powerpc64' : 'PowerPC',
 +			   'sparc64' : 'Sparc',
 +                           'x86' : 'X86',
                             'x86_64' : 'X86',

Modified: head/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:30:22 2015	(r382824)
+++ head/lang/clang34/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:33:33 2015	(r382825)
@@ -3,16 +3,20 @@ $FreeBSD$
 
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
 -    native_target_name = { 'x86' : 'X86',
 +    native_target_name = { 'amd64' : 'X86',
 +			   'arm' : 'ARM',
++			   'armeb' : 'ARM',
++			   'armv6' : 'ARM',
++			   'armv6hf' : 'ARM',
 +			   'i386' : 'X86',
 +			   'mips' : 'Mips',
 +			   'powerpc' : 'PowerPC',
++			   'powerpc64' : 'PowerPC',
 +			   'sparc64' : 'Sparc',
 +                           'x86' : 'X86',
                             'x86_64' : 'X86',

Modified: head/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:30:22 2015	(r382824)
+++ head/lang/clang35/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:33:33 2015	(r382825)
@@ -3,16 +3,20 @@ $FreeBSD$
 
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
 -    native_target_name = { 'x86' : 'X86',
 +    native_target_name = { 'amd64' : 'X86',
 +			   'arm' : 'ARM',
++			   'armeb' : 'ARM',
++			   'armv6' : 'ARM',
++			   'armv6hf' : 'ARM',
 +			   'i386' : 'X86',
 +			   'mips' : 'Mips',
 +			   'powerpc' : 'PowerPC',
++			   'powerpc64' : 'PowerPC',
 +			   'sparc64' : 'Sparc',
 +                           'x86' : 'X86',
                             'x86_64' : 'X86',

Modified: head/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py
==============================================================================
--- head/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:30:22 2015	(r382824)
+++ head/lang/clang36/files/patch-utils_llvm-build_llvmbuild_main.py	Tue Mar 31 14:33:33 2015	(r382825)
@@ -3,16 +3,20 @@ $FreeBSD$
 
 --- utils/llvm-build/llvmbuild/main.py.orig
 +++ utils/llvm-build/llvmbuild/main.py
-@@ -633,7 +633,13 @@
+@@ -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.
 -    native_target_name = { 'x86' : 'X86',
 +    native_target_name = { 'amd64' : 'X86',
 +			   'arm' : 'ARM',
++			   'armeb' : 'ARM',
++			   'armv6' : 'ARM',
++			   'armv6hf' : 'ARM',
 +			   'i386' : 'X86',
 +			   'mips' : 'Mips',
 +			   'powerpc' : 'PowerPC',
++			   'powerpc64' : 'PowerPC',
 +			   'sparc64' : 'Sparc',
 +                           'x86' : 'X86',
                             'x86_64' : 'X86',



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503311433.t2VEXYdw024429>