commit: 6d401e4f23a2c36905b7ab24937294efa5747aa5
Author: Mike Pagano <mpagano <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 8 12:31:49 2021 +0000
Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org>
CommitDate: Wed Sep 8 12:32:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d401e4f
linux-info.eclass : Remove log references to linux 2.4 and gcc 4
Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org>
eclass/linux-info.eclass | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass
index f794f42d0c0..4e08949a385 100644
--- a/eclass/linux-info.eclass
+++ b/eclass/linux-info.eclass
@@ -963,21 +963,6 @@ linux-info_pkg_setup() {
linux-info_get_any_version
- if kernel_is 2 4; then
- if [ "$( gcc-major-version )" -eq "4" ] ; then
- echo
- ewarn "Be warned !! >=sys-devel/gcc-4.0.0 isn't
supported with"
- ewarn "linux-2.4 (or modules building against a
linux-2.4 kernel)!"
- echo
- ewarn "Either switch to another gcc-version (via
gcc-config) or use a"
- ewarn "newer kernel that supports >=sys-devel/gcc-4."
- echo
- ewarn "Also, be aware that bug reports about gcc-4 not
working"
- ewarn "with linux-2.4 based ebuilds will be closed as
INVALID!"
- echo
- fi
- fi
-
[ -n "${CONFIG_CHECK}" ] && check_extra_config;
}