profiles: Update LDFLAGS in developer profiles
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Mon, 18 Mar 2019 07:13:01 +0000 (08:13 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sun, 19 May 2019 06:18:10 +0000 (08:18 +0200)
Closes: https://bugs.gentoo.org/680828
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/default/linux/amd64/13.0/developer/make.defaults
profiles/default/linux/amd64/17.0/developer/make.defaults
profiles/default/linux/amd64/17.1/developer/make.defaults
profiles/default/linux/x86/13.0/developer/make.defaults
profiles/default/linux/x86/17.0/developer/make.defaults

index f74d4f114ab60e63d6786ebaad983fc702c5de0a..28426a7b24f16b958828c14b87d4635142680bb2 100644 (file)
@@ -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"
index f74d4f114ab60e63d6786ebaad983fc702c5de0a..28426a7b24f16b958828c14b87d4635142680bb2 100644 (file)
@@ -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"
index f74d4f114ab60e63d6786ebaad983fc702c5de0a..28426a7b24f16b958828c14b87d4635142680bb2 100644 (file)
@@ -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"
index 79e030eb8d8ea702749e5c5c5dc41902c7828df7..e0cc9679f94848c4bc7d9588b22dafeaefcdf7d6 100644 (file)
@@ -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"
index 79e030eb8d8ea702749e5c5c5dc41902c7828df7..e0cc9679f94848c4bc7d9588b22dafeaefcdf7d6 100644 (file)
@@ -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"