summaryrefslogtreecommitdiff
path: root/scripts/build/arch/sparc.sh
blob: 6fa387758aea9b59b5e690ff1f1dbe690d24ce4b (plain)
1
2
3
4
5
6
7
8
# Compute sparc-specific values
CT_DoArchTupleValues() {
    # That's the only thing to override
    if [ "${CT_ARCH_64}" = "y" ]; then
        CT_TARGET_ARCH="sparc64${CT_ARCH_SUFFIX}"
    fi

}