mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user