diff options
author | Richard Purdie <richard@openedhand.com> | 2008-10-06 16:00:35 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-10-06 16:00:35 +0000 |
commit | 43a33026238b559ad71914b2d197cae0599c2255 (patch) | |
tree | abf5256496a85f97ea5e4667f7cc3d4cefb359af /meta/conf | |
parent | 7676511a3e4e75e395759b82c02a9f46340c5511 (diff) | |
download | poky-43a33026238b559ad71914b2d197cae0599c2255.tar.gz |
poky-eabi.inc: Set gcc-cross-sdk version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5420 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-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 c3d6383c51..56d23dc658 100644 --- a/meta/conf/distro/include/poky-eabi.inc +++ b/meta/conf/distro/include/poky-eabi.inc | |||
@@ -26,6 +26,7 @@ PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | |||
26 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" | 26 | PREFERRED_VERSION_gcc-cross ?= "${GCCVERSION}" |
27 | PREFERRED_VERSION_gcc-cross-initial ?= "${GCCVERSION}" | 27 | PREFERRED_VERSION_gcc-cross-initial ?= "${GCCVERSION}" |
28 | PREFERRED_VERSION_gcc-cross-intermediate ?= "${GCCVERSION}" | 28 | PREFERRED_VERSION_gcc-cross-intermediate ?= "${GCCVERSION}" |
29 | PREFERRED_VERSION_gcc-cross-sdk ?= "${GCCVERSION}" | ||
29 | PREFERRED_VERSION_binutils ?= "${BINUVERSION}" | 30 | PREFERRED_VERSION_binutils ?= "${BINUVERSION}" |
30 | PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" | 31 | PREFERRED_VERSION_binutils-cross ?= "${BINUVERSION}" |
31 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" | 32 | PREFERRED_VERSION_linux-libc-headers ?= "2.6.24" |