mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
academic/qrupdate: Change i486 to i586
This commit is contained in:
parent
d82df56323
commit
b78ad518e7
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
DOCS="COPYING ChangeLog 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"
|
||||
|
|
Loading…
Reference in a new issue