scripts/functions
changeset 387 2fa4b675a9a3
parent 383 f00eb97ff649
child 391 11172b754564
     1.1 --- a/scripts/functions	Fri Sep 14 21:17:59 2007 +0000
     1.2 +++ b/scripts/functions	Fri Sep 14 21:50:30 2007 +0000
     1.3 @@ -506,6 +506,9 @@
     1.4          uClibc) CT_TARGET_SYS=uclibc;;
     1.5      esac
     1.6  
     1.7 +    # Transform the ARCH into a kernel-understandable ARCH
     1.8 +    CT_KERNEL_ARCH="${CT_ARCH}"
     1.9 +
    1.10      # Call the architecture specific settings
    1.11      CT_DoArchValues
    1.12