mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 05:02:22 +02: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
|
||||
GCCVERSION_powerpc ?= "4.2.3"
|
||||
BINUVERSION_powerpc ?= "2.20"
|
||||
BINUVERSION_powerpc ?= "2.19"
|
||||
GLIBCVERSION_powerpc ?= "2.6.1"
|
||||
LINUXLIBCVERSION_powerpc ?= "2.6.20"
|
||||
PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08"
|
||||
|
||||
Reference in New Issue
Block a user