diff options
author | Gary Thomas <gary@mlbassoc.com> | 2010-05-04 05:58:48 -0600 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-05-06 14:52:04 +0100 |
commit | e150e90f0a2d7a2a804c3aab95aa931b84c65bd8 (patch) | |
tree | 53ccf92c79e4eb53f61991253b15ed2ef3e84bca /meta/conf/distro/include/poky-default.inc | |
parent | e7fa3529f32f4037fe122699e0d7f3789a871834 (diff) | |
download | openembedded-core-e150e90f0a2d7a2a804c3aab95aa931b84c65bd8.tar.gz openembedded-core-e150e90f0a2d7a2a804c3aab95aa931b84c65bd8.tar.bz2 openembedded-core-e150e90f0a2d7a2a804c3aab95aa931b84c65bd8.zip |
Latest versions of GCC are safe on PowerPC
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Diffstat (limited to 'meta/conf/distro/include/poky-default.inc')
-rw-r--r-- | meta/conf/distro/include/poky-default.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/distro/include/poky-default.inc b/meta/conf/distro/include/poky-default.inc index ad40a2a4d3..2ee50ce8f8 100644 --- a/meta/conf/distro/include/poky-default.inc +++ b/meta/conf/distro/include/poky-default.inc @@ -18,10 +18,6 @@ GLIBCVERSION ?= "2.9" LINUXLIBCVERSION ?= "2.6.29" # Temporary preferred version overrides for PPC -GCCVERSION_powerpc ?= "4.2.3" -BINUVERSION_powerpc ?= "2.19" -GLIBCVERSION_powerpc ?= "2.6.1" -LINUXLIBCVERSION_powerpc ?= "2.6.20" PREFERRED_VERSION_u-boot-mkimage-native_powerpc ?= "2009.08" PREFERRED_VERSION_udev_powerpc ?= "124" |