linux-info.eclass : Remove log references to linux 2.4 and gcc 4

Signed-off-by: Mike Pagano <mpagano@gentoo.org>
This commit is contained in:
Mike Pagano
2021-09-08 08:31:49 -04:00
parent 26317bbe7c
commit 6d401e4f23

View File

@@ -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;
}