Skip to content

Instantly share code, notes, and snippets.

@evilpie
Created December 4, 2012 18:03
Show Gist options
  • Save evilpie/4206951 to your computer and use it in GitHub Desktop.
Save evilpie/4206951 to your computer and use it in GitHub Desktop.
Building SpiderMonkey x86 on x64
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