mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
conf/poky-default.inc: Fix PPC preferred binutils
At some stage the PPC preferred binutils seems to have been changed, we still need 2.19 for now. Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -19,7 +19,7 @@ LINUXLIBCVERSION ?= "2.6.29"
|
|||||||
|
|
||||||
# Temporary preferred version overrides for PPC
|
# Temporary preferred version overrides for PPC
|
||||||
GCCVERSION_powerpc ?= "4.2.3"
|
GCCVERSION_powerpc ?= "4.2.3"
|
||||||
BINUVERSION_powerpc ?= "2.20"
|
BINUVERSION_powerpc ?= "2.19"
|
||||||
GLIBCVERSION_powerpc ?= "2.6.1"
|
GLIBCVERSION_powerpc ?= "2.6.1"
|
||||||
LINUXLIBCVERSION_powerpc ?= "2.6.20"
|
LINUXLIBCVERSION_powerpc ?= "2.6.20"
|
||||||
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
|
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
|
||||||
|
|||||||
Reference in New Issue
Block a user