academic/octave: Change i486 to i586

This commit is contained in:
fourtysixandtwo 2022-03-18 19:01:47 -06:00 committed by B. Watson
parent b8f92e22d2
commit e02bb33d53

View file

@ -49,8 +49,8 @@ OUTPUT=${OUTPUT:-/tmp}
DOCS="AUTHORS BUGS CITATION COPYING ChangeLog INSTALL* NEWS README"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"