scripts/build/arch/sparc.sh
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Mon Apr 16 15:25:36 2012 +0200 (2012-04-16)
changeset 2941 13e40098fffc
child 3169 9d0b37f08a10
permissions -rw-r--r--
cc/gcc: update Linaro GCC revisions to 2012.04

Update Linaro GCC with the latest available revisions.

The 4.7 revision is also released, but the infrastructure is not yet ready for
it in CT-NG.

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
}