SHARE
TWEET

Untitled

a guest Jul 24th, 2012 6 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #!/bin/sh
  2. cd haiku
  3. mkdir generated.x86gcc2
  4. mkdir generated.x86gcc4
  5. cd generated.x86gcc4
  6. ../configure --use-gcc-pipe --use-xattr \
  7.   --build-cross-tools-gcc4 x86 ../../buildtools/ \
  8.   --alternative-gcc-output-dir ../generated.x86gcc2
  9. cd ../generated.x86gcc2
  10. ../configure --use-gcc-pipe --use-xattr \
  11.   --build-cross-tools ../../buildtools/ \
  12.   --alternative-gcc-output-dir ../generated.x86gcc4
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top