summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-08-14 19:43:18 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-08-14 19:43:18 +0000
commitcf37562d11b794a8d5f3209350f76690e1c83f0c (patch)
treeeffb42757148abc3e8f7ae3ff7729ced09d2d97e /profiles/default
parentFixed typo that made the sed command fail on ruby bindings (diff)
downloadgentoo-2-cf37562d11b794a8d5f3209350f76690e1c83f0c.tar.gz
gentoo-2-cf37562d11b794a8d5f3209350f76690e1c83f0c.tar.bz2
gentoo-2-cf37562d11b794a8d5f3209350f76690e1c83f0c.zip
Add --hash-style=gnu to linux amd64/dev profile as discussed
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/amd64/10.0/developer/make.defaults8
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}"