diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-14 19:43:18 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-14 19:43:18 +0000 |
commit | fb9ff10c4df7ceacd2316c3b57ae46840eccecb6 (patch) | |
tree | 8db5e587be682e5a393ce80c114ef4c55f4ee9fe | |
parent | Fixed typo that made the sed command fail on ruby bindings (diff) | |
download | historical-fb9ff10c4df7ceacd2316c3b57ae46840eccecb6.tar.gz historical-fb9ff10c4df7ceacd2316c3b57ae46840eccecb6.tar.bz2 historical-fb9ff10c4df7ceacd2316c3b57ae46840eccecb6.zip |
Add --hash-style=gnu to linux amd64/dev profile as discussed
-rw-r--r-- | profiles/default/linux/amd64/10.0/developer/make.defaults | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/10.0/developer/make.defaults b/profiles/default/linux/amd64/10.0/developer/make.defaults new file mode 100644 index 000000000000..c76eb45d1971 --- /dev/null +++ b/profiles/default/linux/amd64/10.0/developer/make.defaults @@ -0,0 +1,8 @@ +# Copyright 2004-2010 Gentoo Foundation. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/amd64/10.0/developer/make.defaults,v 1.1 2010/08/14 19:43:18 hwoarang Exp $ + +# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile +# This will help developers track packages, that don't respect LDFLAGS, down +# more effectively +LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}" |