libraries/librevisa: Switch to i586.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrzej Telszewski 2017-01-15 23:45:30 +07:00 committed by Willy Sudiarto Raharjo
parent d1f1ce7e50
commit 04acf69305
3 changed files with 11 additions and 11 deletions

View File

@ -1,4 +1,4 @@
librevisa (implementation of the VISA standard)
librevisa (implementation of the VISA standard).
LibreVISA aims to be a compliant implementation of the VISA standard in
a free software library.
LibreVISA aims to be a compliant implementation of the VISA standard
in a free software library.

View File

@ -2,7 +2,7 @@
# Slackware build script for librevisa
# Copyright 2015 Andrzej Telszewski, Sabadell
# Copyright 2017 Andrzej Telszewski, Banie
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -29,7 +29,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,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"

View File

@ -11,9 +11,9 @@ librevisa:
librevisa: LibreVISA aims to be a compliant implementation of the VISA
librevisa: standard in a free software library.
librevisa:
librevisa:
librevisa:
librevisa:
librevisa:
librevisa: Homepage: http://www.librevisa.org/
librevisa:
librevisa:
librevisa:
librevisa:
librevisa: