r193528 - Support cross linking to arm on ubuntu.
Chandler Carruth
chandlerc at google.com
Mon Oct 28 17:56:18 PDT 2013
On Mon, Oct 28, 2013 at 5:53 PM, Rafael EspĂndola <
rafael.espindola at gmail.com> wrote:
> Right now we print:
>
> -dynamic-linker
> /lib/ld-linux-armhf.so.3
> /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/../../../crt1.o
> /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/../../../crti.o
> /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/crtbegin.o
> -L/usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2
> -L/usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/../../..
> -L/lib
> -L/usr/lib
> /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/crtend.o
> /usr/lib/gcc/armv7hl-redhat-linux-gnueabi/4.7.2/../../../crtn.o
>
> The tricky part is implementing the ubuntu support (where with have
> the "..../lib/../lib line) without regressing this.
>
How so? Shouldn't that just be a no-op?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20131028/310461b8/attachment.html>
More information about the cfe-commits
mailing list