From 82bd61a8fad125edaff8a57243354856772731ed Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Sat, 10 Jul 2010 16:38:54 +0100 Subject: [PATCH] Revert previous patch After the previous patch, it's impossible to build anything else than x86 32-bit binary! So revert. Signed-off-by: Marco Costalba --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index e3182af1..3e8aa51b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -299,7 +299,7 @@ endif ### ========================================================================== default: - $(MAKE) ARCH=x86-32 COMP=gcc build + $(MAKE) ARCH=$(ARCH) COMP=$(COMP) build help: @echo "" -- 2.39.2