summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-15 00:45:53 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-15 00:45:53 +0000
commitc88f79e17293dd8ec56842bf7e3802ae09f2a20b (patch)
tree5e9b04573d4b93f1fde0bc537a0dfa76eb43694a
parentgive credit to #128705/Rodrigo Severo (diff)
downloadgentoo-2-c88f79e17293dd8ec56842bf7e3802ae09f2a20b.tar.gz
gentoo-2-c88f79e17293dd8ec56842bf7e3802ae09f2a20b.tar.bz2
gentoo-2-c88f79e17293dd8ec56842bf7e3802ae09f2a20b.zip
copy libgcc_s.so for all ROOT values #129121 by Bjarke Istrup Pedersen
(Portage version: 2.1_pre7-r5)
-rwxr-xr-xsys-devel/gcc-config/files/gcc-config-1.3.134
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.13 b/sys-devel/gcc-config/files/gcc-config-1.3.13
index 39bed4049a36..0306e71bf5d7 100755
--- a/sys-devel/gcc-config/files/gcc-config-1.3.13
+++ b/sys-devel/gcc-config/files/gcc-config-1.3.13
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.13,v 1.4 2006/04/03 01:05:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.13,v 1.5 2006/04/15 00:45:53 vapier Exp $
trap ":" INT QUIT TSTP
@@ -281,7 +281,7 @@ switch_profile() {
# http://bugs.gentoo.org/60190
#
# The funky move magic is required for proper updating of in-use files.
- if ! is_cross_compiler && [[ ${ROOT} == "/" ]] ; then
+ if ! is_cross_compiler ; then
# Need to cut out extra paths in multilib case and pray the first path
# is the "root" multilib path ... maybe some day change this to use
# `gcc -print-file-name` ...