summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorSinan Kaya <sinan.kaya@microsoft.com>2019-03-18 13:16:31 +0000
committerSinan Kaya <sinan.kaya@microsoft.com>2019-03-18 13:18:57 +0000
commite8aadb40fe94ba123087c279a57c65b5cfa3ebff (patch)
tree0e0996512a3c9cef1b9c8f3f4c514f9d19132e83 /build.sh
parent5bc76805829a6202a5d73ac22f21a6b2eb528507 (diff)
downloadcoreclr-e8aadb40fe94ba123087c279a57c65b5cfa3ebff.tar.gz
coreclr-e8aadb40fe94ba123087c279a57c65b5cfa3ebff.tar.bz2
coreclr-e8aadb40fe94ba123087c279a57c65b5cfa3ebff.zip
Add gcc6 and gcc8 to supported compilers
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index eb5b712386..7e9ce99124 100755
--- a/build.sh
+++ b/build.sh
@@ -789,12 +789,24 @@ while :; do
__GccBuild=1
;;
+ gcc6|-gcc6)
+ __GccMajorVersion=6
+ __GccMinorVersion=
+ __GccBuild=1
+ ;;
+
gcc7|-gcc7)
__GccMajorVersion=7
__GccMinorVersion=
__GccBuild=1
;;
+ gcc8|-gcc8)
+ __GccMajorVersion=8
+ __GccMinorVersion=
+ __GccBuild=1
+ ;;
+
gcc|-gcc)
__GccMajorVersion=
__GccMinorVersion=