scripts/build/arch/s390.sh
author Titus von Boxberg <titus@v9g.de>
Thu Nov 17 14:18:44 2011 +0100 (2011-11-17)
changeset 2759 d063b1ae8c1b
parent 1631 14abcd185e4b
child 3169 9d0b37f08a10
permissions -rw-r--r--
arch/x86: prescott is an i686

let CT_ARCH_ARCH=prescott result in a i686 tuple prefix

Signed-off-by: Titus von Boxberg <titus@v9g.de>
     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 }