diff options
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 f188fdff475e..52ce9d6fcf1b 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 \ |