[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Cleanups
From: |
Thomas Preud'homme |
Subject: |
Re: [Tinycc-devel] Cleanups |
Date: |
Mon, 4 Feb 2013 17:37:55 +0100 |
User-agent: |
KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; ) |
Le lundi 4 février 2013 17:34:28, grischka a écrit :
> Thomas Preud'homme wrote:
> > If you want to keep the if structure you created, there should be a comma
> > so that each if is in the else clause of the previous one.
>
> Yep, mistake. Fixed.
>
> > Because here multiarch
> > dir is tested only if there is a /lib64. Maybe even better making the
> > CONFIG_LDDIR setting independant from the multiarch one. Although I can't
> > see any interest of having libraries in /lib/$multiarch_triplet and
> > /usr/lib/$multiarch_triplet , it could possibly be made by some distros.
>
> I have SOME feeling that this might still break on SOME (elder) platform.
>
> State on my old ubuntu-64 is that it has an
> lib/x86_64-linux-gnu (empty)
> and has
> /lib64 (link to /lib)
> .
Ok, then real case wins over hypothetical case.
Thanks.
Thomas
signature.asc
Description: This is a digitally signed message part.
Re: [Tinycc-devel] Cleanups, grischka, 2013/02/04