summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-23 18:58:45 +0000
committerSam James <sam@gentoo.org>2023-02-23 20:29:10 +0000
commit5e67e6ff93d16b1d76db94ddca1728b24542a50b (patch)
tree11cd36efb065592651a0c10f8449d1a75c111118 /sys-devel/gdb
parentdev-util/perf: use gtar for --wildcards (diff)
downloadgentoo-5e67e6ff93d16b1d76db94ddca1728b24542a50b.tar.gz
gentoo-5e67e6ff93d16b1d76db94ddca1728b24542a50b.tar.bz2
gentoo-5e67e6ff93d16b1d76db94ddca1728b24542a50b.zip
sys-devel/gdb: explicitly disable gprofng build too
Not relevant when building gdb. It's in binutils. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gdb')
-rw-r--r--sys-devel/gdb/gdb-13.1.ebuild2
-rw-r--r--sys-devel/gdb/gdb-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gdb/gdb-13.1.ebuild b/sys-devel/gdb/gdb-13.1.ebuild
index 4a30a9445468..d356d5e3ecab 100644
--- a/sys-devel/gdb/gdb-13.1.ebuild
+++ b/sys-devel/gdb/gdb-13.1.ebuild
@@ -147,7 +147,7 @@ src_configure() {
--with-bugurl='https://bugs.gentoo.org/'
--disable-werror
# Disable modules that are in a combined binutils/gdb tree. bug #490566
- --disable-{binutils,etc,gas,gold,gprof,ld}
+ --disable-{binutils,etc,gas,gold,gprof,gprofng,ld}
# avoid automagic dependency on (currently prefix) systems
# systems with debuginfod library, bug #754753
diff --git a/sys-devel/gdb/gdb-9999.ebuild b/sys-devel/gdb/gdb-9999.ebuild
index 4a30a9445468..d356d5e3ecab 100644
--- a/sys-devel/gdb/gdb-9999.ebuild
+++ b/sys-devel/gdb/gdb-9999.ebuild
@@ -147,7 +147,7 @@ src_configure() {
--with-bugurl='https://bugs.gentoo.org/'
--disable-werror
# Disable modules that are in a combined binutils/gdb tree. bug #490566
- --disable-{binutils,etc,gas,gold,gprof,ld}
+ --disable-{binutils,etc,gas,gold,gprof,gprofng,ld}
# avoid automagic dependency on (currently prefix) systems
# systems with debuginfod library, bug #754753