From 939ea40aa4afc3c519955bda1f1a8295b9a2c894 Mon Sep 17 00:00:00 2001 From: "Guillermo E. Martinez" Date: Mon, 27 Jun 2022 08:13:36 -0500 Subject: [PATCH] binutils-oracle: Update source patch location for ol8 Due to a new commit oracle binutils branch an update location for patches is required. This patch disabled debug information for glibc too. --- packages/binutils-oracle/{2.30-113.0.1 => 2.30}/version.desc | 0 .../0001-binutils-gdb-oracle-backport.patch | 0 samples/aarch64-ol8u6-linux-gnu/crosstool.config | 3 ++- samples/i686-ol8u6-linux-gnu/crosstool.config | 3 ++- samples/x86_64-ol8u6-linux-gnu/crosstool.config | 3 ++- 5 files changed, 6 insertions(+), 3 deletions(-) rename packages/binutils-oracle/{2.30-113.0.1 => 2.30}/version.desc (100%) rename packages/binutils-oracle/{git-728f1495 => git-53d90e19}/0001-binutils-gdb-oracle-backport.patch (100%) diff --git a/packages/binutils-oracle/2.30-113.0.1/version.desc b/packages/binutils-oracle/2.30/version.desc similarity index 100% rename from packages/binutils-oracle/2.30-113.0.1/version.desc rename to packages/binutils-oracle/2.30/version.desc diff --git a/packages/binutils-oracle/git-728f1495/0001-binutils-gdb-oracle-backport.patch b/packages/binutils-oracle/git-53d90e19/0001-binutils-gdb-oracle-backport.patch similarity index 100% rename from packages/binutils-oracle/git-728f1495/0001-binutils-gdb-oracle-backport.patch rename to packages/binutils-oracle/git-53d90e19/0001-binutils-gdb-oracle-backport.patch diff --git a/samples/aarch64-ol8u6-linux-gnu/crosstool.config b/samples/aarch64-ol8u6-linux-gnu/crosstool.config index 17b0219a..0599d6ba 100644 --- a/samples/aarch64-ol8u6-linux-gnu/crosstool.config +++ b/samples/aarch64-ol8u6-linux-gnu/crosstool.config @@ -5,7 +5,7 @@ CT_TARGET_VENDOR="ol8u6" CT_KERNEL_LINUX=y CT_LINUX_USE_ORACLE=y CT_BINUTILS_USE_ORACLE=y -CT_BINUTILS_ORACLE_V_2_30_113=y +CT_BINUTILS_ORACLE_V_2_30=y CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y @@ -13,6 +13,7 @@ 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_GCC_USE_ORACLE=y CT_ISL_V_0_16=y diff --git a/samples/i686-ol8u6-linux-gnu/crosstool.config b/samples/i686-ol8u6-linux-gnu/crosstool.config index 3a0eb7fb..7f937cd0 100644 --- a/samples/i686-ol8u6-linux-gnu/crosstool.config +++ b/samples/i686-ol8u6-linux-gnu/crosstool.config @@ -5,7 +5,7 @@ CT_TARGET_VENDOR="ol8u6" CT_KERNEL_LINUX=y CT_LINUX_USE_ORACLE=y CT_BINUTILS_USE_ORACLE=y -CT_BINUTILS_ORACLE_V_2_30_113=y +CT_BINUTILS_ORACLE_V_2_30=y CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y @@ -13,6 +13,7 @@ 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_GCC_USE_ORACLE=y CT_ISL_V_0_16=y diff --git a/samples/x86_64-ol8u6-linux-gnu/crosstool.config b/samples/x86_64-ol8u6-linux-gnu/crosstool.config index e8828adc..ddb41447 100644 --- a/samples/x86_64-ol8u6-linux-gnu/crosstool.config +++ b/samples/x86_64-ol8u6-linux-gnu/crosstool.config @@ -5,7 +5,7 @@ CT_TARGET_VENDOR="ol8u6" CT_KERNEL_LINUX=y CT_LINUX_USE_ORACLE=y CT_BINUTILS_USE_ORACLE=y -CT_BINUTILS_ORACLE_V_2_30_113=y +CT_BINUTILS_ORACLE_V_2_30=y CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y @@ -13,6 +13,7 @@ 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_GCC_USE_ORACLE=y CT_ISL_V_0_16=y