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]

Re: [PATCH] ld: enable new dtags by default for linux/gnu targets


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 ?
-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]