scripts/build/arch/ia64.sh
author harold@dev.site
Sat Nov 14 15:03:01 2009 -0600 (2009-11-14)
changeset 1629 6ea5b6e2d70f
parent 903 9fb0f81b4416
permissions -rw-r--r--
arch: add s390 and s390x architectures and samples
yann@383
     1
# Compute IA-64-specific values
yann@383
     2
yann@964
     3
CT_DoArchTupleValues() {
yann@383
     4
    # The architecture part of the tuple:
yann@383
     5
    CT_TARGET_ARCH="${CT_ARCH}"
yann@383
     6
}