Index: gcc-config-1.3.6 =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.6,v retrieving revision 1.4 diff -u -b -B -w -p -r1.4 gcc-config-1.3.6 --- gcc-config-1.3.6 19 Aug 2004 15:16:25 -0000 1.4 +++ gcc-config-1.3.6 14 Sep 2004 19:44:24 -0000 @@ -444,8 +444,8 @@ fi if [ ! -d "/usr/lib/gcc-lib/${CC_COMP%-*}/${CC_COMP##*-}" -o \ ! -f "/etc/env.d/gcc/${CC_COMP}" ] then - eerror "$0: Profile does not exist!" - exit 1 + eerror "$0: Profile does not exist or invalid setting for /etc/env.d/gcc/${CC_COMP}" + #exit 1 fi if [ "${CHECK_CHOST}" = "yes" ]