diff -r f00eb97ff649 -r 2fa4b675a9a3 scripts/functions --- a/scripts/functions Fri Sep 14 21:17:59 2007 +0000 +++ b/scripts/functions Fri Sep 14 21:50:30 2007 +0000 @@ -506,6 +506,9 @@ uClibc) CT_TARGET_SYS=uclibc;; esac + # Transform the ARCH into a kernel-understandable ARCH + CT_KERNEL_ARCH="${CT_ARCH}" + # Call the architecture specific settings CT_DoArchValues