summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/amd64/17.0/developer/make.defaults')
-rw-r--r--profiles/default/linux/amd64/17.0/developer/make.defaults7
1 files changed, 7 insertions, 0 deletions
diff --git a/profiles/default/linux/amd64/17.0/developer/make.defaults b/profiles/default/linux/amd64/17.0/developer/make.defaults
new file mode 100644
index 000000000000..f74d4f114ab6
--- /dev/null
+++ b/profiles/default/linux/amd64/17.0/developer/make.defaults
@@ -0,0 +1,7 @@
+# Copyright 1999-2013 Gentoo Foundation.
+# Distributed under the terms of the GNU General Public License v2
+
+# 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}"