Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Rajlich <nathan@tootallnate.net>2012-08-04 23:24:34 +0400
committerNathan Rajlich <nathan@tootallnate.net>2012-08-06 22:40:44 +0400
commitdc9ae01ef7a6fcafd82b306d80b9f715d72ed670 (patch)
treecaef070d1bfb4a2ff1066e8fc4c8327485ac0222 /Makefile
parenteadc2ec5c8d1f3697d22515d7808ca583ea43f45 (diff)
Makefile: allow the dest-cpu to be specified for `make binary`
Needed for 64-bit Solaris, and 32-bit OS X
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)