mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/avr-gcc: Updated for version 4.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ae689a031b
commit
4f59099730
2 changed files with 6 additions and 5 deletions
|
@ -3,13 +3,13 @@
|
|||
# Slackware build script for avr-gcc
|
||||
|
||||
# Written by Marek Buras <cyfr0n (at) go2 !dot pl>
|
||||
# Now maintained by Vliegendehuiskat.
|
||||
# Now maintained by thorsten
|
||||
|
||||
# This file is placed in the public domain.
|
||||
|
||||
|
||||
PRGNAM=avr-gcc
|
||||
VERSION=${VERSION:-4.8.2}
|
||||
VERSION=${VERSION:-4.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -68,6 +68,7 @@ CXXFLAGS_FOR_BUILD="$SLKCFLAGS" \
|
|||
--enable-languages=c,c++ \
|
||||
--disable-nls \
|
||||
--disable-libssp \
|
||||
--with-dwarf2 \
|
||||
--with-system-zlib \
|
||||
--enable-version-specific-runtime-libs \
|
||||
--target=avr \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="avr-gcc"
|
||||
VERSION="4.8.2"
|
||||
VERSION="4.8.3"
|
||||
HOMEPAGE="http://www.gnu.org/software/gcc/"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.8.2/gcc-4.8.2.tar.bz2"
|
||||
MD5SUM="a3d7d63b9cb6b6ea049469a0c4a43c9d"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.8.3/gcc-4.8.3.tar.bz2"
|
||||
MD5SUM="7c60f24fab389f77af203d2516ee110f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="avr-binutils"
|
||||
|
|
Loading…
Reference in a new issue