2008-07-16 18:38:47 Doug Goldstein napisaƂ(a):
> Doug Goldstein wrote:
> > all,
> >
> > I'm at the point that -Wl,-O1 appears to be successful. It's time to 
> > toss on -Wl,--hash-style=gnu. The issue is that we need glibc 2.5 or 
> > higher and not mips. So one solution is to put the following:
> >
> > default/linux: LDFLAGS="-Wl,-O1,--hash-style=gnu"
> > default/linux/mips: LDFLAGS="-Wl,-O1"
> >
> > However, this means we'll have to put a has_version check in 
> > profile.bashrc of default/linux, which seems a bit cludgy..
> >
> > Any suggestions? Comments?
> Given the benefits vs the annoyances of not all platforms supporting it

There's only one platform not supporting -Wl,--hash-style=gnu and putting
LDFLAGS="-Wl,-O1" in default/linux/mips/make.defaults doesn't cause any
problems.

> and requiring 2 has_version checks in profile.bashrc.

IMO 1-second has_version checks aren't annoying.

-- 
Arfrever Frehtes Taifersar Arahesis

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to