summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTorbjörn Granlund <tg@gmplib.org>2013-03-04 17:57:33 +0000
committerPádraig Brady <P@draigBrady.com>2013-03-04 18:09:49 +0000
commit9fe7c5b6eb373d859390dd5a7844a666d8b7818b (patch)
treed884caf83627061f0dfe5de4acaa3142c4f97979 /NEWS
parent0a16f9732dee129315dd916eddb320039301df1b (diff)
downloadcoreutils-9fe7c5b6eb373d859390dd5a7844a666d8b7818b.tar.xz
build: fix factor build failure on aarch64
* src/longlong.h (__aarch64__): Make add_ssaaaa and sub_ddmmss work. * NEWS: Mention the build fix. Reported at https://bugzilla.redhat.com/917735
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b28c921f..e0cc08a2e 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,10 @@ GNU coreutils NEWS -*- outline -*-
uniq accepts a new option: --group to print all items, while separating
unique groups with empty lines.
+** Build-related
+
+ factor now builds on aarch64 based systems [bug introduced in coreutils-8.20]
+
* Noteworthy changes in release 8.21 (2013-02-14) [stable]