scripts/build/arch/sparc.sh
author "Yann E. MORIN" <yann.morin.1998@free.fr>
Fri Apr 18 22:46:06 2014 +0200 (2014-04-18)
changeset 3295 db3f7ffabdc8
parent 2371 c131e30363ee
child 3323 99029fac116b
permissions -rw-r--r--
cc/gcc: fix the PR58595 patch

It applies manually with fuzz 2, but ct-ng does not accept any fuxx at all.

So, re-diff the patch so it applies cleanly.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
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
w@3169
     5
        CT_TARGET_ARCH="sparc64${CT_ARCH_SUFFIX}"
sam@2371
     6
    fi
sam@2371
     7
sam@2371
     8
}