* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/developer/, ...
@ 2019-05-19 6:18 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2019-05-19 6:18 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/developer/, ...
@ 2022-02-18 18:27 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2022-02-18 18:27 UTC (permalink / raw
To: gentoo-commits
commit: 1830288f4f06fb2a2a639d9bad2131ba729784bd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 18 18:25:30 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 18 18:26:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1830288f
profiles/default/linux/amd64/17.0: update deprecation notice for latest stable GCC
Signed-off-by: Sam James <sam <AT> gentoo.org>
profiles/default/linux/amd64/17.0/deprecated | 2 +-
profiles/default/linux/amd64/17.0/desktop/deprecated | 2 +-
profiles/default/linux/amd64/17.0/desktop/gnome/deprecated | 2 +-
profiles/default/linux/amd64/17.0/desktop/gnome/systemd/deprecated | 2 +-
profiles/default/linux/amd64/17.0/desktop/plasma/deprecated | 2 +-
profiles/default/linux/amd64/17.0/desktop/plasma/systemd/deprecated | 2 +-
profiles/default/linux/amd64/17.0/developer/deprecated | 2 +-
profiles/default/linux/amd64/17.0/hardened/deprecated | 2 +-
profiles/default/linux/amd64/17.0/hardened/selinux/deprecated | 2 +-
profiles/default/linux/amd64/17.0/no-multilib/deprecated | 2 +-
profiles/default/linux/amd64/17.0/no-multilib/hardened/deprecated | 2 +-
.../default/linux/amd64/17.0/no-multilib/hardened/selinux/deprecated | 2 +-
profiles/default/linux/amd64/17.0/selinux/deprecated | 2 +-
profiles/default/linux/amd64/17.0/systemd/deprecated | 2 +-
14 files changed, 14 insertions(+), 14 deletions(-)
diff --git a/profiles/default/linux/amd64/17.0/deprecated b/profiles/default/linux/amd64/17.0/deprecated
index 69a9c780854d..55127c1038fc 100644
--- a/profiles/default/linux/amd64/17.0/deprecated
+++ b/profiles/default/linux/amd64/17.0/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/desktop/deprecated b/profiles/default/linux/amd64/17.0/desktop/deprecated
index 90bb574cd748..824945312c14 100644
--- a/profiles/default/linux/amd64/17.0/desktop/deprecated
+++ b/profiles/default/linux/amd64/17.0/desktop/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/desktop/gnome/deprecated b/profiles/default/linux/amd64/17.0/desktop/gnome/deprecated
index 56eae0878730..5e4c24214381 100644
--- a/profiles/default/linux/amd64/17.0/desktop/gnome/deprecated
+++ b/profiles/default/linux/amd64/17.0/desktop/gnome/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/deprecated b/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/deprecated
index 3a7b4563dacf..98c53fcf4547 100644
--- a/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/deprecated
+++ b/profiles/default/linux/amd64/17.0/desktop/gnome/systemd/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/desktop/plasma/deprecated b/profiles/default/linux/amd64/17.0/desktop/plasma/deprecated
index 45505ca188f5..6132b8e6994e 100644
--- a/profiles/default/linux/amd64/17.0/desktop/plasma/deprecated
+++ b/profiles/default/linux/amd64/17.0/desktop/plasma/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/deprecated b/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/deprecated
index 2c476214c5de..be2d7293b8bc 100644
--- a/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/deprecated
+++ b/profiles/default/linux/amd64/17.0/desktop/plasma/systemd/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/developer/deprecated b/profiles/default/linux/amd64/17.0/developer/deprecated
index 4fb55d9fd75f..9bad48a4779a 100644
--- a/profiles/default/linux/amd64/17.0/developer/deprecated
+++ b/profiles/default/linux/amd64/17.0/developer/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/hardened/deprecated b/profiles/default/linux/amd64/17.0/hardened/deprecated
index 4b041c6e3b60..c0488696fa98 100644
--- a/profiles/default/linux/amd64/17.0/hardened/deprecated
+++ b/profiles/default/linux/amd64/17.0/hardened/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/hardened/selinux/deprecated b/profiles/default/linux/amd64/17.0/hardened/selinux/deprecated
index ab2397503e8c..4d0f1cf4abd6 100644
--- a/profiles/default/linux/amd64/17.0/hardened/selinux/deprecated
+++ b/profiles/default/linux/amd64/17.0/hardened/selinux/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/no-multilib/deprecated b/profiles/default/linux/amd64/17.0/no-multilib/deprecated
index b68f569db99d..67fecec6451a 100644
--- a/profiles/default/linux/amd64/17.0/no-multilib/deprecated
+++ b/profiles/default/linux/amd64/17.0/no-multilib/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/no-multilib/hardened/deprecated b/profiles/default/linux/amd64/17.0/no-multilib/hardened/deprecated
index 5a17c34f27a6..e0d3bb24d63d 100644
--- a/profiles/default/linux/amd64/17.0/no-multilib/hardened/deprecated
+++ b/profiles/default/linux/amd64/17.0/no-multilib/hardened/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/no-multilib/hardened/selinux/deprecated b/profiles/default/linux/amd64/17.0/no-multilib/hardened/selinux/deprecated
index 2c476214c5de..be2d7293b8bc 100644
--- a/profiles/default/linux/amd64/17.0/no-multilib/hardened/selinux/deprecated
+++ b/profiles/default/linux/amd64/17.0/no-multilib/hardened/selinux/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/selinux/deprecated b/profiles/default/linux/amd64/17.0/selinux/deprecated
index 1a7153ad0957..9da5fc675ef6 100644
--- a/profiles/default/linux/amd64/17.0/selinux/deprecated
+++ b/profiles/default/linux/amd64/17.0/selinux/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
diff --git a/profiles/default/linux/amd64/17.0/systemd/deprecated b/profiles/default/linux/amd64/17.0/systemd/deprecated
index 2c476214c5de..be2d7293b8bc 100644
--- a/profiles/default/linux/amd64/17.0/systemd/deprecated
+++ b/profiles/default/linux/amd64/17.0/systemd/deprecated
@@ -53,7 +53,7 @@ The following steps can be used to upgrade your system:
required!]
10. Rebuild the toolchain:
- # emerge -1v sys-devel/gcc:9.3.0
+ # emerge -1v sys-devel/gcc:11
[ repeat for other slots you will be using ]
[ if you are upgrading from 13.0 profile, also: ]
# emerge -1v sys-devel/binutils
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-02-18 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-18 18:27 [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/amd64/17.0/developer/, Sam James
-- strict thread matches above, loose matches on Subject: below --
2019-05-19 6:18 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox