Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2019 21:15:49 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508407 - in head/devel: . xtoolchain-llvm90
Message-ID:  <201908082115.x78LFnr0010634@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Thu Aug  8 21:15:49 2019
New Revision: 508407
URL: https://svnweb.freebsd.org/changeset/ports/508407

Log:
  Add xtoolchain-llvm90, pre seeded toolchain to cross build FreeBSD base
  
  Approved by:	brooks
  Sponsored by:	The FreeBSD Foundation

Added:
  head/devel/xtoolchain-llvm90/
  head/devel/xtoolchain-llvm90/Makefile   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Aug  8 21:05:43 2019	(r508406)
+++ head/devel/Makefile	Thu Aug  8 21:15:49 2019	(r508407)
@@ -6290,6 +6290,7 @@
     SUBDIR += xtoolchain-llvm60
     SUBDIR += xtoolchain-llvm70
     SUBDIR += xtoolchain-llvm80
+    SUBDIR += xtoolchain-llvm90
     SUBDIR += xwpe
     SUBDIR += xxgdb
     SUBDIR += xxhash

Added: head/devel/xtoolchain-llvm90/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/xtoolchain-llvm90/Makefile	Thu Aug  8 21:15:49 2019	(r508407)
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+LLVM_SUFFIX=90
+
+MASTERDIR=	${.CURDIR}/../xtoolchain-llvm-devel
+
+.include "${MASTERDIR}/Makefile"



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