mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/octave: Change i486 to i586
This commit is contained in:
parent
b8f92e22d2
commit
e02bb33d53
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
DOCS="AUTHORS BUGS CITATION COPYING ChangeLog INSTALL* NEWS README"
|
DOCS="AUTHORS BUGS CITATION COPYING ChangeLog INSTALL* NEWS README"
|
||||||
|
|
||||||
if [ "$ARCH" = "i486" ]; then
|
if [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
LIBDIRSUFFIX=""
|
LIBDIRSUFFIX=""
|
||||||
elif [ "$ARCH" = "i586" ]; then
|
elif [ "$ARCH" = "i586" ]; then
|
||||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||||
|
|
Loading…
Reference in a new issue