summaryrefslogtreecommitdiffstats
path: root/ruby
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 00:14:17 -0600
committer B. Watson <urchlay@slackware.uk>2022-06-07 02:23:02 -0400
commitbe5456f58ba490eab6d7601244c099ef64b5dc4f (patch)
tree3dbf1649fe72f0f0f11403aba31c616eee08047a /ruby
parent09954ebe3d66ebc436d452694ba84cad6f629145 (diff)
downloadslackbuilds-be5456f58ba490eab6d7601244c099ef64b5dc4f.tar.gz
slackbuilds-be5456f58ba490eab6d7601244c099ef64b5dc4f.tar.xz
ruby/rubygem-http_parser.rb: Change i486 to i586
Diffstat (limited to 'ruby')
-rw-r--r--ruby/rubygem-http_parser.rb/rubygem-http_parser.rb.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/rubygem-http_parser.rb/rubygem-http_parser.rb.SlackBuild b/ruby/rubygem-http_parser.rb/rubygem-http_parser.rb.SlackBuild
index 9ce48d260f..bf02440130 100644
--- a/ruby/rubygem-http_parser.rb/rubygem-http_parser.rb.SlackBuild
+++ b/ruby/rubygem-http_parser.rb/rubygem-http_parser.rb.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM=http_parser.rb
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"