mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-30 17:46:57 +00:00
5ee38acb6a
Support for Oracle Linux toolchains have some repetition within their package directories. This patch improves the status of package directories and patch reusability. Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
13 lines
304 B
Plaintext
13 lines
304 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'
|