diff options
author | Sam James <sam@gentoo.org> | 2022-08-22 06:47:47 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-22 06:47:47 +0100 |
commit | fe83575d8c9fa3acc914666cdb815f4e79ef9282 (patch) | |
tree | 23c204963bdc69e48e61a456978841ead2f736b7 /sys-devel/gcc/gcc-10.3.1_p20211126.ebuild | |
parent | sys-devel/gcc: regenerate Manifest (diff) | |
download | gentoo-fe83575d8c9fa3acc914666cdb815f4e79ef9282.tar.gz gentoo-fe83575d8c9fa3acc914666cdb815f4e79ef9282.tar.bz2 gentoo-fe83575d8c9fa3acc914666cdb815f4e79ef9282.zip |
sys-devel/gcc: drop 10.3.1_p20211126
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-devel/gcc/gcc-10.3.1_p20211126.ebuild')
-rw-r--r-- | sys-devel/gcc/gcc-10.3.1_p20211126.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/sys-devel/gcc/gcc-10.3.1_p20211126.ebuild b/sys-devel/gcc/gcc-10.3.1_p20211126.ebuild deleted file mode 100644 index e07e3b74876d..000000000000 --- a/sys-devel/gcc/gcc-10.3.1_p20211126.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -TOOLCHAIN_PATCH_DEV="sam" -PATCH_VER="0" -PATCH_GCC_VER="10.4.0" -MUSL_VER="1" -MUSL_GCC_VER="10.3.0" - -inherit toolchain - -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -RDEPEND="" -BDEPEND="${CATEGORY}/binutils" - -src_prepare() { - if has_version '>=sys-libs/glibc-2.32-r1'; then - rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || die - fi - - toolchain_src_prepare - - eapply_user -} |