mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-26 16:01:06 +00:00
10 lines
208 B
Plaintext
10 lines
208 B
Plaintext
|
# Compute Alpha-specific values
|
||
|
|
||
|
CT_DoArchValues () {
|
||
|
# The architecture part of the tuple:
|
||
|
CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}"
|
||
|
|
||
|
# The kernel ARCH:
|
||
|
CT_KERNEL_ARCH=${CT_ARCH}
|
||
|
}
|