mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
poky-eabi.inc: Use glibc 2.9 for mips
Signed-off-by: Richard Purdie <richard@rex.(none)>
This commit is contained in:
@@ -27,7 +27,9 @@ PREFERRED_VERSION_binutils ?= "${BINUVERSION}"
|
|||||||
PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
|
PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}"
|
||||||
PREFERRED_VERSION_linux-libc-headers ?= "2.6.29"
|
PREFERRED_VERSION_linux-libc-headers ?= "2.6.29"
|
||||||
PREFERRED_VERSION_glibc ?= "2.6.1"
|
PREFERRED_VERSION_glibc ?= "2.6.1"
|
||||||
|
PREFERRED_VERSION_glibc_mips ?= "2.9"
|
||||||
PREFERRED_VERSION_glibc-initial ?= "2.6.1"
|
PREFERRED_VERSION_glibc-initial ?= "2.6.1"
|
||||||
|
PREFERRED_VERSION_glibc-initial_mips ?= "2.9"
|
||||||
PREFERRED_VERSION_elfutils ?= "0.131"
|
PREFERRED_VERSION_elfutils ?= "0.131"
|
||||||
|
|
||||||
require conf/distro/include/as-needed.inc
|
require conf/distro/include/as-needed.inc
|
||||||
|
|||||||
Reference in New Issue
Block a user