Guest User

Untitled

a guest
Feb 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #!/bin/bash
  2. set -x
  3. export CC="gcc -m32 -march=athlon"
  4. export CXX="g++ -m32 -march=athlon"
  5. export CFLAGS="-m32 -march=athlon"
  6. export CXXFLAGS="-m32 -march=athlon"
Add Comment
Please, Sign In to add comment