summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2010-08-15 07:29:22 +0000
committerChristian Faulhammer <fauli@gentoo.org>2010-08-15 07:29:22 +0000
commite53a96e137963d4aed8aec175f950be2e288132a (patch)
treeed587b10e9b90e75202628119196212feab743c8 /profiles/default
parentVersion bump (diff)
downloadhistorical-e53a96e137963d4aed8aec175f950be2e288132a.tar.gz
historical-e53a96e137963d4aed8aec175f950be2e288132a.tar.bz2
historical-e53a96e137963d4aed8aec175f950be2e288132a.zip
added gnu hash style to LDFLAGS for x86 developer profile, so not-respected LDFLAGS are found more easily
Diffstat (limited to 'profiles/default')
-rw-r--r--profiles/default/linux/x86/10.0/developer/make.defaults8
1 files changed, 8 insertions, 0 deletions
diff --git a/profiles/default/linux/x86/10.0/developer/make.defaults b/profiles/default/linux/x86/10.0/developer/make.defaults
new file mode 100644
index 000000000000..8e3ed3085a25
--- /dev/null
+++ b/profiles/default/linux/x86/10.0/developer/make.defaults
@@ -0,0 +1,8 @@
+# Copyright 1999-2010 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/profiles/default/linux/x86/10.0/developer/make.defaults,v 1.1 2010/08/15 07:29:22 fauli Exp $
+
+# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile
+# This will help developers track down packages, that don't respect LDFLAGS,
+# more easily
+LDFLAGS="-Wl,--hash-style=gnu ${LDFLAGS}"