diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:52:41 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:37 -0400 |
commit | 725e19ce12824b1d8bf851507e9f0ab5f6b069e4 (patch) | |
tree | b635ebf8f1a785d0e74e69909225fe229a45c632 /perl/perl-IO-stringy | |
parent | 5fcbd07b3710140501ca9ce5a32a42189c38b207 (diff) |
perl/perl-IO-stringy: Change i486 to i586
Diffstat (limited to 'perl/perl-IO-stringy')
-rw-r--r-- | perl/perl-IO-stringy/perl-IO-stringy.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild b/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild index 1666e2db55dd..605da25cd9a3 100644 --- a/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild +++ b/perl/perl-IO-stringy/perl-IO-stringy.SlackBuild @@ -38,7 +38,7 @@ PKGTYPE=${PKGTYPE:-tgz} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -60,8 +60,8 @@ set -e DOCS="README COPYING" -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" |