summaryrefslogtreecommitdiff
path: root/profiles/default/linux/x86/17.0/developer/make.defaults
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-05-21 10:20:03 +0100
commit6f8038813c460b4f0572d5ef595cdfa94af3a94d (patch)
tree3509e94070265053394b7f2e30a779d7e60c2064 /profiles/default/linux/x86/17.0/developer/make.defaults
parenteccb70a7f91b2d22582587f26d1a28bb31408b45 (diff)
gentoo resync : 21.05.2019
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"