Skip to content

Instantly share code, notes, and snippets.

@dmilith
Created December 7, 2008 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmilith/33136 to your computer and use it in GitHub Desktop.
Save dmilith/33136 to your computer and use it in GitHub Desktop.
#!/bin/bash
set -x
export CC="gcc -m32 -march=athlon"
export CXX="g++ -m32 -march=athlon"
export CFLAGS="-m32 -march=athlon"
export CXXFLAGS="-m32 -march=athlon"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment