audio/nnls-chroma: i486 => i586.
This commit is contained in:
parent
3254fa09de
commit
c9b7d9e0e5
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue