Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Makefile: allow the dest-cpu to be specified for make binary
Browse files Browse the repository at this point in the history
Needed for 64-bit Solaris, and 32-bit OS X
  • Loading branch information
TooTallNate committed Aug 6, 2012
1 parent eadc2ec commit dc9ae01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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)
Expand Down

0 comments on commit dc9ae01

Please sign in to comment.