Created
December 4, 2012 18:03
-
-
Save evilpie/4206951 to your computer and use it in GitHub Desktop.
Building SpiderMonkey x86 on x64
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get install g++-multilib | |
CC='gcc -m32' CXX='g++ -m32' ../configure --target=i686-pc-linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment