diff options
Diffstat (limited to 'sys-devel/gcc-config')
-rwxr-xr-x | sys-devel/gcc-config/files/gcc-config-1.3.13 | 4 |
1 files changed, 3 insertions, 1 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 b123958ad9c1..7fa32021f64d 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-2006 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.11 2006/07/05 23:36:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.13,v 1.12 2006/08/09 05:54:00 vapier Exp $ trap ":" INT QUIT TSTP @@ -287,6 +287,8 @@ switch_profile() { fi fi done + # legacy cruft, make sure we dont leave it laying around #143205 + ${RM} -f "${ROOT}/usr/bin/${CTARGET}-cc" # Only install cpp if switching to a native one if ! is_cross_compiler && [[ ${CTARGET} != *-solaris* ]] ; then ${RM} -f "${ROOT}/lib/cpp" |