diff options
| -rw-r--r-- | conf/distro/include/glibc-external.inc | 2 | ||||
| -rw-r--r-- | conf/distro/include/glibc-internal.inc | 2 | ||||
| -rw-r--r-- | conf/distro/include/glibc.inc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/conf/distro/include/glibc-external.inc b/conf/distro/include/glibc-external.inc index 3ddedb640f..b84d2379b9 100644 --- a/conf/distro/include/glibc-external.inc +++ b/conf/distro/include/glibc-external.inc @@ -16,6 +16,6 @@ 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.14" +OLDEST_KERNEL_linux-gnueabi ?= "2.6.16" OLDEST_KERNEL_sparc64 ?= "2.4.21" OLDEST_KERNEL_ppc64 ?= "2.4.21" diff --git a/conf/distro/include/glibc-internal.inc b/conf/distro/include/glibc-internal.inc index d1cbd5339b..e06b9b0cc6 100644 --- a/conf/distro/include/glibc-internal.inc +++ b/conf/distro/include/glibc-internal.inc @@ -16,6 +16,6 @@ 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.14" +OLDEST_KERNEL_linux-gnueabi ?= "2.6.16" OLDEST_KERNEL_sparc64 ?= "2.4.21" OLDEST_KERNEL_ppc64 ?= "2.4.21" diff --git a/conf/distro/include/glibc.inc b/conf/distro/include/glibc.inc index 2cb6502322..f1c80dc395 100644 --- a/conf/distro/include/glibc.inc +++ b/conf/distro/include/glibc.inc @@ -15,6 +15,6 @@ 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.14" +OLDEST_KERNEL_linux-gnueabi ?= "2.6.16" OLDEST_KERNEL_sparc64 ?= "2.4.21" OLDEST_KERNEL_ppc64 ?= "2.4.21" |
