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/aarch64-ol7u9-linux-gnu/crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/aarch64-ol7u9-linux-gnu') diff --git a/samples/aarch64-ol7u9-linux-gnu/crosstool.config b/samples/aarch64-ol7u9-linux-gnu/crosstool.config index 55ec67cc..e93dcce6 100644 --- a/samples/aarch64-ol7u9-linux-gnu/crosstool.config +++ b/samples/aarch64-ol7u9-linux-gnu/crosstool.config @@ -4,7 +4,7 @@ CT_ARCH_ARM=y CT_ARCH_64=y CT_TARGET_VENDOR="ol7u9" CT_KERNEL_LINUX=y -CT_LINUX_USE_ORACLE=y +CT_LINUX_V_3_10=y CT_BINUTILS_USE_ORACLE=y CT_BINUTILS_ORACLE_V_2_27=y CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol7-u9-aarch64" -- cgit v1.2.3