mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
2d6d22d96d
This commit adds support for the following Oracle products, in order to target Oracle Linux 8.6: Binutils 2.30-113.0.1 GCC 8.5.0-10.0.2 glibc 2.28-189.1.0.1 UEK5/u4 4.14.35-2025.400.8 Sample configuration files are provides for the following triplets: aarch64-ol8u6-linux-gnu x86_64-ol8u6-linux-gnu i686-ol8u6-linux-gnu Signed-off-by: Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
# 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'
|