Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Jan 2020 17:31:55 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r356502 - head
Message-ID:  <202001081731.008HVtGY079160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Wed Jan  8 17:31:54 2020
New Revision: 356502
URL: https://svnweb.freebsd.org/changeset/base/356502

Log:
  Add notes for MAKE_OBSOLETE_GCC going away and riscv switching to clang/lld.

Modified:
  head/UPDATING

Modified: head/UPDATING
==============================================================================
--- head/UPDATING	Wed Jan  8 17:31:18 2020	(r356501)
+++ head/UPDATING	Wed Jan  8 17:31:54 2020	(r356502)
@@ -26,6 +26,15 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 13.x IS SLOW:
 	disable the most expensive debugging functionality run
 	"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20200108:
+	Clang/LLVM is now the default compiler and LLD the default
+	linker for riscv64.
+
+20200107:
+	make universe no longer uses GCC 4.2.1 on any architectures.
+	Architectures not supported by in-tree Clang/LLVM require an
+	external toolchain package.
+
 20200104:
 	GCC 4.2.1 is now not built by default, as part of the GCC 4.2.1
 	retirement plan.  Specifically, the GCC, GCC_BOOTSTRAP, and GNUCXX



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