diff CHANGES @ 205:dd0d2bfe4962

Recognize __aarch64__ and __riscv__. __aarch64__ was sent in simultaneously by several people at once, which was a little freaky, but whatever.
author David A. Holland
date Mon, 21 Jan 2019 21:18:50 -0500
parents bdc672634010
children 9aa91d3fe3a3
line wrap: on
line diff
--- a/CHANGES	Thu Aug 24 12:34:41 2017 -0400
+++ b/CHANGES	Mon Jan 21 21:18:50 2019 -0500
@@ -8,6 +8,9 @@
      to compile or preprocess anything useful. Done in response to
      n2129, but without getting into any of the silliness found there.
    - Recognize __ia64__ for IA64 builds.
+   - Recognize __aarch64__ for 64-bit ARM builds, as sent in by
+     various people.
+   - Recognize __riscv__ and __riscv64__ for risc-v builds.
 
 release 0.5.2 (20160904)
    - Fix typo in -U usage message, noticed by Joerg.