Blame SOURCES/0015-Previous-ARM-64-bit-test-had-the-wrong-compiler-defi.patch

903092
From 6e88cbad1b01fba9f849dfeea0d88d2a49d6c255 Mon Sep 17 00:00:00 2001
903092
From: Peter Jones <pjones@redhat.com>
903092
Date: Mon, 31 Mar 2014 15:43:10 -0400
903092
Subject: [PATCH 15/41] Previous ARM 64-bit test had the wrong compiler define
903092
 for aarch64.
903092
903092
Yet one more reason that arch name is an incredibly stupid idea.
903092
903092
Signed-off-by: Peter Jones <pjones@redhat.com>
903092
---
903092
 grubby.c | 2 +-
903092
 1 file changed, 1 insertion(+), 1 deletion(-)
903092
903092
diff --git a/grubby.c b/grubby.c
903092
index 3cded58..3485d4e 100644
903092
--- a/grubby.c
903092
+++ b/grubby.c
903092
@@ -60,7 +60,7 @@ int debug = 0;	/* Currently just for template debugging */
903092
 
903092
 int isEfi = 0;
903092
 
903092
-#if defined(__arch64__)
903092
+#if defined(__aarch64__)
903092
 #define isEfiOnly	1
903092
 #else
903092
 #define isEfiOnly	0
903092
-- 
903092
2.4.3
903092