aboutsummaryrefslogtreecommitdiff
path: root/samples/x86_64-ol8u6-linux-gnu
diff options
context:
space:
mode:
authorCupertino Miranda <cupertino.miranda@oracle.com>2023-12-19 15:48:03 +0000
committerChris Packham <judge.packham@gmail.com>2024-02-18 10:55:31 +1300
commitba17d355d3b497ca3549459c2378a10849d42b5b (patch)
tree987d8357535ca5f4c764d012a2b8314297114d35 /samples/x86_64-ol8u6-linux-gnu
parent76758ddd3d0b3a6ad2a675c9686983a101d7efd5 (diff)
downloadcrosstool-ng-ba17d355d3b497ca3549459c2378a10849d42b5b.tar.gz
crosstool-ng-ba17d355d3b497ca3549459c2378a10849d42b5b.tar.bz2
crosstool-ng-ba17d355d3b497ca3549459c2378a10849d42b5b.zip
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 <cupertino.miranda@oracle.com>
Diffstat (limited to 'samples/x86_64-ol8u6-linux-gnu')
-rw-r--r--samples/x86_64-ol8u6-linux-gnu/crosstool.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/x86_64-ol8u6-linux-gnu/crosstool.config b/samples/x86_64-ol8u6-linux-gnu/crosstool.config
index a314d189..23dbb8bd 100644
--- a/samples/x86_64-ol8u6-linux-gnu/crosstool.config
+++ b/samples/x86_64-ol8u6-linux-gnu/crosstool.config
@@ -3,7 +3,7 @@ CT_ARCH_X86=y
CT_ARCH_64=y
CT_TARGET_VENDOR="ol8u6"
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-u6"