diff options
author | Cupertino Miranda <cupertino.miranda@oracle.com> | 2022-12-09 13:59:03 +0000 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-12-18 21:21:14 +1300 |
commit | 66ac9e649a5dcbb4ea9969e071c71db2e9fa2165 (patch) | |
tree | efa248723440246162bc5656e834881b6f45693c /samples | |
parent | cdae8d0559d41f9464ab54e2967e23a0ee06a358 (diff) | |
download | crosstool-ng-66ac9e649a5dcbb4ea9969e071c71db2e9fa2165.tar.gz crosstool-ng-66ac9e649a5dcbb4ea9969e071c71db2e9fa2165.tar.bz2 crosstool-ng-66ac9e649a5dcbb4ea9969e071c71db2e9fa2165.zip |
Add Oracle ol8u7 product to crosstool-ng
This commit adds support for the following Oracle products, targeting
Oracle Linux 8.7:
Binutils 2.30-117.0.1
GCC 8.5.0-15.0.2
glibc 2.28-211.1.0.1
UEK5/u4 4.14.35-2025.400.8
Sample configuration files are provided for the following triplets:
aarch64-ol8u7-linux-gnu
x86_64-ol8u7-linux-gnu
i686-ol8u7-linux-gnu
Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/aarch64-ol8u6-linux-gnu/crosstool.config | 2 | ||||
-rw-r--r-- | samples/aarch64-ol8u7-linux-gnu/crosstool.config | 24 | ||||
-rw-r--r-- | samples/aarch64-ol8u7-linux-gnu/reported.by | 3 | ||||
-rw-r--r-- | samples/i686-ol8u6-linux-gnu/crosstool.config | 2 | ||||
-rw-r--r-- | samples/i686-ol8u7-linux-gnu/crosstool.config | 24 | ||||
-rw-r--r-- | samples/i686-ol8u7-linux-gnu/reported.by | 3 | ||||
-rw-r--r-- | samples/x86_64-ol8u6-linux-gnu/crosstool.config | 2 | ||||
-rw-r--r-- | samples/x86_64-ol8u7-linux-gnu/crosstool.config | 24 | ||||
-rw-r--r-- | samples/x86_64-ol8u7-linux-gnu/reported.by | 3 |
9 files changed, 87 insertions, 0 deletions
diff --git a/samples/aarch64-ol8u6-linux-gnu/crosstool.config b/samples/aarch64-ol8u6-linux-gnu/crosstool.config index 0599d6ba..20715537 100644 --- a/samples/aarch64-ol8u6-linux-gnu/crosstool.config +++ b/samples/aarch64-ol8u6-linux-gnu/crosstool.config @@ -6,6 +6,7 @@ CT_KERNEL_LINUX=y CT_LINUX_USE_ORACLE=y CT_BINUTILS_USE_ORACLE=y CT_BINUTILS_ORACLE_V_2_30=y +CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u6" CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y @@ -15,6 +16,7 @@ CT_GLIBC_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-para CT_GLIBC_ENABLE_COMMON_FLAG=y CT_GLIBC_ENABLE_DEBUG=n CT_CC_LANG_CXX=y +CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol8-u6" CT_GCC_USE_ORACLE=y CT_ISL_V_0_16=y CT_GCC_ORACLE_V_8=y diff --git a/samples/aarch64-ol8u7-linux-gnu/crosstool.config b/samples/aarch64-ol8u7-linux-gnu/crosstool.config new file mode 100644 index 00000000..122e982e --- /dev/null +++ b/samples/aarch64-ol8u7-linux-gnu/crosstool.config @@ -0,0 +1,24 @@ +CT_CONFIG_VERSION="4" +CT_ARCH_ARM=y +CT_ARCH_64=y +CT_TARGET_VENDOR="ol8u7" +CT_KERNEL_LINUX=y +CT_LINUX_USE_ORACLE=y +CT_BINUTILS_USE_ORACLE=y +CT_BINUTILS_ORACLE_V_2_30=y +CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7" +CT_BINUTILS_LINKER_LD_GOLD=y +CT_BINUTILS_GOLD_THREADS=y +CT_BINUTILS_LD_WRAPPER=y +CT_BINUTILS_PLUGINS=y +CT_GLIBC_USE_ORACLE=y +CT_GLIBC_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-parameter -Wno-stringop-overflow -Wno-maybe-uninitialized" +CT_GLIBC_ENABLE_COMMON_FLAG=y +CT_GLIBC_ENABLE_DEBUG=n +CT_CC_LANG_CXX=y +CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol8-u7" +CT_GCC_USE_ORACLE=y +CT_ISL_V_0_16=y +CT_GCC_ORACLE_V_8=y +CT_GCC_ORACLE_VERSION="8.7.0" +CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol8-u7-aarch64" diff --git a/samples/aarch64-ol8u7-linux-gnu/reported.by b/samples/aarch64-ol8u7-linux-gnu/reported.by new file mode 100644 index 00000000..cdb5e85c --- /dev/null +++ b/samples/aarch64-ol8u7-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="Cupertino Miranda" +reporter_url="" +reporter_comment="OL 8.7 toolchain configured for aarch64" diff --git a/samples/i686-ol8u6-linux-gnu/crosstool.config b/samples/i686-ol8u6-linux-gnu/crosstool.config index 7f937cd0..42339af2 100644 --- a/samples/i686-ol8u6-linux-gnu/crosstool.config +++ b/samples/i686-ol8u6-linux-gnu/crosstool.config @@ -6,6 +6,7 @@ CT_KERNEL_LINUX=y CT_LINUX_USE_ORACLE=y CT_BINUTILS_USE_ORACLE=y CT_BINUTILS_ORACLE_V_2_30=y +CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u6" CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y @@ -15,6 +16,7 @@ CT_GLIBC_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-para CT_GLIBC_ENABLE_COMMON_FLAG=y CT_GLIBC_ENABLE_DEBUG=n CT_CC_LANG_CXX=y +CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol8-u6" CT_GCC_USE_ORACLE=y CT_ISL_V_0_16=y CT_GCC_ORACLE_V_8=y diff --git a/samples/i686-ol8u7-linux-gnu/crosstool.config b/samples/i686-ol8u7-linux-gnu/crosstool.config new file mode 100644 index 00000000..ff453dd7 --- /dev/null +++ b/samples/i686-ol8u7-linux-gnu/crosstool.config @@ -0,0 +1,24 @@ +CT_CONFIG_VERSION="4" +CT_ARCH_X86=y +CT_ARCH_ARCH="i686" +CT_TARGET_VENDOR="ol8u7" +CT_KERNEL_LINUX=y +CT_LINUX_USE_ORACLE=y +CT_BINUTILS_USE_ORACLE=y +CT_BINUTILS_ORACLE_V_2_30=y +CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7" +CT_BINUTILS_LINKER_LD_GOLD=y +CT_BINUTILS_GOLD_THREADS=y +CT_BINUTILS_LD_WRAPPER=y +CT_BINUTILS_PLUGINS=y +CT_GLIBC_USE_ORACLE=y +CT_GLIBC_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-parameter -Wno-stringop-overflow -Wno-maybe-uninitialized" +CT_GLIBC_ENABLE_COMMON_FLAG=y +CT_GLIBC_ENABLE_DEBUG=n +CT_CC_LANG_CXX=y +CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol8-u7" +CT_GCC_USE_ORACLE=y +CT_ISL_V_0_16=y +CT_GCC_ORACLE_V_8=y +CT_GCC_ORACLE_VERSION="8.5.0" +CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol8-u7-x86" diff --git a/samples/i686-ol8u7-linux-gnu/reported.by b/samples/i686-ol8u7-linux-gnu/reported.by new file mode 100644 index 00000000..4e341b6d --- /dev/null +++ b/samples/i686-ol8u7-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="Cupertino Miranda" +reporter_url="" +reporter_comment="OL 8.7 toolchain configured for i686" diff --git a/samples/x86_64-ol8u6-linux-gnu/crosstool.config b/samples/x86_64-ol8u6-linux-gnu/crosstool.config index ddb41447..a314d189 100644 --- a/samples/x86_64-ol8u6-linux-gnu/crosstool.config +++ b/samples/x86_64-ol8u6-linux-gnu/crosstool.config @@ -6,6 +6,7 @@ CT_KERNEL_LINUX=y CT_LINUX_USE_ORACLE=y CT_BINUTILS_USE_ORACLE=y CT_BINUTILS_ORACLE_V_2_30=y +CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u6" CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y @@ -15,6 +16,7 @@ CT_GLIBC_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-para CT_GLIBC_ENABLE_COMMON_FLAG=y CT_GLIBC_ENABLE_DEBUG=n CT_CC_LANG_CXX=y +CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol8-u6" CT_GCC_USE_ORACLE=y CT_ISL_V_0_16=y CT_GCC_ORACLE_V_8=y diff --git a/samples/x86_64-ol8u7-linux-gnu/crosstool.config b/samples/x86_64-ol8u7-linux-gnu/crosstool.config new file mode 100644 index 00000000..b01c7088 --- /dev/null +++ b/samples/x86_64-ol8u7-linux-gnu/crosstool.config @@ -0,0 +1,24 @@ +CT_CONFIG_VERSION="4" +CT_ARCH_X86=y +CT_ARCH_64=y +CT_TARGET_VENDOR="ol8u7" +CT_KERNEL_LINUX=y +CT_LINUX_USE_ORACLE=y +CT_BINUTILS_USE_ORACLE=y +CT_BINUTILS_ORACLE_V_2_30=y +CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7" +CT_BINUTILS_LINKER_LD_GOLD=y +CT_BINUTILS_GOLD_THREADS=y +CT_BINUTILS_LD_WRAPPER=y +CT_BINUTILS_PLUGINS=y +CT_GLIBC_USE_ORACLE=y +CT_GLIBC_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-parameter -Wno-stringop-overflow -Wno-maybe-uninitialized" +CT_GLIBC_ENABLE_COMMON_FLAG=y +CT_GLIBC_ENABLE_DEBUG=n +CT_CC_LANG_CXX=y +CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol8-u7" +CT_GCC_USE_ORACLE=y +CT_ISL_V_0_16=y +CT_GCC_ORACLE_V_8=y +CT_GCC_ORACLE_VERSION="8.7.0" +CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol8-u7-x86" diff --git a/samples/x86_64-ol8u7-linux-gnu/reported.by b/samples/x86_64-ol8u7-linux-gnu/reported.by new file mode 100644 index 00000000..35d826be --- /dev/null +++ b/samples/x86_64-ol8u7-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="Cupertino Miranda" +reporter_url="" +reporter_comment="OL 8.7 toolchain configured for x86_64" |