From: Bruno Randolf Date: Mon, 20 Sep 2004 14:08:09 +0000 (+0000) Subject: set ARCH to mips if TARGET_ARCH is mipsel X-Git-Tag: Release-2010-05/1~17027 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24979ac9e5ce18793b77695d639a76df811e7f59;p=openembedded.git set ARCH to mips if TARGET_ARCH is mipsel BKrev: 414ee449vLuKdwdhP63lRUYAQSp2RA --- diff --git a/classes/module-base.oeclass b/classes/module-base.oeclass index c3cc1763ba..90deb3317f 100644 --- a/classes/module-base.oeclass +++ b/classes/module-base.oeclass @@ -1,5 +1,6 @@ export ARCH = "${TARGET_ARCH}" export ARCH_i686 = "i386" +export ARCH_mipsel = "mips" export OS = "${TARGET_OS}" export CROSS_COMPILE = "${TARGET_PREFIX}"