Commit b1479ae3 by Kaz Kojima

configure.host: Remove extra brackets for sh.

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

From-SVN: r219565
parent 86d0ac88
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
......
......@@ -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"
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment