summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2014-04-14 17:54:01 +0000
committerdim <dim@FreeBSD.org>2014-04-14 17:54:01 +0000
commit7c6a94336ace64b6e2f21d3865b84758bb94d935 (patch)
treeb1e0cdee0d7850b872a6b460889a24a0a248ed06 /UPDATING
parentd9b0a628da4b486dde00400305ad3a2ecefa0205 (diff)
downloadFreeBSD-src-7c6a94336ace64b6e2f21d3865b84758bb94d935.zip
FreeBSD-src-7c6a94336ace64b6e2f21d3865b84758bb94d935.tar.gz
MFC r264345:
Amend r263891, by making clang default to DWARF2 debug info format for all FreeBSD versions, not just 10.x and earlier. Apparently too many people seem to have trouble with post-1993 formats. Also remove the related notes about messing with kernel configuration files from UPDATING, which are now superfluous. Requested by: many
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 1 insertions, 11 deletions
diff --git a/UPDATING b/UPDATING
index 1438e86..bb8fd7d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -16,18 +16,8 @@ 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.
-
20140321:
- Clang and llvm have been upgraded to 3.4 release. Please note that
- clang 3.4 now defaults to DWARF4 debug information format when you
- specify -g. Since kgdb(1) only supports DWARF2, you should update any
- customized kernel configurations which include debug information to
- explicitly use -gdwarf-2, e.g:
-
- makeoptions DEBUG=-gdwarf-2
-
- This has already been applied to the appropriate GENERIC configuration
- files, so if you inherit from those, no changes are required.
+ Clang and llvm have been upgraded to 3.4 release.
20140306:
If a Makefile in a tests/ directory was auto-generating a Kyuafile
OpenPOWER on IntegriCloud