summaryrefslogtreecommitdiffstats
path: root/current
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-05-09 12:27:38 +0000
committer Eric Hameleers <alien@slackware.com>2014-05-09 12:27:38 +0000
commitb22acceff7e9abafaaad341ad34f1ab0aadb0b7c (patch)
treee8a09f129dc7cae316c6ffbc1849c88f4812f516 /current
parent84c1bea7b156650bf6c0c822e31848ebef3b3f00 (diff)
downloadmultilib-b22acceff7e9abafaaad341ad34f1ab0aadb0b7c.tar.gz
multilib-b22acceff7e9abafaaad341ad34f1ab0aadb0b7c.tar.xz
Rebuilt against the new glibc-2.19
Diffstat (limited to 'current')
-rwxr-xr-xcurrent/gcc/gcc-multilib.SlackBuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/current/gcc/gcc-multilib.SlackBuild b/current/gcc/gcc-multilib.SlackBuild
index 267fba5..34a6a5d 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 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -46,7 +46,7 @@
PKGNAM=gcc
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1alien}
+BUILD=${BUILD:-2alien}
# How many jobs to run in parallel:
NUMJOBS=" -j7 "
@@ -521,10 +521,6 @@ rm -f $PKG1/usr/lib${LIBDIRSUFFIX}/libgcj-tools.a
rm -f $PKG1/usr/lib/libgcj.a
rm -f $PKG1/usr/lib/libgcj-tools.a
-# This is provided by binutils, so delete it here:
-rm -f $PKG1/usr/lib${LIBDIRSUFFIX}/libiberty.a
-rm -f $PKG1/usr/lib/libiberty.a # catch-all
-
# Fix stuff up:
( cd $PKG1/usr/info ; rm dir ; gzip -9 * )
( cd $PKG1