From e0c77a38cbc1e5903c4f2685be879d1c592468a1 Mon Sep 17 00:00:00 2001 From: Andres Rodriguez Date: Fri, 19 Aug 2016 11:32:55 -0400 Subject: [PATCH] Makefile: remove 32bit thunk compilation by default Compiling in 32bit mode is broken, and we don't have an intention on restarting compatibility with 32bit apps. Change-Id: I5524b5b63fe62e6026aa04d84c4510e290a86106 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 60d7ea3b23..db001a63ae 100644 --- a/src/Makefile +++ b/src/Makefile @@ -39,7 +39,7 @@ OBJS = debug.o globals.o memory.o perfctr.o time.o version.o \ .PHONY: all lnx lnx64a clean # Default target -all: lnx lnx64a +all: lnx64a # To relocate build output, set "O=target/dir/" # otherwise it defaults to a local directory