Allowed gcc build for non CentOS 6 platforms

This commit is contained in:
Pavel Odintsov 2020-10-20 01:56:25 +01:00
parent 14f551a18f
commit fe31422709

View File

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