1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +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:
Joshua Lock
2010-04-23 15:23:24 +01:00
parent d2c6f3ef36
commit 5fb1069e47
+1 -1
View File
@@ -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"