From dc9ae01ef7a6fcafd82b306d80b9f715d72ed670 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Sat, 4 Aug 2012 12:24:34 -0700 Subject: [PATCH] Makefile: allow the dest-cpu to be specified for `make binary` Needed for 64-bit Solaris, and 32-bit OS X --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0f8f027231..004d074f42a 100644 --- a/Makefile +++ b/Makefile @@ -265,7 +265,7 @@ tar: $(TARBALL) $(BINARYTAR): rm -rf $(BINARYNAME) rm -rf out/deps out/Release - ./configure --prefix=/ --without-snapshot + ./configure --prefix=/ --without-snapshot --dest-cpu=$(DESTCPU) $(MAKE) install DESTDIR=$(BINARYNAME) V=$(V) PORTABLE=1 cp README.md $(BINARYNAME) cp LICENSE $(BINARYNAME)