Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 63973
Collapse All | Expand All

(-)gcc-config-1.3.6 (-2 / +2 lines)
Lines 444-451 fi Link Here
444
if [ ! -d "/usr/lib/gcc-lib/${CC_COMP%-*}/${CC_COMP##*-}" -o \
444
if [ ! -d "/usr/lib/gcc-lib/${CC_COMP%-*}/${CC_COMP##*-}" -o \
445
     ! -f "/etc/env.d/gcc/${CC_COMP}" ]
445
     ! -f "/etc/env.d/gcc/${CC_COMP}" ]
446
then
446
then
447
	eerror "$0: Profile does not exist!"
447
	eerror "$0: Profile does not exist or invalid setting for /etc/env.d/gcc/${CC_COMP}"
448
	exit 1
448
	#exit 1
449
fi
449
fi
450
450
451
if [ "${CHECK_CHOST}" = "yes" ]
451
if [ "${CHECK_CHOST}" = "yes" ]

Return to bug 63973