From fe31422709ae9969fbc23762e6ab7eb0f425f11f Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Tue, 20 Oct 2020 01:56:25 +0100 Subject: [PATCH] Allowed gcc build for non CentOS 6 platforms --- src/fastnetmon_build.pl | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/fastnetmon_build.pl b/src/fastnetmon_build.pl index 810aed75..aa8fca1c 100755 --- a/src/fastnetmon_build.pl +++ b/src/fastnetmon_build.pl @@ -1781,11 +1781,6 @@ sub install_gcc { return '1'; } - unless ($distro_type eq 'centos' && $distro_version == 6) { - warn "We do not build custom compiler on this platform"; - return; - } - print "Download gcc archive\n"; chdir $temp_folder_for_building_project;