Commit 8c1a9d4d by Balaji V. Iyer Committed by Balaji V. Iyer

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

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
parent c73ccc80
2013-10-30 Balaji V. Iyer <balaji.v.iyer@intel.com> 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: Reconfigured.
* configure.ac: Add AC_FUNC_ALLOCA. * configure.ac: Add AC_FUNC_ALLOCA.
* runtime/sysdep-unix.c: Added check for alloca.h before * runtime/sysdep-unix.c: Added check for alloca.h before
......
...@@ -4907,7 +4907,7 @@ case "${target}" in ...@@ -4907,7 +4907,7 @@ case "${target}" in
config_dir="x86" config_dir="x86"
;; ;;
i45686-*-*) i?86-*-*)
config_dir="x86" config_dir="x86"
;; ;;
......
...@@ -115,7 +115,7 @@ case "${target}" in ...@@ -115,7 +115,7 @@ case "${target}" in
config_dir="x86" config_dir="x86"
;; ;;
i[456]86-*-*) i?86-*-*)
config_dir="x86" config_dir="x86"
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment