On Tue, 5 Apr 2011, Matthias Klose wrote: > On 04.04.2011 20:17, Paul Pluzhnikov wrote: > > Greetings, > > > > Several Linux distributions (e.g. Fedora) carry local patches that turn > > on --hash-style=gnu for all links. > > > > Attached is a proposed patch (originally by Satoru Takabayashi) that makes > > default hash style a configure option. > > > > Tested by doing native bootstrap and verifying that no --hash-style is > > passed to the linker, and also configuring with --with-linker-hash-style=gnu > > and verifying that --hash-style=gnu is then passed to the linker. > > Linux distributions pass more than that by default to the linker, e.g. > --as-needed and --no-copy-dt-needed-entries. Wouldn't it make more sense to > add > something like --with-linker-default-options=... ?
We have --with-specs that configures specs for the driver's own command line - maybe there's a use for something like that for other specs. But that's very much a last-resort option where there isn't a more structured way of configuring something; I'd prefer common use cases to be easier than that. -- Joseph S. Myers jos...@codesourcery.com