set ARCH to mips if TARGET_ARCH is mipsel
authorBruno Randolf <br1@subnet.at>
Mon, 20 Sep 2004 14:08:09 +0000 (14:08 +0000)
committerBruno Randolf <br1@subnet.at>
Mon, 20 Sep 2004 14:08:09 +0000 (14:08 +0000)
BKrev: 414ee449vLuKdwdhP63lRUYAQSp2RA

classes/module-base.oeclass

index c3cc176..90deb33 100644 (file)
@@ -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}"