diff -r bdb3a98e064b -r 207ad430c254 scripts/build/libc/uClibc.sh --- a/scripts/build/libc/uClibc.sh Sun Apr 11 23:18:10 2010 +0200 +++ b/scripts/build/libc/uClibc.sh Wed Apr 07 09:18:20 2010 +0200 @@ -190,11 +190,12 @@ # Hack our target in the config file. case "${CT_ARCH}:${CT_ARCH_BITNESS}" in - x86:32) arch=i386;; - x86:64) arch=x86_64;; - sh:32) arch="sh";; - sh:64) arch="sh64";; - *) arch="${CT_ARCH}";; + x86:32) arch=i386;; + x86:64) arch=x86_64;; + sh:32) arch="sh";; + sh:64) arch="sh64";; + blackfin:32) arch="bfin";; + *) arch="${CT_ARCH}";; esac # Also remove stripping: its the responsibility of the # firmware builder to strip or not.