diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:37 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:35 -0400 |
commit | 9f3a3ac3d33d44b1c0c15f2d5cd0b2e448cc5361 (patch) | |
tree | 33113481a47f01febfbc966dee05942e188fe619 | |
parent | 609ed8639fc42c6196cd06a4fa9908b008131d57 (diff) | |
download | slackbuilds-9f3a3ac3d33d44b1c0c15f2d5cd0b2e448cc5361.tar.gz |
perl/perl-Crypt-IDEA: Change i486 to i586
-rw-r--r-- | perl/perl-Crypt-IDEA/perl-Crypt-IDEA.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-Crypt-IDEA/perl-Crypt-IDEA.SlackBuild b/perl/perl-Crypt-IDEA/perl-Crypt-IDEA.SlackBuild index b8e9794f5f..9931c991bb 100644 --- a/perl/perl-Crypt-IDEA/perl-Crypt-IDEA.SlackBuild +++ b/perl/perl-Crypt-IDEA/perl-Crypt-IDEA.SlackBuild @@ -34,7 +34,7 @@ SRCNAM=Crypt-IDEA if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -52,8 +52,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" |