aboutsummaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ChangeLog4
-rw-r--r--libffi/configure.host2
2 files changed, 5 insertions, 1 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 1566120..6893ac5 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -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
diff --git a/libffi/configure.host b/libffi/configure.host
index e310191..24fbfc4 100644
--- a/libffi/configure.host
+++ b/libffi/configure.host
@@ -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"
;;