scripts/build/arch/alpha.sh
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 12 10:16:28 2009 +0200 (2009-09-12)
changeset 1530 fafe0dd00c66
parent 903 9fb0f81b4416
child 1717 0f884f75dce8
permissions -rw-r--r--
comp-libs/cloog: new versions have the version number in the dir name

For CLooG/PPL 0.15.3, the directory name was simply cloog-ppl.
For any later versions, the driectory name does have the version, such as
cloog-ppl-0.15.4.
yann@557
     1
# Compute Alpha-specific values
yann@557
     2
yann@964
     3
CT_DoArchTupleValues () {
yann@557
     4
    # The architecture part of the tuple:
yann@557
     5
    CT_TARGET_ARCH="${CT_ARCH}${CT_ARCH_ALPHA_VARIANT}"
yann@557
     6
yann@557
     7
    # The kernel ARCH:
yann@557
     8
    CT_KERNEL_ARCH=${CT_ARCH}
yann@557
     9
}