Removing gcc-config stuff to see if its still required to work around a gcc bug
authorEric Edgar <rocket@gentoo.org>
Wed, 6 Apr 2005 03:02:06 +0000 (03:02 +0000)
committerEric Edgar <rocket@gentoo.org>
Wed, 6 Apr 2005 03:02:06 +0000 (03:02 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/catalyst/trunk@584 d1e1f19c-881f-0410-ab34-b69fee027534

ChangeLog
targets/stage1/stage1-preclean-chroot.sh

index 92c1c312ea28b25a30e5a16a20fbf221fbe8490f..d27b9df1dbba5985b9a8ce9edf57ef3cd73a0548 100644 (file)
--- 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 <rocket@gentoo.org>
+  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 <rocket@gentoo.org>
   targets/support/chroot-functions.sh, targets/support/kmerge.sh:
index 081bf98deced857b8fe94258c5fbaf1939d670d9..87a068b862c36165a58fe64d0ff18d102ab54a6d 100755 (executable)
@@ -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