On Tue, Sep 01, 2009 at 01:46:45PM +0200, Bernhard Reutner-Fischer wrote:
>Hi,
>
>Please apply.
>
>PS: The mob branch is unfortunately completely dysfunctional, so i'm
>sending this against your master branch.

This will unfortunately conflict a little bit with --whole-archive,
i fear. Please let me know if you need me to repin this one.

TIA,

>Subject: [PATCH] Implement -m{uclibc,glibc} to choose elf_interp
>
>  Support -muclibc and -mglibc (default) to choose between the elf
>  interpreter like gcc does.
>
>  $ ./tcc -o hi-glibc hello.c
>  $ ./tcc -muclibc -o hi-uclibc hello.c
>  $ readelf -l hi-* | egrep "(^File: | interpreter)"
>File: hi-glibc
>      [Requesting program interpreter: /lib/ld-linux.so.2]
>File: hi-uclibc
>      [Requesting program interpreter: /lib/ld-uClibc.so.0]


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to