From 0fb3a622ef7966887a1d9d62c018fe366835ba54 Mon Sep 17 00:00:00 2001 From: Steel Titanium Date: Thu, 27 Dec 2018 19:00:18 -0500 Subject: [PATCH] Stupid restrictions --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index c0a4cc3aa..552379196 100644 --- a/src/Makefile +++ b/src/Makefile @@ -107,7 +107,7 @@ endif ifdef LINUX64 LINUX=1 NONX86=1 -64BIT=1 +X86_64=1 endif ifdef HAIKU @@ -182,7 +182,7 @@ endif #ifdef MINGW ifdef MINGW64 MINGW=1 -64BIT=1 +X86_64=1 include win32/Makefile.cfg endif #ifdef MINGW64 @@ -299,7 +299,7 @@ else endif endif -ifdef 64BIT +ifdef X86_64 M5=-march=nocona endif