From 4965ff0f354fc577cb1c75edb34ac7b982427149 Mon Sep 17 00:00:00 2001
From: Kevin Layer <layer@franz.com>
Date: Thu, 23 Jul 2015 06:37:20 -0700
Subject: [PATCH] bug23334: regularize  use

Change-Id: I74748d3191fb3449b5765964dea71b8a61dd2658
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index f97549f5..43b74fce 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ ifeq ($(OS_NAME),linux)
 ifeq ($(MACHINE),ppc)
 HOST = linuxppc
 else
-ifeq ($(MACHINE),x86_64)
+ifeq ($(SIXTYFOURBIT),yes)
 HOST = amd64
 else
 HOST = linux
-- 
GitLab