diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-22 11:25:32 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-22 11:25:32 +0000 |
commit | dc82b9f9e48d02f286e68bfd951b18e0a3086839 (patch) | |
tree | aef6b40b74b5b08f7335b816e19a79773f363871 /meta | |
parent | fc6fd10ff9cb87af8fd2104c83a578847cd09e44 (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/distro/include/poky-eabi.inc | 1 |
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" | |||
13 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" | 13 | PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}g++ = "gcc-cross" |
14 | 14 | ||
15 | GCCVERSION = "4.2.3" | 15 | GCCVERSION = "4.2.3" |
16 | GCCVERSION_qemuarmv7 = "4.3.1" | ||
16 | GCCVERSION_beagleboard = "4.3.1" | 17 | GCCVERSION_beagleboard = "4.3.1" |
17 | GCCVERSION_omap-3430sdp = "4.3.1" | 18 | GCCVERSION_omap-3430sdp = "4.3.1" |
18 | GCCVERSION_omap-3430ldp = "4.3.1" | 19 | GCCVERSION_omap-3430ldp = "4.3.1" |