This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Saturday 19 January 2013 11:16:19 Mike Frysinger wrote:
> On Saturday 19 January 2013 03:40:16 Andreas Schwab wrote:
> > Mike Frysinger <vapier@gentoo.org> writes:
> > > +case ${target} in
> > > + *-*-linux-* | *-*-k*bsd*-* | *-*-gnu*)
> >
> > I don't think you should match k*bsd* here. You only want to use it for
> > GNU/k*bsd (which is covered by gnu*), not other systems that happen to
> > use the *bsd kernel.
>
> i want to enable new dtags when the userland is using glibc. i copy &
> pasted this set of tuples because it appears many times in this file to
> select "is it a glibc userland". are all of the checks in this file
> incorrect then ?
i've committed this patch as originally posted. if we feel the k*bsd* is
incorrect, we can drop it from the whole file rather than this one spot.
-mike
Attachment:
signature.asc
Description: This is a digitally signed message part.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |