libraries/libftdi: Switch to i586.

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

View file

@ -1,9 +1,8 @@
FTDI USB driver with bitbang mode
FTDI USB driver with bitbang mode.
libFTDI is an open source library to talk to FTDI chips,
including the popular bitbang mode. The library is linked
with your program in userspace, no kernel driver required.
Supported chips are:
libFTDI is an open source library to talk to FTDI chips, including
the popular bitbang mode. The library is linked with your program in
userspace, no kernel driver required. Supported chips are:
* FT232BM,
* FT245BM,

View file

@ -2,7 +2,7 @@
# Slackware build script for libftdi
# 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

@ -13,7 +13,7 @@ libftdi: FT232BM, FT245BM, FT2232C, FT2232D, FT245R, FT232H and FT230X
libftdi: including the popular bitbang mode. The library is linked with
libftdi: your program in userspace, no kernel driver required.
libftdi:
libftdi:
libftdi:
libftdi: Homepage: http://www.intra2net.com/en/developer/libftdi/
libftdi:
libftdi:
libftdi: