From ba17d355d3b497ca3549459c2378a10849d42b5b Mon Sep 17 00:00:00 2001 From: Cupertino Miranda Date: Tue, 19 Dec 2023 15:48:03 +0000 Subject: Remove Oracle UEK linux dependencies. This patch removes any dependency to the Oracle UEK Linux sources since it can be easily replaced by a standard kernel explicitly pointing to the exact kernel version, as the toolchain building only requires the kernel headers. Signed-off-by: Cupertino Miranda --- samples/x86_64-ol8u7-linux-gnu/crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/x86_64-ol8u7-linux-gnu') diff --git a/samples/x86_64-ol8u7-linux-gnu/crosstool.config b/samples/x86_64-ol8u7-linux-gnu/crosstool.config index b01c7088..42ef1adc 100644 --- a/samples/x86_64-ol8u7-linux-gnu/crosstool.config +++ b/samples/x86_64-ol8u7-linux-gnu/crosstool.config @@ -3,7 +3,7 @@ CT_ARCH_X86=y CT_ARCH_64=y CT_TARGET_VENDOR="ol8u7" CT_KERNEL_LINUX=y -CT_LINUX_USE_ORACLE=y +CT_LINUX_V_4_18=y CT_BINUTILS_USE_ORACLE=y CT_BINUTILS_ORACLE_V_2_30=y CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7" -- cgit v1.2.3