mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/avr-binutils: Updated for version 2.25.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
97542b79de
commit
8d4928ab03
2 changed files with 15 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
# This file is placed in the public domain.
|
||||
|
||||
PRGNAM=avr-binutils
|
||||
VERSION=${VERSION:-2.23.1}
|
||||
VERSION=${VERSION:-2.25}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,6 +70,17 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--disable-nls \
|
||||
--disable-werror \
|
||||
--target=avr \
|
||||
--with-gnu-ld \
|
||||
--with-gnu-as \
|
||||
--with-dwarf2 \
|
||||
--enable-install-libbfd \
|
||||
--enable-ld=default \
|
||||
--enable-gold \
|
||||
--enable-plugins \
|
||||
--enable-threads \
|
||||
--with-pic \
|
||||
--enable-shared \
|
||||
--disable-multilib \
|
||||
--program-prefix="avr-" \
|
||||
--program-suffix="" \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="avr-binutils"
|
||||
VERSION="2.23.1"
|
||||
VERSION="2.25"
|
||||
HOMEPAGE="http://www.gnu.org/software/binutils"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/binutils/binutils-2.23.1.tar.bz2"
|
||||
MD5SUM="33adb18c3048d057ac58d07a3f1adb38"
|
||||
DOWNLOAD="http://ftp.gnu.org/gnu/binutils/binutils-2.25.tar.bz2"
|
||||
MD5SUM="d9f3303f802a5b6b0bb73a335ab89d66"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue