summaryrefslogtreecommitdiff
path: root/profiles/default/linux/x86/17.0/developer/make.defaults
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/default/linux/x86/17.0/developer/make.defaults')
-rw-r--r--profiles/default/linux/x86/17.0/developer/make.defaults6
1 files changed, 3 insertions, 3 deletions
diff --git a/profiles/default/linux/x86/17.0/developer/make.defaults b/profiles/default/linux/x86/17.0/developer/make.defaults
index 79e030eb8d8e..e0cc9679f948 100644
--- a/profiles/default/linux/x86/17.0/developer/make.defaults
+++ b/profiles/default/linux/x86/17.0/developer/make.defaults
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 2010-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/x86 dev profile
+# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 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}"
+LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"