diff options
author | Thorsten <thorsten.johannvorderbrueggen@t-online.de> | 2015-01-03 01:31:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-04 00:26:30 +0700 |
commit | 73fc1d43b90410e7fa73961d8c944f79b169390d (patch) | |
tree | 7b717a990586dfa9f9c27daecef90b91de671ef7 /development/avr-gcc/avr-gcc.SlackBuild | |
parent | 2fe5368e278f8657aecad478e293c1626d30bbe8 (diff) | |
download | slackbuilds-73fc1d43b90410e7fa73961d8c944f79b169390d.tar.gz |
development/avr-gcc: Updated for version 4.9.2.
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 | 34 |
1 files changed, 26 insertions, 8 deletions
diff --git a/development/avr-gcc/avr-gcc.SlackBuild b/development/avr-gcc/avr-gcc.SlackBuild index 52ce9d6fcf..a91986fe8c 100644 --- a/development/avr-gcc/avr-gcc.SlackBuild +++ b/development/avr-gcc/avr-gcc.SlackBuild @@ -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 |