aboutsummaryrefslogtreecommitdiff
path: root/samples/arm-ol7u9-linux-gnueabi
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/arm-ol7u9-linux-gnueabi
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/arm-ol7u9-linux-gnueabi')
-rw-r--r--samples/arm-ol7u9-linux-gnueabi/crosstool.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/arm-ol7u9-linux-gnueabi/crosstool.config b/samples/arm-ol7u9-linux-gnueabi/crosstool.config
index 5303939d..9423209e 100644
--- a/samples/arm-ol7u9-linux-gnueabi/crosstool.config
+++ b/samples/arm-ol7u9-linux-gnueabi/crosstool.config
@@ -4,7 +4,7 @@ CT_ARCH_ARM=y
CT_ARCH_FLOAT_SW=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-arm"