|
|
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" ] |