Displaying 3 results from an estimated 3 matches for "4a28e0be".
2007 Sep 21
0
[LLVMdev] Compiling zlib to static bytecode archive
On Sep 21, 2007, at 9:42 AM, Maarten ter Huurne wrote:
> However, it is not possible to let the zlib Makefile issue that
> command
> without patching the Makefile, because the fragment that does the
> linking is
> hardcoded to use the compiler command for linking:
>
> example$(EXE): example.o $(LIBS)
> $(CC) $(CFLAGS) -o $@ example.o $(LDFLAGS)
Right,
2007 Sep 21
2
[LLVMdev] Compiling zlib to static bytecode archive
Hi,
I'm trying to compile zlib to produce a "libz.a" static library which is an
LLVM bytecode archive. I'm using this command line for "configure":
AR="llvm-ar r" RANLIB=llvm-ranlib CC=llvm-gcc CFLAGS=--emit-llvm \
./configure
The creation of "libz.a" works, but after that, zlib's Makefile wants to
compile and link some example
2007 Sep 23
2
[LLVMdev] Compiling zlib to static bytecode archive
...9;m willing to try.
Bye,
Maarten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070923/4a28e0be/attachment.sig>