Gentoo Archives: gentoo-dev

From: Markos Chandras <hwoarang@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Re: Add --hash-style=gnu to LDFLAGS
Date: Sat, 14 Aug 2010 12:07:32
Message-Id: 20100814120859.GA28906@Mystical
In Reply to: Re: [gentoo-dev] Re: Add --hash-style=gnu to LDFLAGS by Mike Frysinger
1 On Sat, Aug 14, 2010 at 02:40:40AM -0400, Mike Frysinger wrote:
2 > On Sat, Aug 14, 2010 at 2:41 AM, Ryan Hill wrote:
3 > > On Sat, 14 Aug 2010 00:14:28 -0400 Mike Frysinger wrote:
4 > >> that's crap.  fix the package or at least work around it:
5 > >> LDFLAGS=`echo ${LDFLAGS}`
6 > >>
7 > >> we shouldnt be forced to add random hacks throughout the tree because
8 > >> of one or two random broken packages
9 > >
10 > > Yes, I meant don't commit it until someone fixes boost-build.  I just did so
11 > > go ahead.
12 >
13 > sorry, i thought you meant that we should block the profile change indefinitely
14 > -mike
15 >
16 Now this doesn't seem to work
17
18
19 ~$ cat development/gentoo-cvs/gentoo-x86/profiles/default/linux/amd64/dev/make.defaults
20
21 LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
22
23 ~$ eselect profile list
24 Available profile symlink targets:
25 [1] default/linux/amd64/10.0
26 [2] default/linux/amd64/10.0/desktop
27 [3] default/linux/amd64/10.0/desktop/gnome
28 [4] default/linux/amd64/10.0/desktop/kde
29 [5] default/linux/amd64/10.0/developer *
30
31 * simple compile output *
32 x86_64-pc-linux-gnu-g++ -O2 -march=native -pipe -Wall -ggdb -Wl,-O1
33 -Wl,--as-needed -c -D_GNU_SOURCE debugTracer.cpp
34
35 However if I add the new make.defaults to default/linux/amd64/10.0/developer
36 it works as expected
37
38 Are you sure that default/linux/amd64/dev/ is the correct place to touch?
39 --
40 Markos Chandras (hwoarang)
41 Gentoo Linux Developer
42 Web: http://hwoarang.silverarrow.org
43 Key ID: 441AC410
44 Key FP: AAD0 8591 E3CD 445D 6411 3477 F7F7 1E8E 441A C410

Replies

Subject Author
Re: [gentoo-dev] Re: Add --hash-style=gnu to LDFLAGS Mike Frysinger <vapier@g.o>