summaryrefslogtreecommitdiff
path: root/scripts/build/arch/sparc.sh
blob: a4d6201dedcf668f8b534329a82d9943f5db9a89 (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="${CT_ARCH}64"
    fi

}