View | Details | Raw Unified
Collapse All | Expand All

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