commit: 1540ad80e83b4b9ed628a037eb7476974a238898 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Mon Mar 18 07:13:01 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun May 19 06:18:10 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1540ad80
profiles: Update LDFLAGS in developer profiles Closes: https://bugs.gentoo.org/680828 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/default/linux/amd64/13.0/developer/make.defaults | 6 +++--- profiles/default/linux/amd64/17.0/developer/make.defaults | 6 +++--- profiles/default/linux/amd64/17.1/developer/make.defaults | 6 +++--- profiles/default/linux/x86/13.0/developer/make.defaults | 6 +++--- profiles/default/linux/x86/17.0/developer/make.defaults | 6 +++--- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/profiles/default/linux/amd64/13.0/developer/make.defaults b/profiles/default/linux/amd64/13.0/developer/make.defaults index f74d4f114ab..28426a7b24f 100644 --- a/profiles/default/linux/amd64/13.0/developer/make.defaults +++ b/profiles/default/linux/amd64/13.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/amd64 dev profile +# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 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}" +LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0" diff --git a/profiles/default/linux/amd64/17.0/developer/make.defaults b/profiles/default/linux/amd64/17.0/developer/make.defaults index f74d4f114ab..28426a7b24f 100644 --- a/profiles/default/linux/amd64/17.0/developer/make.defaults +++ b/profiles/default/linux/amd64/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/amd64 dev profile +# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 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}" +LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0" diff --git a/profiles/default/linux/amd64/17.1/developer/make.defaults b/profiles/default/linux/amd64/17.1/developer/make.defaults index f74d4f114ab..28426a7b24f 100644 --- a/profiles/default/linux/amd64/17.1/developer/make.defaults +++ b/profiles/default/linux/amd64/17.1/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/amd64 dev profile +# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 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}" +LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0" diff --git a/profiles/default/linux/x86/13.0/developer/make.defaults b/profiles/default/linux/x86/13.0/developer/make.defaults index 79e030eb8d8..e0cc9679f94 100644 --- a/profiles/default/linux/x86/13.0/developer/make.defaults +++ b/profiles/default/linux/x86/13.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" diff --git a/profiles/default/linux/x86/17.0/developer/make.defaults b/profiles/default/linux/x86/17.0/developer/make.defaults index 79e030eb8d8..e0cc9679f94 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"
