1 | |
---|
2 | mkdir ${HOME}/Work_MacPorts/apple-gcc42/testplace |
---|
3 | mkdir ${HOME}/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8 |
---|
4 | mkdir ${HOME}/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/lib |
---|
5 | ln -s /usr/include ${HOME}/Work_MacPorts/apple-gcc42/testplace/powerpc-apple-darwin8/include |
---|
6 | cd ~/Work_MacPorts/apple-gcc42/gcc-5666.3/ |
---|
7 | mkdir darwin |
---|
8 | cd darwin |
---|
9 | ../configure --prefix=${HOME}/Work_MacPorts/apple-gcc42/testplace --with-build-sysroot=/Developer/SDKs/MacOSX10.4u.sdk --enable-languages=c,c++,objc,obj-c++ --with-system-zlib --disable-nls --with-slibdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/4.0.0 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8 2>&1 | tee ../../configure1Log.txt |
---|
10 | make bootstrap 2>&1 | tee ../../bootstrap1Log.txt |
---|
11 | |
---|
12 | |
---|