summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openedhand.com>2008-07-22 11:25:32 +0000
committerMarcin Juszkiewicz <hrw@openedhand.com>2008-07-22 11:25:32 +0000
commitdc82b9f9e48d02f286e68bfd951b18e0a3086839 (patch)
treeaef6b40b74b5b08f7335b816e19a79773f363871 /meta/conf
parentfc6fd10ff9cb87af8fd2104c83a578847cd09e44 (diff)
downloadpoky-dc82b9f9e48d02f286e68bfd951b18e0a3086839.tar.gz
poky-eabi: qemuarmv7 also require gcc 4.3.1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4923 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/poky-eabi.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi.inc b/meta/conf/distro/include/poky-eabi.inc
index 4687bae3d7..7787e3de7d 100644
--- a/meta/conf/distro/include/poky-eabi.inc
+++ b/meta/conf/distro/include/poky-eabi.inc
@@ -13,6 +13,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}gcc = "gcc-cross"
13PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" 13PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross"
14 14
15GCCVERSION = "4.2.3" 15GCCVERSION = "4.2.3"
16GCCVERSION_qemuarmv7 = "4.3.1"
16GCCVERSION_beagleboard = "4.3.1" 17GCCVERSION_beagleboard = "4.3.1"
17GCCVERSION_omap-3430sdp = "4.3.1" 18GCCVERSION_omap-3430sdp = "4.3.1"
18GCCVERSION_omap-3430ldp = "4.3.1" 19GCCVERSION_omap-3430ldp = "4.3.1"