Displaying 1 result from an estimated 1 matches for "worksrcdir".
Did you mean:
worker_dir
2007 Jun 04
2
[LLVMdev] building llvm-gcc4 with a different target name
...yone know how can I
build llvm-gcc4 so that it has a different exe name, or suggest a better
way to do this?
If this will help, these are the options I'm using to build llvm-gcc4.
It's in tcl, but it hopefully is straight forward enough:
# create a build directory and run out of there
worksrcdir build
pre-configure {
file mkdir ${workpath}/build
}
# ${prefix} is where we install llvm, normally /opt/local
configure.cmd ../llvm-gcc4-${version}.source/configure
configure.args-append --enable-llvm=${prefix}/lib/llvm/obj \
--enable-languages...