[LLVMdev] Byte code portability (was Re: libstdc++ as bytecode, and compiling C++ to C)

Philipp Klaus Krause pkk at spth.de
Fri Nov 24 12:30:45 PST 2006


Anton Korobeynikov schrieb:
> Hello Philipp.
> 
>> Why does it need target libraries and binutils?
> gcc building process (and llvm-gcc4 as well) includes building of
> target-specific stuff including:
> 
> 1. Building crt-support code on several platforms

I don't think I need this. I wrote my own crt0.o in assembler.

> 2. Building libgcc.a[.so]

Why do I need this?

Philipp





More information about the llvm-dev mailing list