diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 00:45:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-15 00:45:53 +0000 |
commit | c88f79e17293dd8ec56842bf7e3802ae09f2a20b (patch) | |
tree | 5e9b04573d4b93f1fde0bc537a0dfa76eb43694a /sys-devel/gcc-config/files | |
parent | give credit to #128705/Rodrigo Severo (diff) | |
download | gentoo-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)
Diffstat (limited to 'sys-devel/gcc-config/files')
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.13 | 4 |
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` ... |