Displaying 3 results from an estimated 3 matches for "koogler".
Did you mean:
googler
2008 Apr 29
3
[LLVMdev] How do you Build LLVM Statically Linked?
Everyone,
I would like to build the LLVM toolchain and the GCC front end as
statically linked executables, but I do not see a configure
option to set this. A quick check of the FAQ and build documents
comes up empty. Is there a linker switch setting or environment
variable for the Makefile?
Dave Koogler
2008 Apr 29
1
[LLVMdev] How do you Build LLVM Statically Linked?
On Tuesday 29 April 2008 14:52:49 David J.A. Koogler wrote:
> Everyone,
>
> I would like to build the LLVM toolchain and the GCC front end as
> statically linked executables, but I do not see a configure
> option to set this. A quick check of the FAQ and build documents
> comes up empty. Is there a linker switch setting or environme...
2008 May 01
0
[LLVMdev] How do you Build LLVM Statically Linked?
...have the desired affect. All of the tools were still linked
dynamically.
So at least I have statically linked GCC front ends which makes it
easier to run the compiler on some of my target processors which do
no have dynamic libraries, but I would like to be able to run the
whole LLVM suite.
Dave Koogler