aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Goossens <walter.goossens@axon.tv>2009-11-22 15:49:55 +0100
committerLeon Woestenberg <leon@sidebranch.com>2009-11-22 17:42:29 +0100
commita5ff2ee43b647f2e1d2ebc836f19a51943874db2 (patch)
treeebdba488eb4f61417d76b0361b76b96ae3726f3b
parent200ebadafb7692d267e04cfdbab4f27412ed1a3c (diff)
downloadopenembedded-a5ff2ee43b647f2e1d2ebc836f19a51943874db2.tar.gz
linux-libc-headers_2.6.23.bb: Add nios2 architecture in recipe.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
-rw-r--r--recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
index 95152f1b22..5ef4e4e6a8 100644
--- a/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
+++ b/recipes/linux-libc-headers/linux-libc-headers_2.6.23.bb
@@ -28,6 +28,7 @@ set_arch() {
x86_64*) ARCH=x86_64 ;;
avr32*) ARCH=avr32 ;;
bfin*) ARCH=blackfin ;;
+ nios2*) ARCH=nios2 ;;
esac
}