Home | History | Annotate | Download | only in gold

Lines Matching refs:ERROR_ON_WARNING

6718      yes | y) ERROR_ON_WARNING="yes" ;;
6719 no | n) ERROR_ON_WARNING="no" ;;
6728 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
6736 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
6737 ERROR_ON_WARNING=yes
6741 if test "${ERROR_ON_WARNING}" = yes ; then