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/i686-ol8u7-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/i686-ol8u7-linux-gnu')
-rw-r--r-- | samples/i686-ol8u7-linux-gnu/crosstool.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/i686-ol8u7-linux-gnu/crosstool.config b/samples/i686-ol8u7-linux-gnu/crosstool.config index ff453dd7..37f232a6 100644 --- a/samples/i686-ol8u7-linux-gnu/crosstool.config +++ b/samples/i686-ol8u7-linux-gnu/crosstool.config @@ -3,7 +3,7 @@ CT_ARCH_X86=y CT_ARCH_ARCH="i686" 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" |