mirror of git://gcc.gnu.org/git/gcc.git
libgo: Correct test for whether to use DejaGNU.
From-SVN: r195861
This commit is contained in:
parent
6edc3e32a4
commit
553752e19f
|
|
@ -13566,7 +13566,7 @@ fi
|
||||||
USE_DEJAGNU=no
|
USE_DEJAGNU=no
|
||||||
case ${host} in
|
case ${host} in
|
||||||
*-*-rtems*) USE_DEJAGNU=yes ;;
|
*-*-rtems*) USE_DEJAGNU=yes ;;
|
||||||
${target}) ;;
|
${build}) ;;
|
||||||
*) USE_DEJAGNU=yes ;;
|
*) USE_DEJAGNU=yes ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -162,7 +162,7 @@ dnl build.
|
||||||
USE_DEJAGNU=no
|
USE_DEJAGNU=no
|
||||||
case ${host} in
|
case ${host} in
|
||||||
*-*-rtems*) USE_DEJAGNU=yes ;;
|
*-*-rtems*) USE_DEJAGNU=yes ;;
|
||||||
${target}) ;;
|
${build}) ;;
|
||||||
*) USE_DEJAGNU=yes ;;
|
*) USE_DEJAGNU=yes ;;
|
||||||
esac
|
esac
|
||||||
AC_SUBST(USE_DEJAGNU)
|
AC_SUBST(USE_DEJAGNU)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue