diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-21 08:21:05 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-21 08:21:15 +0100 |
commit | c4b816a18ebce5dae2343694da3d24ca1a7f3cf3 (patch) | |
tree | 1ba6ec78dc4fa02c71b79633838c28328aee7e8f /sys-devel/gdb/gdb-9.2.ebuild | |
parent | sci-calculators/bc-gh: bump to 3.1.5 (diff) | |
download | gentoo-c4b816a18ebce5dae2343694da3d24ca1a7f3cf3.tar.gz gentoo-c4b816a18ebce5dae2343694da3d24ca1a7f3cf3.tar.bz2 gentoo-c4b816a18ebce5dae2343694da3d24ca1a7f3cf3.zip |
sys-devel/gdb: backport -fno-common build for sim/ppc
Reported-by: Daniel Gurney
Closes: https://bugs.gentoo.org/738272
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-devel/gdb/gdb-9.2.ebuild')
-rw-r--r-- | sys-devel/gdb/gdb-9.2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-devel/gdb/gdb-9.2.ebuild b/sys-devel/gdb/gdb-9.2.ebuild index a65d6cdd173b..cc5393a18132 100644 --- a/sys-devel/gdb/gdb-9.2.ebuild +++ b/sys-devel/gdb/gdb-9.2.ebuild @@ -91,6 +91,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}"/${PN}-8.3.1-verbose-build.patch "${FILESDIR}"/${PN}-9.1-ia64.patch + "${FILESDIR}"/${P}-sim-ppc-fno-common.patch ) GDB_BUILD_DIR="${WORKDIR}"/${P}-build |