[PATCH] ld: enable new dtags by default for linux/gnu targets
Mike Frysinger
vapier@gentoo.org
Sat Jan 19 16:12:00 GMT 2013
More information about the Binutils mailing list
Sat Jan 19 16:12:00 GMT 2013
- Previous message (by thread): [PATCH] ld: enable new dtags by default for linux/gnu targets
- Next message (by thread): [PATCH] ld: enable new dtags by default for linux/gnu targets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 836 bytes Desc: This is a digitally signed message part. URL: <https://sourceware.org/pipermail/binutils/attachments/20130119/d740e87a/attachment.sig>
- Previous message (by thread): [PATCH] ld: enable new dtags by default for linux/gnu targets
- Next message (by thread): [PATCH] ld: enable new dtags by default for linux/gnu targets
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list