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 15:49:55 +0100
commit796d8f72797e7f4042a43768fd1df5a97e86cf59 (patch)
tree00f846a680664d024b347b7071575ec7638da792
parentd7a1ec8b88b7e90692a676dd67c7475c6ab38e55 (diff)
downloadopenembedded-796d8f72797e7f4042a43768fd1df5a97e86cf59.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
}