diff options
author | Nathan Rajlich <nathan@tootallnate.net> | 2012-08-04 12:24:34 -0700 |
---|---|---|
committer | Nathan Rajlich <nathan@tootallnate.net> | 2012-08-06 11:40:44 -0700 |
commit | dc9ae01ef7a6fcafd82b306d80b9f715d72ed670 (patch) | |
tree | caef070d1bfb4a2ff1066e8fc4c8327485ac0222 /Makefile | |
parent | eadc2ec5c8d1f3697d22515d7808ca583ea43f45 (diff) | |
download | node-new-dc9ae01ef7a6fcafd82b306d80b9f715d72ed670.tar.gz |
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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |