Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2014 13:09:40 +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: r365647 - head/devel/llvm32
Message-ID:  <201408221309.s7MD9e3Q033726@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brooks
Date: Fri Aug 22 13:09:39 2014
New Revision: 365647
URL: http://svnweb.freebsd.org/changeset/ports/365647
QAT: https://qat.redports.org/buildarchive/r365647/

Log:
  In practice this port only builds on i386 and amd64 and that is not going
  to change given that it is unmaintailed.
  
  PR:		192898
  Submitted by:	sbruno

Modified:
  head/devel/llvm32/Makefile

Modified: head/devel/llvm32/Makefile
==============================================================================
--- head/devel/llvm32/Makefile	Fri Aug 22 13:08:31 2014	(r365646)
+++ head/devel/llvm32/Makefile	Fri Aug 22 13:09:39 2014	(r365647)
@@ -22,6 +22,8 @@ GNU_CONFIGURE=	yes
 GNU_CONFIGURE_PREFIX=	${LLVM_PREFIX}
 USE_LDCONFIG=	${LLVM_PREFIX}/lib
 
+ONLY_FOR_ARCHS=	i386 amd64
+
 python_OLD_CMD=	/usr/bin/env python
 python_CMD=	/usr/bin/env python2
 SHEBANG_FILES=	test/Scripts/coff-dump.py test/Scripts/elf-dump \



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