summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin FRANCOIS <kwyxz@kwyxz.org>2021-05-12 21:48:28 +0000
committerBenjamin FRANCOIS <kwyxz@kwyxz.org>2021-05-12 21:48:28 +0000
commitf5a4bd8c61bcc5bfea494c28db9fec53ab1f7c45 (patch)
tree31f6c5ffffa567ceba4d68016aa5b276aed29a54 /Makefile
parentc380ef9af74398589e74def142a042b6e035f621 (diff)
Fix 32bit Haiku build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0259547..d59bb76 100644
--- a/Makefile
+++ b/Makefile
@@ -177,6 +177,11 @@ CPU:=i686
endif
endif
+#Haiku uses a different name for 32bit
+ifeq ($(CPU),BePC)
+CPU:=i686
+endif
+
TRANSOBJS=gen.o backend.o $(MEM) arena.o tern.o
M68KOBJS=68kinst.o