summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-03-26 11:30:45 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-03-26 11:30:45 +0100
commitca485faa1b4aa720a61b8359db0baf11f1eed4b5 (patch)
tree4e4ed140a2096d2a33fb236f935eb4a12141263d /makefile
parentec7276af735ff76f06060bd4a21eab8f0026b0ac (diff)
made possible architecture override with PTR64=1 param (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 4 insertions, 0 deletions
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 =