[gmqcc] Build on aarch64 as it's little endian too

Peter Robinson pbrobinson at fedoraproject.org
Mon Jun 16 19:46:52 UTC 2014


commit 6e092180cc6f07b8d4c2e44fec7d1a7c5aaa3c1f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Jun 16 20:46:37 2014 +0100

    Build on aarch64 as it's little endian too

 gmqcc.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/gmqcc.spec b/gmqcc.spec
index d77f0a2..2dbfad6 100644
--- a/gmqcc.spec
+++ b/gmqcc.spec
@@ -1,6 +1,6 @@
 Name:           gmqcc
 Version:        0.3.5
-Release:        3%{?dist}
+Release:        5%{?dist}
 Summary:        Improved Quake C Compiler
 License:        MIT
 URL:            http://graphitemaster.github.io/gmqcc/
@@ -9,7 +9,7 @@ Source0:        https://github.com/graphitemaster/%{name}/archive/%{version}.tar
 Patch0:         %{name}-0.3.5-stdlib.patch
 
 # tests fail on big endians
-ExclusiveArch:  %{ix86} x86_64 %{arm}
+ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64
 
 %description
 Modern written-from-scratch compiler for the QuakeC language with
@@ -81,6 +81,9 @@ make check
 %{_bindir}/gmqpak
 
 %changelog
+* Mon Jun 16 2014 Peter Robinson <pbrobinson at fedoraproject.org> 0.3.5-4
+- Build on aarch64 as it's little endian too
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list