mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/xoscope: Change i486 to i586
This commit is contained in:
parent
ccfba98b94
commit
ab348bfe8b
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO* hardware"
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue