Linux 2.4 and gcc 4 are long gone from the tree
Remove some log lines

Signed-off-by: Mike Pagano <mpag...@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 f794f42d0..4e08949a3 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;
 }
 
-- 
2.32.0



Reply via email to