diff options
author | Jose E. Marchesi <jose.marchesi@oracle.com> | 2020-11-02 17:46:05 +0100 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2020-11-23 19:54:22 +1300 |
commit | 470ce219af2ee28f32caaacc6c568b2bc6d1cc50 (patch) | |
tree | 79d42030d3953dcc54fbaaacc50cf6fa76875391 /config | |
parent | 98d7be9cbf08a0c9a32f6e9cd56fddacb295254f (diff) | |
download | crosstool-ng-470ce219af2ee28f32caaacc6c568b2bc6d1cc50.tar.gz crosstool-ng-470ce219af2ee28f32caaacc6c568b2bc6d1cc50.tar.bz2 crosstool-ng-470ce219af2ee28f32caaacc6c568b2bc6d1cc50.zip |
Add Oracle products to crosstool-ng
This commit adds support for the following Oracle products, in order
to target Oracle Linux 7.9:
Binutils 2.27-44.base.0.400
GCC 4.8.5-44.0.5
glibc 2.17-317.0.3
UEK5/u4 4.14.35-2025.400.8
Sample configuration files are provides for the following triplets:
arm-ol7u9-linux-gnueabi
arm-ol7u9-linux-gnueabihf
Signed-off-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/libc/glibc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/libc/glibc.in b/config/libc/glibc.in index 8174dc48..001cd2f1 100644 --- a/config/libc/glibc.in +++ b/config/libc/glibc.in @@ -105,6 +105,7 @@ config GLIBC_HAS_NPTL_ADDON config GLIBC_HAS_PORTS_ADDON def_bool y depends on !GLIBC_2_20_or_later + depends on !GLIBC_USE_ORACLE config GLIBC_HAS_PORTS_ADDON_EXTERNAL def_bool y @@ -121,6 +122,7 @@ config GLIBC_USE_PORTS_ADDON def_bool y depends on ARCH_ALPHA || ARCH_ARM || ARCH_M68K || ARCH_MIPS || ARCH_POWERPC depends on GLIBC_HAS_PORTS_ADDON + depends on !GLIBC_USE_ORACLE config GLIBC_USE_PORTS_EXTERNAL def_bool y |