On Fri, 13 Aug 2010 18:11:42 +0300
Markos Chandras <hwoar...@gentoo.org> wrote:

> Could someone guide me to add --hash-style=gnu to default/linux/amd64/dev
> profile? I don't want to break anything

The thing is, you can't right now. :D  LDFLAGS don't stack, meaning you'd
have to do something like

--- targets/developer/make.defaults     26 Jul 2010 19:15:05 -0000      1.9
+++ targets/developer/make.defaults     14 Aug 2010 03:31:18 -0000
@@ -12,3 +12,6 @@
 
 # Log eqawarn messages
 PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
+
+# Help find packages not respecting LDFLAGS
+LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"


Which breaks boost-build (bug #293652).  That's why I suggested just putting
a message in targets/developer/profile.bashrc (which is otherwise completely
useless).


-- 
fonts, gcc-porting,                                   and it's all by design
toolchain, wxwidgets                        to keep us from losing our minds
@ gentoo.org                EFFD 380E 047A 4B51 D2BD C64F 8AA8 8346 F9A4 0662

Attachment: signature.asc
Description: PGP signature

Reply via email to