Gentoo Archives: gentoo-dev

From: Ryan Hill <dirtyepic@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Add --hash-style=gnu to LDFLAGS
Date: Sat, 14 Aug 2010 03:47:01
Message-Id: 20100813215010.74060aff@gentoo.org
In Reply to: [gentoo-dev] Re: Add --hash-style=gnu to LDFLAGS by Ryan Hill
1 On Fri, 13 Aug 2010 21:43:35 -0600
2 Ryan Hill <dirtyepic@g.o> wrote:
3
4
5 > The thing is, you can't right now. :D LDFLAGS don't stack, meaning you'd
6 > have to do something like
7 >
8 > --- targets/developer/make.defaults 26 Jul 2010 19:15:05 -0000 1.9
9 > +++ targets/developer/make.defaults 14 Aug 2010 03:31:18 -0000
10 > @@ -12,3 +12,6 @@
11 >
12 > # Log eqawarn messages
13 > PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
14 > +
15 > +# Help find packages not respecting LDFLAGS
16 > +LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"
17 >
18
19 Oops, I guess that should be default/linux/amd64/dev/make.defaults.
20
21
22 --
23 fonts, gcc-porting, and it's all by design
24 toolchain, wxwidgets to keep us from losing our minds
25 @ gentoo.org EFFD 380E 047A 4B51 D2BD C64F 8AA8 8346 F9A4 0662

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-dev] Re: Add --hash-style=gnu to LDFLAGS Markos Chandras <hwoarang@g.o>