- #!/bin/sh
- cd haiku
- mkdir generated.x86gcc2
- mkdir generated.x86gcc4
- cd generated.x86gcc4
- ../configure --use-gcc-pipe \
- --build-cross-tools-gcc4 x86 ../../buildtools/ \
- --alternative-gcc-output-dir ../generated.x86gcc2
- cd ../generated.x86gcc2
- linux32 ../configure --use-gcc-pipe \
- --build-cross-tools ../../buildtools/ \
- --alternative-gcc-output-dir ../generated.x86gcc4
SHARE
TWEET
Untitled
a guest
Jul 24th, 2012
8
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
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.

