diff options
author | Richard Purdie <richard@rex.(none)> | 2010-01-14 18:54:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@rex.(none)> | 2010-01-14 18:54:45 +0000 |
commit | a7740492afa04d9a1bdcb907df91900d251fa29f (patch) | |
tree | 9e6fb0548ad061e0b1526bcf67d00747b2e798c2 /meta/conf/distro | |
parent | feed2e22f42249a7435ac5754a819e8948f9edf3 (diff) | |
download | poky-a7740492afa04d9a1bdcb907df91900d251fa29f.tar.gz |
poky-eabi.inc: Use glibc 2.9 for mips
Signed-off-by: Richard Purdie <richard@rex.(none)>
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc index 19a3d32e05..f4751907da 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc | |||
@@ -27,7 +27,9 @@ PREFERRED_VERSION_binutils ?= "${BINUVERSION}" | |||
27 | PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" | 27 | PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" |
28 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.29" | 28 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.29" |
29 | PREFERRED_VERSION_glibc ?= "2.6.1" | 29 | PREFERRED_VERSION_glibc ?= "2.6.1" |
30 | PREFERRED_VERSION_glibc_mips ?= "2.9" | ||
30 | PREFERRED_VERSION_glibc-initial ?= "2.6.1" | 31 | PREFERRED_VERSION_glibc-initial ?= "2.6.1" |
32 | PREFERRED_VERSION_glibc-initial_mips ?= "2.9" | ||
31 | PREFERRED_VERSION_elfutils ?= "0.131" | 33 | PREFERRED_VERSION_elfutils ?= "0.131" |
32 | 34 | ||
33 | require conf/distro/include/as-needed.inc | 35 | require conf/distro/include/as-needed.inc |