diff options
-rw-r--r-- | development/device-tree-compiler/device-tree-compiler.SlackBuild | 8 | ||||
-rw-r--r-- | development/device-tree-compiler/device-tree-compiler.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/development/device-tree-compiler/device-tree-compiler.SlackBuild b/development/device-tree-compiler/device-tree-compiler.SlackBuild index f1ab07b07a..8249dee66c 100644 --- a/development/device-tree-compiler/device-tree-compiler.SlackBuild +++ b/development/device-tree-compiler/device-tree-compiler.SlackBuild @@ -25,13 +25,13 @@ # With tweaks from rworkman to use in SlackBuilds.org tree PRGNAM=device-tree-compiler -VERSION=${VERSION:-1.4.1} +VERSION=${VERSION:-1.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) export ARCH=i686 ;; + i?86) export ARCH=i586 ;; arm*) export ARCH=arm ;; *) export ARCH=$( uname -m ) ;; esac @@ -42,8 +42,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" diff --git a/development/device-tree-compiler/device-tree-compiler.info b/development/device-tree-compiler/device-tree-compiler.info index bbbdcaee1f..5d4c8d59c9 100644 --- a/development/device-tree-compiler/device-tree-compiler.info +++ b/development/device-tree-compiler/device-tree-compiler.info @@ -1,8 +1,8 @@ PRGNAM="device-tree-compiler" -VERSION="1.4.1" +VERSION="1.4.2" HOMEPAGE="https://git.kernel.org/cgit/utils/dtc/dtc.git" -DOWNLOAD="http://harrier.slackbuilds.org/misc/device-tree-compiler-1.4.1.tar.xz" -MD5SUM="e0b3eda06d038377626775aa53980d20" +DOWNLOAD="http://harrier.slackbuilds.org/misc/device-tree-compiler-1.4.2.tar.xz" +MD5SUM="b8848f6f6a86fc490969ca02be351eb4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |