8256977: Bump minimum GCC from 5.x to 6 for JDK
Reviewed-by: erikj, shade
This commit is contained in:
parent
5bfd043e16
commit
ed7789d6a0
@ -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=""
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user