summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-07-17 22:31:46 +0000
committerimp <imp@FreeBSD.org>2014-07-17 22:31:46 +0000
commit07bb5d08f32b7d5d09ea862fb77c1b20ce9b9bcd (patch)
tree544dd6176b94f67f27aedf30b8bd0348f28f95fc /UPDATING
parent08c695a76f98c90f35979e8662000d622d38223f (diff)
downloadFreeBSD-src-07bb5d08f32b7d5d09ea862fb77c1b20ce9b9bcd.zip
FreeBSD-src-07bb5d08f32b7d5d09ea862fb77c1b20ce9b9bcd.tar.gz
MFC r263749,267146:
>r267146 | imp | 2014-06-05 22:08:55 -0600 (Thu, 05 Jun 2014) | 4 lines >Restore comments accidentally removed. >r263749 | imp | 2014-03-25 16:08:31 -0600 (Tue, 25 Mar 2014) | 18 lines >Rather than require a makeoptions DEBUG to get debug correct, >add it in kern.mk, but only if we're using clang. While this >option is supported by both clang and gcc, in the future there >may be changes to clang which change the defaults that require >a tweak to build our kernel such that other tools in our tree >will work. Set a good example by forcing -gdwarf-2 only for >clang builds, and only if the user hasn't specified another >dwarf level already. Update UPDATING to reflect the changed >state of affairs. This also keeps us from having to update >all the ARM kernels to add this, and also keeps us from >in the future having to update all the MIPS kernels and is >one less place the user will have to know to do something >special for clang and one less thing developers will need >to do when moving an architecture to clang.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 2197f51..bcc90e5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,6 +16,13 @@ from older versions of FreeBSD, try WITHOUT_CLANG to bootstrap to the tip of
stable/10, and then rebuild without this option. The bootstrap process from
older version of current is a bit fragile.
+20140717:
+ It is no longer necessary to include the dwarf version in your DEBUG
+ options in your kernel config file. The bug that required it to be
+ placed in the config file has bene fixed. DEBUG should now just
+ contain -g. The build system will automatically update things
+ to do the right thing.
+
20140715:
Several ABI breaking changes were merged to CTL and new iSCSI code.
All CTL and iSCSI-related tools, such as ctladm, ctld, iscsid and
OpenPOWER on IntegriCloud