configure.host: Remove extra brackets for sh.

* libffi/configure.host: Remove extra brackets for sh.

From-SVN: r219565
This commit is contained in:
Kaz Kojima 2015-01-13 23:30:33 +00:00
parent 86d0ac8876
commit b1479ae31e
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-01-13 Kaz Kojima <kkojima@gcc.gnu.org>
* configure.host: Remove extra brackets for sh.
2015-01-13 H.J. Lu <hongjiu.lu@intel.com>
PR bootstrap/64575

View File

@ -200,7 +200,7 @@ case "${host}" in
SOURCES="ffi.c sysv.S"
;;
sh-*-* | sh[[34]]*-*-*)
sh-*-* | sh[34]*-*-*)
TARGET=SH; TARGETDIR=sh
SOURCES="ffi.c sysv.S"
;;