diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:17:10 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:16 -0400 |
commit | 48213b5dac976d7b89d82fd14fc530507c3b1983 (patch) | |
tree | 727c6946c5f7cab17cf40edebf99f093e545a51c /development/mosml | |
parent | 2cf54af2cee89e7139520fb3599a3ed4908ce79c (diff) |
development/mosml: Change i486 to i586
Diffstat (limited to 'development/mosml')
-rw-r--r-- | development/mosml/mosml.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/mosml/mosml.SlackBuild b/development/mosml/mosml.SlackBuild index 773d0a3d514f..00131787cb60 100644 --- a/development/mosml/mosml.SlackBuild +++ b/development/mosml/mosml.SlackBuild @@ -31,7 +31,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 @@ -49,8 +49,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" |