8256977: Bump minimum GCC from 5.x to 6 for JDK

Reviewed-by: erikj, shade
This commit is contained in:
Magnus Ihse Bursie 2021-09-14 11:29:16 +00:00
parent 5bfd043e16
commit ed7789d6a0
2 changed files with 1 additions and 5 deletions

View File

@ -51,7 +51,7 @@ TOOLCHAIN_DESCRIPTION_xlc="IBM XL C/C++"
# Minimum supported versions, empty means unspecified
TOOLCHAIN_MINIMUM_VERSION_clang="3.5"
TOOLCHAIN_MINIMUM_VERSION_gcc="5.0"
TOOLCHAIN_MINIMUM_VERSION_gcc="6.0"
TOOLCHAIN_MINIMUM_VERSION_microsoft="19.10.0.0" # VS2017
TOOLCHAIN_MINIMUM_VERSION_xlc=""

View File

@ -48,10 +48,6 @@
#undef F1
#undef F2
// A work around for GCC math header bug leaving isfinite() undefined,
// see: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14608
#include "utilities/globalDefinitions.hpp"
#include "gmock/gmock.h"
#include "gtest/gtest.h"