scripts/build/arch/sparc.sh
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Jun 14 22:55:50 2012 +0200 (2012-06-14)
changeset 2994 11610a968fd0
child 3169 9d0b37f08a10
permissions -rw-r--r--
cc/gcc: update Linaro GCC revisions to 2012.06

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
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
}