gcc: version 4.8.3 and 4.9.0 added

This commit is contained in:
2014-07-16 16:01:35 +02:00
parent 6c14bf58ee
commit 0c9e3e38e5
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
COMPILER='gcc'
COMPILER_VERSION='4.8.3'
GCC_VERSION=${COMPILER_VERSION}
+4
View File
@@ -0,0 +1,4 @@
COMPILER='gcc'
COMPILER_VERSION='4.9.0'
GCC_VERSION=${COMPILER_VERSION}