diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 00:14:17 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:01 -0400 |
commit | b626d10533328c3e52bbe897c1cf1d2970a59755 (patch) | |
tree | 8c67ff5600b9aaa6a36d4788a17bb7985cd86d9b /ruby | |
parent | 28bcb3f5bee7e83a478dff5f4904336ab21460ed (diff) | |
download | slackbuilds-b626d10533328c3e52bbe897c1cf1d2970a59755.tar.gz |
ruby/passenger: Change i486 to i586
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/passenger/passenger.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ruby/passenger/passenger.SlackBuild b/ruby/passenger/passenger.SlackBuild index d96c6e0af4..a538d4be57 100644 --- a/ruby/passenger/passenger.SlackBuild +++ b/ruby/passenger/passenger.SlackBuild @@ -32,7 +32,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 @@ -50,8 +50,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" |