From: Arnout Vandecappelle Date: Wed, 5 Jul 2017 12:09:50 +0000 (+0200) Subject: CHANGES: update with removal of $(HOST_DIR)/usr X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=51b3315b754327afa03e18491ec684eaa98101bd;p=buildroot.git CHANGES: update with removal of $(HOST_DIR)/usr Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/CHANGES b/CHANGES index 105c9318f4..a530e8fb45 100644 --- a/CHANGES +++ b/CHANGES @@ -17,6 +17,13 @@ Therefore, if you need NLS support in packages, you must now explicitly enable the BR2_SYSTEM_ENABLE_NLS option. + Infrastructure: + + - The host directory no longer has a usr/ component. This + makes it much more natural to use that directory as an + externally used toolchain. For compatibility with existing + scripts, a link usr -> . is still added. + 2017.05.1, Released July 4th, 2017 Important / security related fixes.