tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] Re: handle -m{uclibc, glibc} to choose the appropriate el


From: Bernhard Reutner-Fischer
Subject: [Tinycc-devel] Re: handle -m{uclibc, glibc} to choose the appropriate elf interpreter
Date: Wed, 2 Sep 2009 23:02:42 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

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]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]