CONFIG: add compiler config for Gcc 7.1.0

This commit is contained in:
Mark Olesen 2017-05-29 15:20:56 +02:00
parent 90a07ff4cc
commit 76c39302dd
2 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,9 @@ case ThirdParty:
case Gcc63:
set gcc_version=gcc-6.3.0
breaksw
case Gcc71:
set gcc_version=gcc-7.1.0
breaksw
case Clang:
set clang_version=llvm-3.7.1
breaksw

View File

@ -65,6 +65,9 @@ ThirdParty)
Gcc63)
gcc_version=gcc-6.3.0
;;
Gcc71)
gcc_version=gcc-7.1.0
;;
Clang)
clang_version=llvm-3.7.1
;;