summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/x86/10.0/developer/make.defaults')
-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 0000000..8e3ed30
--- /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}"