Gentoo Archives: gentoo-dev

From: Doug Goldstein <cardoe@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] LDFLAGS=-Wl,--hash-style=gnu
Date: Tue, 15 Jul 2008 19:32:42
Message-Id: 487CFB50.4060903@gentoo.org
1 all,
2
3 I'm at the point that -Wl,-O1 appears to be successful. It's time to
4 toss on -Wl,--hash-style=gnu. The issue is that we need glibc 2.5 or
5 higher and not mips. So one solution is to put the following:
6
7 default/linux: LDFLAGS="-Wl,-O1,--hash-style=gnu"
8 default/linux/mips: LDFLAGS="-Wl,-O1"
9
10 However, this means we'll have to put a has_version check in
11 profile.bashrc of default/linux, which seems a bit cludgy..
12
13 Any suggestions? Comments?
14 --
15 gentoo-dev@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] LDFLAGS=-Wl,--hash-style=gnu Fabian Groffen <grobian@g.o>
Re: [gentoo-dev] LDFLAGS=-Wl,--hash-style=gnu Doug Goldstein <cardoe@g.o>