audio/nnls-chroma: i486 => i586.

This commit is contained in:
B. Watson 2016-08-19 05:03:24 -04:00 committed by Willy Sudiarto Raharjo
parent 3254fa09de
commit c9b7d9e0e5
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -27,7 +27,7 @@ OUTPUT=${OUTPUT:-/tmp}
# No CFLAGS support: the release is tested with -O3 and frankly
# this beast needs all the extra optimization it can get...
if [ "$ARCH" = "i486" ]; then
if [ "$ARCH" = "i586" ]; then
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
LIBDIRSUFFIX=""