summaryrefslogtreecommitdiffstats
path: root/development/avr-binutils/avr-binutils.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/avr-binutils/avr-binutils.SlackBuild')
-rw-r--r--development/avr-binutils/avr-binutils.SlackBuild13
1 files changed, 12 insertions, 1 deletions
diff --git a/development/avr-binutils/avr-binutils.SlackBuild b/development/avr-binutils/avr-binutils.SlackBuild
index ae7b0e7e62..3b31a96b3f 100644
--- a/development/avr-binutils/avr-binutils.SlackBuild
+++ b/development/avr-binutils/avr-binutils.SlackBuild
@@ -9,7 +9,7 @@
# This file is placed in the public domain.
PRGNAM=avr-binutils
-VERSION=${VERSION:-2.23.1}
+VERSION=${VERSION:-2.25}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -70,6 +70,17 @@ CXXFLAGS="$SLKCFLAGS" \
--disable-nls \
--disable-werror \
--target=avr \
+ --with-gnu-ld \
+ --with-gnu-as \
+ --with-dwarf2 \
+ --enable-install-libbfd \
+ --enable-ld=default \
+ --enable-gold \
+ --enable-plugins \
+ --enable-threads \
+ --with-pic \
+ --enable-shared \
+ --disable-multilib \
--program-prefix="avr-" \
--program-suffix="" \
--build=$ARCH-slackware-linux