aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-libc-headers
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-11 12:51:28 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-11 12:51:28 +0000
commitef828c09c96cdc47f0b6901f2ee83cdb4bbcc8ec (patch)
tree4951178ef7a32bd5fbf984230aef2fd5cd22f5e7 /packages/linux-libc-headers
parent55c9ddab073ec7a7e404053861dd479f260688db (diff)
downloadopenembedded-ef828c09c96cdc47f0b6901f2ee83cdb4bbcc8ec.tar.gz
Blackfin support:
* siteinfo.bbclass, bfin-common: autofoo support * kernel-arch.bbclass, linux-libc-headers_2.6.20.bb: bfin -> blackfin mapping for the kernel * insane.bbclass: stubs for bfin arch, needs proper number, but that will get reported when it encounters the first binary * uclibc: config for adsp-bf537-stamp machine * adsp-bf537-stamp.conf: machine description for adsp-bf537-stamp board (http://www.analog.com/en/prod/0%2C2877%2CBF537%25252DSTAMP%2C00.html) The build currently stops in binutils cross with the "ld not supported on this archicture" message
Diffstat (limited to 'packages/linux-libc-headers')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers_2.6.20.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
index 5bad9fedae..8145a80f8d 100644
--- a/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
+++ b/packages/linux-libc-headers/linux-libc-headers_2.6.20.bb
@@ -26,6 +26,7 @@ set_arch() {
sparc*) ARCH=sparc ;;
x86_64*) ARCH=x86_64 ;;
avr32*) ARCH=avr32 ;;
+ bfin*) ARCH=blackfin ;;
esac
}