blob: 8e935211d02305cfea76e2d80a08e1935a49b83a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Since Oracle provides different branches for GCC
# depending of the architecture:
#
# ARM64: 'oracle/gcc/ol8-u6-aarch64'
# i686,X86_64: 'oracle/gcc/ol8-u6-x86'
#
# branch name is adjusted in:
# samples/{aarch64,i686,x86_64}*ol8u6-*
#
# using CT_GCC_ORACLE_DEVEL_BRANCH
#
version_number='8.5.0-10.0.2'
|