diff options
author | Mike Pagano <mpagano@gentoo.org> | 2021-09-08 08:31:49 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2021-09-08 08:32:39 -0400 |
commit | 6d401e4f23a2c36905b7ab24937294efa5747aa5 (patch) | |
tree | 4970420db2ce6e22145df0817601abc9a5763dc9 /eclass | |
parent | sys-process/iotop: fix LICENSE: GPL-2 -> GPL-2+ (diff) | |
download | gentoo-6d401e4f23a2c36905b7ab24937294efa5747aa5.tar.gz gentoo-6d401e4f23a2c36905b7ab24937294efa5747aa5.tar.bz2 gentoo-6d401e4f23a2c36905b7ab24937294efa5747aa5.zip |
linux-info.eclass : Remove log references to linux 2.4 and gcc 4
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/linux-info.eclass | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/eclass/linux-info.eclass b/eclass/linux-info.eclass index f794f42d0c0a..4e08949a3854 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; } |