mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
development/gcc5: Change i486 to i586
This commit is contained in:
parent
510d4771b0
commit
7e66317e48
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ if [ "$ARCH" = "i386" ]; then
|
|||
LIBDIRSUFFIX=""
|
||||
LIB_ARCH=i386
|
||||
elif [ "$ARCH" = "i486" ]; then
|
||||
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
|
||||
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
|
||||
SLKLDFLAGS=""
|
||||
LIBDIRSUFFIX=""
|
||||
LIB_ARCH=i386
|
||||
|
|
Loading…
Reference in a new issue