diff -r d063b1ae8c1b -r 1eea25c0bfe7 scripts/build/arch/x86.sh --- a/scripts/build/arch/x86.sh Thu Nov 17 14:18:44 2011 +0100 +++ b/scripts/build/arch/x86.sh Mon May 26 23:25:17 2014 +0200 @@ -3,7 +3,6 @@ # This one really needs a little love! :-( CT_DoArchTupleValues() { - # Override the architecture part of the tuple: if [ "${CT_ARCH_64}" = "y" ]; then CT_TARGET_ARCH=x86_64 @@ -20,4 +19,5 @@ *) CT_TARGET_ARCH=i586;; esac fi + CT_TARGET_ARCH="${CT_TARGET_ARCH}${CT_ARCH_SUFFIX}" }