configure.host: Remove extra brackets for sh.
* libffi/configure.host: Remove extra brackets for sh. From-SVN: r219565
This commit is contained in:
parent
86d0ac8876
commit
b1479ae31e
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue