svn commit: r44492 - head/en_US.ISO8859-1/htdocs/news/status

Gabor Pali pgj at FreeBSD.org
Tue Apr 8 17:02:44 UTC 2014


Author: pgj
Date: Tue Apr  8 17:02:43 2014
New Revision: 44492
URL: http://svnweb.freebsd.org/changeset/doc/44492

Log:
  - Add 2014Q1 status report for external toolchains
  
  Submitted by:	imp

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml	Tue Apr  8 16:53:40 2014	(r44491)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml	Tue Apr  8 17:02:43 2014	(r44492)
@@ -18,7 +18,7 @@
 
     <!-- XXX: Keep the number of entries updated -->
     <p>Thanks to all the reporters for the excellent work!  This report
-      contains 34 entries and we hope you enjoy reading it.</p>
+      contains 35 entries and we hope you enjoy reading it.</p>
 
     <p>The deadline for submissions covering between April and
       June 2014 is July 7th, 2014.</p>
@@ -2177,4 +2177,46 @@ device vt_efifb</pre>
 	possible.</task>
     </help>
   </project>
+
+  <project cat='bin'>
+    <title>External Toolchain Improvements</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Warner</given>
+	  <common>Losh</common>
+	</name>
+	<email>imp at FreeBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="https://wiki.freebsd.org/ExternalToolchain">&a.brooks;' XCC work</url>
+    </links>
+
+    <body>
+      <p>Building on the work that &a.brooks; did to enable external
+	Clang toolchains, this project hopes to generalize that to GCC,
+	as well as support different versions of these compilers
+	simultaneously for the &os; base system and the kernel.  We also
+	hope get to the point that a port can be cross-compiled entirely
+	from scratch with no initial binary artifacts.</p>
+    </body>
+
+    <help>
+      <task>Setup Subversion project repository.</task>
+
+      <task>Fix issues with differences of interpretation of the
+	<tt>-B</tt> argument between GCC and Clang.</task>
+
+      <task>Support building the entire tree based only on xdev-built
+	compilers.</task>
+
+      <task>Support building the entire tree based only on ports-built GCC
+	compilers.</task>
+
+      <task>Support full bootstrapping of &os; to new platforms.</task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list