linux-libc-headers: sync with OE (mainly safer use of and blackfin support)

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3002 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-10-26 12:12:24 +00:00
parent a975511d0d
commit 1bdfb7b626
5 changed files with 39 additions and 17 deletions

View File

@@ -25,6 +25,8 @@ set_arch() {
sparc64*) ARCH=sparc64 ;;
sparc*) ARCH=sparc ;;
x86_64*) ARCH=x86_64 ;;
avr32*) ARCH=avr32 ;;
bfin*) ARCH=blackfin ;;
esac
}