diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-02-07 18:01:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2013-02-07 18:01:54 +0000 |
commit | 553752e19f26f21464f4be36be574440040c9db4 (patch) | |
tree | 8f981808886696d095ca50c8bdfc13c3f7cfc0e9 /libgo/configure | |
parent | 6edc3e32a45cd1dc3466b4544f5f31278afd1c62 (diff) | |
download | gcc-553752e19f26f21464f4be36be574440040c9db4.zip gcc-553752e19f26f21464f4be36be574440040c9db4.tar.gz gcc-553752e19f26f21464f4be36be574440040c9db4.tar.bz2 |
libgo: Correct test for whether to use DejaGNU.
From-SVN: r195861
Diffstat (limited to 'libgo/configure')
-rwxr-xr-x | libgo/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/configure b/libgo/configure index c3b41cf..f4d7c82 100755 --- a/libgo/configure +++ b/libgo/configure @@ -13566,7 +13566,7 @@ fi USE_DEJAGNU=no case ${host} in *-*-rtems*) USE_DEJAGNU=yes ;; - ${target}) ;; + ${build}) ;; *) USE_DEJAGNU=yes ;; esac |