scripts/build/arch/s390.sh
author Bryan Hundven <bryanhundven@gmail.com>
Sun Aug 19 01:09:40 2012 -0700 (2012-08-19)
changeset 3035 cb75966698d7
parent 1631 14abcd185e4b
child 3169 9d0b37f08a10
permissions -rw-r--r--
scripts: use generic urls for sourceforge

For expat, duma, and strace, use the generic url and 302 to the mirror
instead of trying to download a file from a downed mirror and
failing.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Message-Id: <b69ebeb72fef93c04c84.1345364051@flambe.is-a-geek.org>
     1 # Compute s390-specific values
     2 
     3 CT_DoArchTupleValues() {
     4     # That's the only thing to override
     5     if [ "${CT_ARCH_64}" = "y" ]; then
     6         CT_TARGET_ARCH="s390x"
     7     fi
     8 }