From e46842b4149e19106a9eb6066ef022d8b6a7ad5d Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Tue, 13 Jan 2015 07:23:48 -0800 Subject: Remove extra brackets in configure.host This table is no longer in configure.ac, needing protection from m4. --- configure.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.host') diff --git a/configure.host b/configure.host index 5ee632c..8eb8d2d 100644 --- a/configure.host +++ b/configure.host @@ -194,7 +194,7 @@ case "${host}" in SOURCES="ffi.c sysv.S" ;; - sh-*-* | sh[[34]]*-*-*) + sh-*-* | sh[34]*-*-*) TARGET=SH; TARGETDIR=sh SOURCES="ffi.c sysv.S" ;; -- cgit v1.2.1