We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97d5be4 commit 7d94c83Copy full SHA for 7d94c83
scripts/build/arch/x86.sh
@@ -8,6 +8,8 @@ CT_DoArchTupleValues() {
8
CT_TARGET_ARCH=x86_64
9
else
10
arch="${CT_ARCH_ARCH}"
11
+ # Check if this is a multilib target variant
12
+ [ -z "${arch}" -a "${CT_TARGET_ARCH}" = "x86_64" ] && arch=i686
13
[ -z "${arch}" ] && arch="${CT_ARCH_TUNE}"
14
case "${arch}" in
15
"") CT_TARGET_ARCH=i386;;
0 commit comments