mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/avr-gcc: Updated for version 4.9.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
2fe5368e27
commit
73fc1d43b9
2 changed files with 29 additions and 11 deletions
|
@ -3,13 +3,12 @@
|
|||
# Slackware build script for avr-gcc
|
||||
|
||||
# Written by Marek Buras <cyfr0n (at) go2 !dot pl>
|
||||
# Now maintained by thorsten
|
||||
# Now maintained by thorsten <thorsten (dot) johannvorderbrueggen (at) t-online (dot) de>
|
||||
|
||||
# This file is placed in the public domain.
|
||||
|
||||
|
||||
PRGNAM=avr-gcc
|
||||
VERSION=${VERSION:-4.8.3}
|
||||
VERSION=${VERSION:-4.9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,13 +64,32 @@ CXXFLAGS_FOR_BUILD="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--infodir=/usr/info \
|
||||
--mandir=/usr/man \
|
||||
--enable-languages=c,c++ \
|
||||
--disable-nls \
|
||||
--disable-install-libiberty \
|
||||
--disable-libssp \
|
||||
--with-dwarf2 \
|
||||
--with-system-zlib \
|
||||
--enable-version-specific-runtime-libs \
|
||||
--disable-libstdcxx-pch \
|
||||
--disable-libunwind-exceptions \
|
||||
--disable-linker-build-id \
|
||||
--disable-nls \
|
||||
--disable-werror \
|
||||
--enable-__cxa_atexit \
|
||||
--enable-checking=release \
|
||||
--enable-clocale=gnu \
|
||||
--enable-cloog-backend=isl \
|
||||
--enable-gnu-unique-object \
|
||||
--enable-gold \
|
||||
--enable-languages=c,c++ \
|
||||
--enable-ld=default \
|
||||
--enable-lto \
|
||||
--enable-plugin \
|
||||
--enable-shared \
|
||||
--target=avr \
|
||||
--with-as=/usr/bin/avr-as \
|
||||
--with-gnu-as \
|
||||
--with-gnu-ld \
|
||||
--with-ld=/usr/bin/avr-ld \
|
||||
--with-plugin-ld=ld.gold \
|
||||
--with-system-zlib \
|
||||
--with-dwarf2 \
|
||||
--program-prefix="avr-" \
|
||||
--program-suffix="" \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="avr-gcc"
|
||||
VERSION="4.8.3"
|
||||
VERSION="4.9.2"
|
||||
HOMEPAGE="http://www.gnu.org/software/gcc/"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.8.3/gcc-4.8.3.tar.bz2"
|
||||
MD5SUM="7c60f24fab389f77af203d2516ee110f"
|
||||
DOWNLOAD="ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.9.2/gcc-4.9.2.tar.bz2"
|
||||
MD5SUM="4df8ee253b7f3863ad0b86359cd39c43"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="avr-binutils"
|
||||
|
|
Loading…
Reference in a new issue