From 22765efba032db3c2397618096a17764f2786dcc Mon Sep 17 00:00:00 2001 From: Eric Edgar Date: Wed, 6 Apr 2005 03:02:06 +0000 Subject: [PATCH] Removing gcc-config stuff to see if its still required to work around a gcc bug git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@584 d1e1f19c-881f-0410-ab34-b69fee027534 --- ChangeLog | 6 +++++- targets/stage1/stage1-preclean-chroot.sh | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92c1c312..d27b9df1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gentoo/src/catalyst # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.206 2005/04/06 02:44:37 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.207 2005/04/06 03:02:06 rocket Exp $ + + 06 Apr 2005; Eric Edgar + targets/stage1/stage1-preclean-chroot.sh: + Removing gcc-config stuff to see if its still required to work around a gcc bug 06 Apr 2005; Eric Edgar targets/support/chroot-functions.sh, targets/support/kmerge.sh: diff --git a/targets/stage1/stage1-preclean-chroot.sh b/targets/stage1/stage1-preclean-chroot.sh index 081bf98d..87a068b8 100755 --- a/targets/stage1/stage1-preclean-chroot.sh +++ b/targets/stage1/stage1-preclean-chroot.sh @@ -1,18 +1,18 @@ #!/bin/bash # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.1 2005/04/04 17:48:33 rocket Exp $ +# $Header: /var/cvsroot/gentoo/src/catalyst/targets/stage1/stage1-preclean-chroot.sh,v 1.2 2005/04/06 03:02:06 rocket Exp $ . /tmp/chroot-functions.sh # now, some finishing touches to initialize gcc-config.... unset ROOT -if [ -x /usr/bin/gcc-config ] -then - mythang=$( cd /etc/env.d/gcc; ls ${clst_CHOST}-* | head -n 1 ) - gcc-config ${mythang}; update_env_settings -fi +#if [ -x /usr/bin/gcc-config ] +#then +# mythang=$( cd /etc/env.d/gcc; ls ${clst_CHOST}-* | head -n 1 ) +# gcc-config ${mythang}; update_env_settings +#fi # stage1 is not going to have anything in zoneinfo, so save our Factory timezone if [ -d /usr/share/zoneinfo ] ; then -- 2.26.2