# 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:
#!/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