From ca485faa1b4aa720a61b8359db0baf11f1eed4b5 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 26 Mar 2015 11:30:45 +0100 Subject: [PATCH] made possible architecture override with PTR64=1 param (nw) --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index a130064c93a..929b8198e79 100644 --- a/makefile +++ b/makefile @@ -132,6 +132,10 @@ endif endif # TARGET_OS +ifdef PTR64 +ARCHITECTURE = x64 +endif + # extension for executables EXE =