From a99e9e12a319fd6730b4520da79334c73045e5d3 Mon Sep 17 00:00:00 2001
From: Eliah Rebstock <elireb54@outlook.com>
Date: Wed, 11 Jul 2018 21:43:21 +0200
Subject: [PATCH] Replace -m64 by -m32

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 3d2a6af..1b3cf6b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # ARCH_OPT is the gcc architecture option (probably -m32 or -m64)
-export ARCH_OPT="-m64"
+export ARCH_OPT="-m32"
 MAKE="make"
 
 build:
-- 
GitLab