summaryrefslogtreecommitdiffstats
path: root/development/avr-gcc/avr-gcc.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/avr-gcc/avr-gcc.SlackBuild')
-rw-r--r--development/avr-gcc/avr-gcc.SlackBuild34
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