diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 09:28:44 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-01-07 09:28:44 +0100 |
commit | 03a039ba5ea4a7ba6ef03b8b46ae8a6bbe6c3414 (patch) | |
tree | 090cbc9fc8f0643d870f2d2ee79ca8468cb749a6 /sys-devel/gdb-apple | |
parent | net-misc/curl: drop x86-macos (diff) | |
download | gentoo-03a039ba5ea4a7ba6ef03b8b46ae8a6bbe6c3414.tar.gz gentoo-03a039ba5ea4a7ba6ef03b8b46ae8a6bbe6c3414.tar.bz2 gentoo-03a039ba5ea4a7ba6ef03b8b46ae8a6bbe6c3414.zip |
sys-devel/gdb-apple: drop handling for x86-macos
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-devel/gdb-apple')
-rw-r--r-- | sys-devel/gdb-apple/gdb-apple-1752.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/gdb-apple/gdb-apple-1752.ebuild b/sys-devel/gdb-apple/gdb-apple-1752.ebuild index 9022fa9d743b..512a1d0cb6f3 100644 --- a/sys-devel/gdb-apple/gdb-apple-1752.ebuild +++ b/sys-devel/gdb-apple/gdb-apple-1752.ebuild @@ -86,7 +86,7 @@ pkg_postinst() { ewarn " % sudo chgrp procmod ${EPREFIX}/usr/bin/gdb" ewarn " % sudo chmod g+s ${EPREFIX}/usr/bin/gdb" fi - if use x86-macos || use x64-macos ; then + if [[ ${CHOST} == *86* ]] ; then einfo "FSF gdb works on Intel-based OSX platforms, sometimes even" einfo "better than gdb-apple. You can consider installing FSF gdb" einfo "instead of gdb-apple, since the FSF version is surely more" |