2008-06-14 20:57:57 +00:00
|
|
|
# Compute Alpha-specific values
|
|
|
|
|
2008-10-23 13:00:45 +00:00
|
|
|
CT_DoArchTupleValues () {
|
2008-06-14 20:57:57 +00:00
|
|
|
# The architecture part of the tuple:
|
|
|
|
CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}"
|
|
|
|
|
|
|
|
# The kernel ARCH:
|
|
|
|
CT_KERNEL_ARCH=${CT_ARCH}
|
|
|
|
}
|