Skip to content

Commit

Permalink
Merge pull request #429 from pedronavf/patch-1
Browse files Browse the repository at this point in the history
Update x86.sh
  • Loading branch information
bhundven committed Aug 31, 2016
2 parents 2b887e4 + 31c8645 commit a833c55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build/arch/x86.sh
Expand Up @@ -15,7 +15,9 @@ CT_DoArchTupleValues() {
winchip*) CT_TARGET_ARCH=i486;;
pentium|pentium-mmx|c3*) CT_TARGET_ARCH=i586;;
pentiumpro|pentium*|athlon*) CT_TARGET_ARCH=i686;;
prescott) CT_TARGET_ARCH=i686;;
core2|atom) CT_TARGET_ARCH=i686;;
prescott|nocona) CT_TARGET_ARCH=i686;;
k8*|opteron*) CT_TARGET_ARCH=i686;;
*) CT_TARGET_ARCH=i586;;
esac
fi
Expand Down

0 comments on commit a833c55

Please sign in to comment.