search for: post_arg

Displaying 1 result from an estimated 1 matches for "post_arg".

Did you mean: host_arg
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
...m "rm -rf ${workpath}/llvm-gcc4-${version}.source/libstdc++-v3" } configure.args-append --with-gxx-include-dir=/usr/include/c++/4.0.0 } # use the powerpc triple if on a powerpc variant powerpc { set triple powerpc-apple-darwin8 configure.env-append TRIPLE=${triple} configure.post_args --build=${triple} --host=${triple} --target=${triple} } # use the intel triple if on an intel variant x86 { set triple i686-apple-darwin8 configure.env-append TRIPLE=${triple} \ TARGETOPTIONS="--with-arch=nocona --with-tune=generic" configure.post_args -...