diff options
author | Cupertino Miranda <cupertino.miranda@oracle.com> | 2023-12-19 15:48:03 +0000 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-02-18 10:55:31 +1300 |
commit | ba17d355d3b497ca3549459c2378a10849d42b5b (patch) | |
tree | 987d8357535ca5f4c764d012a2b8314297114d35 /samples/aarch64-ol7u9-linux-gnu | |
parent | 76758ddd3d0b3a6ad2a675c9686983a101d7efd5 (diff) | |
download | crosstool-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/aarch64-ol7u9-linux-gnu')
-rw-r--r-- | samples/aarch64-ol7u9-linux-gnu/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
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" |