mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/rbio: Change i486 to i586
This commit is contained in:
parent
b78ad518e7
commit
db07c94c92
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ OUTPUT=${OUTPUT:-/tmp}
|
||||||
|
|
||||||
DOCS="README.txt Doc/ChangeLog Doc/License.txt Doc/gpl.txt"
|
DOCS="README.txt Doc/ChangeLog Doc/License.txt Doc/gpl.txt"
|
||||||
|
|
||||||
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