diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-03-03 12:17:38 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-03-03 12:17:38 -0700 |
commit | 8b0202e6e3f90a772df301e8522f9deb03e50132 (patch) | |
tree | 94a896d03ae8e7addcac4c92f6f8959e4dc93589 /conf/distro/include/glibc-internal.inc | |
parent | 679a2367acde02f76f43f446c56c1eefed4e69c0 (diff) |
glibc*.inc: Bump OLDEST_KERNEL to 2.6.16
Per glibc's ChangeLog, 2.6.16 is the minimum required by at least glibc 2.9
Prior to this, it was a murky 2.6.14 + patches to 2.6.16 (when it was all
upstream).
Diffstat (limited to 'conf/distro/include/glibc-internal.inc')
-rw-r--r-- | conf/distro/include/glibc-internal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |