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 d619e4dc13e5723da6dbfca0be82c38a8b668bf4..3427243e559a4fc3483d1a5465fedb2bbccac14b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 58eff9939278c544b7373abe19d8db8b7560fe4f..a2dd79c8a98ec88f34777e6309d8dfda58ba6686 100644 (file)
@@ -4907,7 +4907,7 @@ case "${target}" in
     config_dir="x86"
     ;;
 
-  i45686-*-*)
+  i?86-*-*)
     config_dir="x86"
     ;;
 
index f84cc2ae9cefa2bc78fa14ea00b4c889e5137690..d322616c4999785d4ab0bb1738588c4d1203c162 100644 (file)
@@ -115,7 +115,7 @@ case "${target}" in
     config_dir="x86"
     ;;
 
-  i[456]86-*-*)
+  i?86-*-*)
     config_dir="x86"
     ;;