diff options
author | Thorsten <thorsten.johannvorderbrueggen@t-online.de> | 2014-06-21 09:49:21 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-06-21 09:49:21 +0700 |
commit | 4f59099730f9d6854c541918a81a219f04a9a0b3 (patch) | |
tree | 0040ffd106490ffa40441fcab3367b136d2e8783 /development/avr-gcc/avr-gcc.SlackBuild | |
parent | ae689a031b6c96ee824770791ce174d9e24b14eb (diff) | |
download | slackbuilds-4f59099730f9d6854c541918a81a219f04a9a0b3.tar.gz |
development/avr-gcc: Updated for version 4.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/avr-gcc/avr-gcc.SlackBuild')
-rw-r--r-- | development/avr-gcc/avr-gcc.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/development/avr-gcc/avr-gcc.SlackBuild b/development/avr-gcc/avr-gcc.SlackBuild index f188fdff47..52ce9d6fcf 100644 --- a/development/avr-gcc/avr-gcc.SlackBuild +++ b/development/avr-gcc/avr-gcc.SlackBuild @@ -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 \ |