From 71b3b35297851ba11d3aa92f214ee65ddf460505 Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Wed, 20 Oct 2010 14:30:44 +0000 Subject: siteinfo.bbclass, mips64: Clone mips-common to mips64-common. Orbit has alignment of long = 4 bytes, which is only true of 32 bit mips. Rename mip64el-linux to mips64el-linux while here. Signed-off-by: Graham Gower Signed-off-by: Khem Raj --- classes/siteinfo.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'classes/siteinfo.bbclass') diff --git a/classes/siteinfo.bbclass b/classes/siteinfo.bbclass index 2ce0f718eb..bb0ed1f5e3 100644 --- a/classes/siteinfo.bbclass +++ b/classes/siteinfo.bbclass @@ -27,8 +27,8 @@ def siteinfo_data(d): "i686": "endian-little bit-32 ix86-common", "ia64": "endian-little bit-64", "mips": "endian-big bit-32 mips-common", - "mips64": "endian-big bit-64 mips-common", - "mips64el": "endian-little bit-64 mips-common", + "mips64": "endian-big bit-64 mips64-common", + "mips64el": "endian-little bit-64 mips64-common", "mipsel": "endian-little bit-32 mips-common", "powerpc": "endian-big bit-32 powerpc-common", "nios2": "endian-little bit-32 nios2-common", -- cgit 1.2.3-korg