summaryrefslogtreecommitdiffstats
path: root/current
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-03-08 11:05:29 +0000
committer Eric Hameleers <alien@slackware.com>2016-03-08 11:05:29 +0000
commit681d0b5838ba59aaf20f27fa0a2d2f50eaf87ccb (patch)
tree6b82b09fbe5a03a3ce8a230f8653e1d8404e8277 /current
parentd66be5bf60a1a96241428efc2de22ed50a50d55a (diff)
downloadmultilib-681d0b5838ba59aaf20f27fa0a2d2f50eaf87ccb.tar.gz
multilib-681d0b5838ba59aaf20f27fa0a2d2f50eaf87ccb.tar.xz
Rebuilt with --disable-install-libiberty.
Diffstat (limited to 'current')
-rwxr-xr-xcurrent/gcc/gcc-multilib.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/current/gcc/gcc-multilib.SlackBuild b/current/gcc/gcc-multilib.SlackBuild
index 56069b9..2b54b6f 100755
--- a/current/gcc/gcc-multilib.SlackBuild
+++ b/current/gcc/gcc-multilib.SlackBuild
@@ -2,7 +2,7 @@
# GCC package build script (written by volkerdi@slackware.com)
#
# Copyright 2003, 2004 Slackware Linux, Inc., Concord, California, USA
-# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -54,7 +54,7 @@
PKGNAM=gcc
VERSION=${VERSION:-5.3.0}
-BUILD=${BUILD:-2alien}
+BUILD=${BUILD:-3alien}
# How many jobs to run in parallel:
NUMJOBS=" -j7 "
@@ -459,7 +459,7 @@ ANTLJAR=$(echo $CWD/antlr-*.jar | tail -1)
--enable-__cxa_atexit \
--enable-libssp \
--enable-lto \
- --enable-install-libiberty \
+ --disable-install-libiberty \
--with-gnu-ld \
--verbose \
--enable-java-home \