summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-07-21 15:00:49 +0200
committerFabian Groffen <grobian@gentoo.org>2024-07-21 15:03:57 +0200
commit8c67eb5c50030b45953766cf2f20a3d6aa8501dd (patch)
treeb5ae59d729ae6c9dbdb3b70db2cdb7be2bbb4d07 /dev-debug
parentapp-i18n/skk-jisyo: Stabilize 202402 ppc, #936429 (diff)
downloadgentoo-8c67eb5c50030b45953766cf2f20a3d6aa8501dd.tar.gz
gentoo-8c67eb5c50030b45953766cf2f20a3d6aa8501dd.tar.bz2
gentoo-8c67eb5c50030b45953766cf2f20a3d6aa8501dd.zip
dev-build/gdb-15.1: drop Solaris build-hack
We'll disable the culprint (Python) instead. Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'dev-debug')
-rw-r--r--dev-debug/gdb/gdb-15.1.ebuild8
1 files changed, 0 insertions, 8 deletions
diff --git a/dev-debug/gdb/gdb-15.1.ebuild b/dev-debug/gdb/gdb-15.1.ebuild
index 541bf7f8915a..89469e978771 100644
--- a/dev-debug/gdb/gdb-15.1.ebuild
+++ b/dev-debug/gdb/gdb-15.1.ebuild
@@ -131,14 +131,6 @@ src_prepare() {
# Avoid using ancient termcap from host on Prefix systems
sed -i -e 's/termcap tinfow/tinfow/g' \
gdb/configure{.ac,} || die
- if [[ ${CHOST} == *-solaris* ]] ; then
- # code relies on C++11, so make sure we get that selected
- # due to Python 3.11 pymacro.h doing stuff to work around
- # versioning mess based on the C version, while we're compiling
- # C++ here, so we need to make it clear we're doing C++11/C11
- # because Solaris system headers act on these
- sed -i -e 's/-x c++/-std=c++11/' gdb/Makefile.in || die
- fi
}
gdb_branding() {