aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-14 23:06:39 +0000
committerChris Larson <clarson@kergoth.com>2004-11-14 23:06:39 +0000
commita69e54e71a6f4443719bb0c5e3ffa02f6559193e (patch)
tree4dad11fa6bfc9bf0217bafeb885cdc9fd3f52e30 /classes
parent53b69e0f99019f034870649596d925264f58091f (diff)
downloadopenembedded-a69e54e71a6f4443719bb0c5e3ffa02f6559193e.tar.gz
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages 2004/11/14 18:06:27-05:00 handhelds.org!kergoth Add ixp4xx CSR layer (needed for ethernet on the Linksys NSLU2). BKrev: 4197e4ff_p7V1614YoWQUHeo_HFZvQ
Diffstat (limited to 'classes')
-rw-r--r--classes/module-base.oeclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/module-base.oeclass b/classes/module-base.oeclass
index 90deb3317f..20827ab385 100644
--- a/classes/module-base.oeclass
+++ b/classes/module-base.oeclass
@@ -1,6 +1,7 @@
export ARCH = "${TARGET_ARCH}"
export ARCH_i686 = "i386"
export ARCH_mipsel = "mips"
+export ARCH_armeb = "arm"
export OS = "${TARGET_OS}"
export CROSS_COMPILE = "${TARGET_PREFIX}"