Re: UPDATE: LLVM - LLVM_ARCHS

2012-08-24 Thread Brad Smith
On Mon, Aug 13, 2012 at 11:23:29PM -0400, Brad Smith wrote:
 Here is a diff to update LLVM_ARCHS. sparc64 must be removed as
 the compiler doesn't support SPARCv9 and thus what is being built
 now is unusable, but there is support for SPARCv8 so sparc should
 be enabled.

Although the compiler is broken on sparc64 there are some other
components of LLVM that are still useful so I guess we can leave
that enabled as is for now so a revised diff just to enable sparc.


Index: arch-defines.mk
===
RCS file: /home/cvs/ports/infrastructure/mk/arch-defines.mk,v
retrieving revision 1.8
diff -u -p -r1.8 arch-defines.mk
--- arch-defines.mk 21 Aug 2012 16:32:04 -  1.8
+++ arch-defines.mk 21 Aug 2012 20:31:46 -
@@ -27,7 +27,7 @@ GCC3_ARCHS =
 GCC2_ARCHS = aviion luna88k m68k m88k mvme68k mvme88k vax
 # XXX easier for ports that depend on mono
 MONO_ARCHS = amd64 i386
-LLVM_ARCHS = amd64 i386 powerpc sparc64
+LLVM_ARCHS = amd64 i386 powerpc sparc sparc64
 OCAML_NATIVE_ARCHS = i386 sparc amd64 powerpc
 OCAML_NATIVE_DYNLINK_ARCHS = i386 amd64
 

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



UPDATE: LLVM - LLVM_ARCHS

2012-08-13 Thread Brad Smith
Here is a diff to update LLVM_ARCHS. sparc64 must be removed as
the compiler doesn't support SPARCv9 and thus what is being built
now is unusable, but there is support for SPARCv8 so sparc should
be enabled.


Index: arch-defines.mk
===
RCS file: /home/cvs/ports/infrastructure/mk/arch-defines.mk,v
retrieving revision 1.6
diff -u -p -r1.6 arch-defines.mk
--- arch-defines.mk 8 Jul 2012 18:35:48 -   1.6
+++ arch-defines.mk 7 Aug 2012 07:29:34 -
@@ -27,7 +27,7 @@ GCC3_ARCHS =
 GCC2_ARCHS = aviion luna88k m68k m88k mvme68k mvme88k vax
 # XXX easier for ports that depend on mono
 MONO_ARCHS = amd64 i386
-LLVM_ARCHS = amd64 i386 powerpc sparc64
+LLVM_ARCHS = amd64 i386 powerpc sparc
 
 .for PROP in ALL APM BE LE LP64 NO_SHARED GCC4 GCC3 GCC2 MONO LLVM
 .  for A B in ${MACHINE_ARCH} ${ARCH}

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.