Hi;

On Thu, Sep 29, 2011 at 11:16 PM, Eli Friedman <[email protected]>wrote:

> On Thu, Sep 29, 2011 at 3:14 AM, İsmail Dönmez <[email protected]> wrote:
> > Hi;
> >
> > r140645 removes /usr/ from the predefined paths list and adds /usr/lib/
> > instead while this might work for Debian based distributions it won't
> work
> > for openSUSE and SUSE since the crtbegin.o is in
> >
> > /usr/lib64/gcc/x86_64-suse-linux/4.6/crtbegin.o (for x86-64)
> >
> > which is
> >
> > /usr + lib64/gcc + target_triple + gcc_version + crtbegin.o
> >
> > Simple fix is to add /usr/ back to the predefined paths list. Patch
> > attached.
>
> What effect does r140782 have here?
>

It fixed the issue.

Regards,
ismail
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to