diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 12:12:24 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-10-26 12:12:24 +0000 |
commit | 1bdfb7b626be9db29987eda26f505af5f2e3e433 (patch) | |
tree | 045147ed6518a10526dfb89a01dbde7aa859a6e2 /meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb | |
parent | a975511d0dd0bc62db13e6ca8ea226f65ee32ae7 (diff) | |
download | poky-1bdfb7b626be9db29987eda26f505af5f2e3e433.tar.gz |
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
Diffstat (limited to 'meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb')
-rw-r--r-- | meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb index 3f5607684a..0b6112884e 100644 --- a/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb +++ b/meta/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb | |||
@@ -25,6 +25,8 @@ set_arch() { | |||
25 | sparc64*) ARCH=sparc64 ;; | 25 | sparc64*) ARCH=sparc64 ;; |
26 | sparc*) ARCH=sparc ;; | 26 | sparc*) ARCH=sparc ;; |
27 | x86_64*) ARCH=x86_64 ;; | 27 | x86_64*) ARCH=x86_64 ;; |
28 | avr32*) ARCH=avr32 ;; | ||
29 | bfin*) ARCH=blackfin ;; | ||
28 | esac | 30 | esac |
29 | } | 31 | } |
30 | 32 | ||