configure.ac: Changed a case statement to include i386.
authorBalaji V. Iyer <balaji.v.iyer@intel.com>
Thu, 31 Oct 2013 03:21:02 +0000 (03:21 +0000)
committerBalaji V. Iyer <bviyer@gcc.gnu.org>
Thu, 31 Oct 2013 03:21:02 +0000 (20:21 -0700)
2013-10-30  Balaji V. Iyer  <balaji.v.iyer@intel.com>

       * configure.ac: Changed a case statement to include i386.
       * configure: Regenerated.

From-SVN: r204246

libcilkrts/ChangeLog
libcilkrts/configure
libcilkrts/configure.ac

index d619e4d..3427243 100644 (file)
@@ -1,5 +1,10 @@
 2013-10-30  Balaji V. Iyer  <balaji.v.iyer@intel.com>
 
+       * configure.ac: Changed a case statement to include i386.
+       * configure: Regenerated.
+
+2013-10-30  Balaji V. Iyer  <balaji.v.iyer@intel.com>
+
        * configure: Reconfigured.
        * configure.ac: Add AC_FUNC_ALLOCA.
        * runtime/sysdep-unix.c: Added check for alloca.h before 
index 58eff99..a2dd79c 100644 (file)
@@ -4907,7 +4907,7 @@ case "${target}" in
     config_dir="x86"
     ;;
 
-  i45686-*-*)
+  i?86-*-*)
     config_dir="x86"
     ;;
 
index f84cc2a..d322616 100644 (file)
@@ -115,7 +115,7 @@ case "${target}" in
     config_dir="x86"
     ;;
 
-  i[456]86-*-*)
+  i?86-*-*)
     config_dir="x86"
     ;;