scripts/build/arch/sparc.sh
author Zhenqiang Chen <zhenqiang.chen@linaro.org>
Wed Sep 12 17:42:38 2012 +0800 (2012-09-12)
changeset 3044 c79d55b27724
child 3169 9d0b37f08a10
permissions -rw-r--r--
scripts: strip gdbserver

Signed-off-by: Zhenqiang Chen <zhenqiang.chen@linaro.org>
sam@2371
     1
# Compute sparc-specific values
sam@2371
     2
CT_DoArchTupleValues() {
sam@2371
     3
    # That's the only thing to override
sam@2371
     4
    if [ "${CT_ARCH_64}" = "y" ]; then
sam@2371
     5
        CT_TARGET_ARCH="${CT_ARCH}64"
sam@2371
     6
    fi
sam@2371
     7
sam@2371
     8
}