diff options
author | Cupertino Miranda <cupertino.miranda@oracle.com> | 2024-04-03 13:05:13 +0100 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-06-26 14:55:01 +1200 |
commit | 5ee38acb6a99355235f5ecf2d70f621e5ffb88f9 (patch) | |
tree | 6f1fbb4ceae29bf7cafc9df39005203180e8a4be /packages/gcc-oracle/8.5.0 | |
parent | a87bf7f6b0a04bae13390b2166e094864d0a57b6 (diff) | |
download | crosstool-ng-5ee38acb6a99355235f5ecf2d70f621e5ffb88f9.tar.gz crosstool-ng-5ee38acb6a99355235f5ecf2d70f621e5ffb88f9.tar.bz2 crosstool-ng-5ee38acb6a99355235f5ecf2d70f621e5ffb88f9.zip |
Remove oracle version repetition
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>
Diffstat (limited to 'packages/gcc-oracle/8.5.0')
-rw-r--r-- | packages/gcc-oracle/8.5.0/version.desc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gcc-oracle/8.5.0/version.desc b/packages/gcc-oracle/8.5.0/version.desc new file mode 100644 index 00000000..f471a140 --- /dev/null +++ b/packages/gcc-oracle/8.5.0/version.desc @@ -0,0 +1,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' |