summaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 21:50:30 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-14 21:50:30 (GMT)
commit9501e62afa556c97c4cdc3228b6812f22b183f6a (patch)
treef9e6db0c99a7a129f26c36f140a97c0822f3c80d /scripts/functions
parent693ceb85bcc37910abac51a541c0f715f6cca82e (diff)
Further expand the architecture-specific function: add CT_KERNEL_ARCH building.
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/functions b/scripts/functions
index e5a338a..f82b0c2 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -506,6 +506,9 @@ CT_DoBuildTargetTuple() {
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