From 16bc3dd358c446aa3447be6b418bfbadf998b1a2 Mon Sep 17 00:00:00 2001 From: Tim Dickson Date: Sun, 2 Oct 2016 23:28:47 +0700 Subject: academic/biblesync: Switch to i586. Signed-off-by: Willy Sudiarto Raharjo --- academic/biblesync/biblesync.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/academic/biblesync/biblesync.SlackBuild b/academic/biblesync/biblesync.SlackBuild index c36c23c66a8b..4a78be7c5d2b 100644 --- a/academic/biblesync/biblesync.SlackBuild +++ b/academic/biblesync/biblesync.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for biblesync -# Copyright (c) 2015 Tim Dickson +# Copyright (c) 2015/2016 Tim Dickson # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions are @@ -37,7 +37,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 @@ -50,8 +50,8 @@ OUTPUT=${OUTPUT:-/tmp} DOCS="AUTHORS ChangeLog COPYING LICENSE README INSTALL WIRESHARK" -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" -- cgit v1.2.3