summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/poky-eglibc.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/poky-eglibc.inc')
-rw-r--r--meta/conf/distro/include/poky-eglibc.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/conf/distro/include/poky-eglibc.inc b/meta/conf/distro/include/poky-eglibc.inc
index 6c9dd0437c..c4e002b6e3 100644
--- a/meta/conf/distro/include/poky-eglibc.inc
+++ b/meta/conf/distro/include/poky-eglibc.inc
@@ -15,18 +15,6 @@ TARGET_OS = "${GLIBCTARGETOS}"
CXXFLAGS += "-fvisibility-inlines-hidden"
-
-# eglibc is configured for OLDEST_KERNEL kernel version, so we set minimal
-# sane versions there
-
-OLDEST_KERNEL ?= "2.4.0"
-
-# ARM OABI is fine with 2.4.0, EABI is not, so we override on "-gnueabi"
-# TARGET_OS here, not on architecture which is 'arm' in both cases
-OLDEST_KERNEL_linux-gnueabi ?= "2.6.16"
-OLDEST_KERNEL_sparc64 ?= "2.4.21"
-OLDEST_KERNEL_ppc64 ?= "2.4.21"
-
LIBC_DEPENDENCIES = "libsegfault \
eglibc \
eglibc-dbg \