| OLD | NEW |
| 1 #! /bin/sh | 1 #! /bin/sh |
| 2 # Guess values for system-dependent variables and create Makefiles. | 2 # Guess values for system-dependent variables and create Makefiles. |
| 3 # Generated by GNU Autoconf 2.64. | 3 # Generated by GNU Autoconf 2.64. |
| 4 # | 4 # |
| 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | 5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software | 6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software |
| 7 # Foundation, Inc. | 7 # Foundation, Inc. |
| 8 # | 8 # |
| 9 # This configure script is free software; the Free Software Foundation | 9 # This configure script is free software; the Free Software Foundation |
| 10 # gives unlimited permission to copy, distribute and modify it. | 10 # gives unlimited permission to copy, distribute and modify it. |
| (...skipping 1875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1886 sim_igen=yes | 1886 sim_igen=yes |
| 1887 ;; | 1887 ;; |
| 1888 mn10300*-*-*) | 1888 mn10300*-*-*) |
| 1889 sim_arch=mn10300 | 1889 sim_arch=mn10300 |
| 1890 sim_igen=yes | 1890 sim_igen=yes |
| 1891 ;; | 1891 ;; |
| 1892 moxie-*-*) | 1892 moxie-*-*) |
| 1893 sim_arch=moxie | 1893 sim_arch=moxie |
| 1894 sim_testsuite=yes | 1894 sim_testsuite=yes |
| 1895 ;; | 1895 ;; |
| 1896 rl78-*-*) |
| 1897 sim_arch=rl78 |
| 1898 ;; |
| 1896 rx-*-*) | 1899 rx-*-*) |
| 1897 sim_arch=rx | 1900 sim_arch=rx |
| 1898 ;; | 1901 ;; |
| 1899 sh64*-*-*) | 1902 sh64*-*-*) |
| 1900 sim_arch=sh64 | 1903 sim_arch=sh64 |
| 1901 sim_testsuite=yes | 1904 sim_testsuite=yes |
| 1902 ;; | 1905 ;; |
| 1903 sh*-*-*) | 1906 sh*-*-*) |
| 1904 sim_arch=sh | 1907 sim_arch=sh |
| 1905 sim_testsuite=yes | 1908 sim_testsuite=yes |
| 1906 ;; | 1909 ;; |
| 1907 sparc-*-rtems*|sparc-*-elf*) | 1910 sparc-*-rtems*|sparc-*-elf*|erc32*-*-*) |
| 1908 sim_arch=erc32 | 1911 sim_arch=erc32 |
| 1909 sim_testsuite=yes | 1912 sim_testsuite=yes |
| 1910 ;; | 1913 ;; |
| 1911 powerpc*-*-*) | 1914 powerpc*-*-*) |
| 1912 sim_arch=ppc | 1915 sim_arch=ppc |
| 1913 ;; | 1916 ;; |
| 1914 v850*-*-*) | 1917 v850*-*-*) |
| 1915 sim_arch=v850 | 1918 sim_arch=v850 |
| 1916 sim_igen=yes | 1919 sim_igen=yes |
| 1917 sim_testsuite=yes | 1920 sim_testsuite=yes |
| (...skipping 1279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3197 fi | 3200 fi |
| 3198 | 3201 |
| 3199 cd "$ac_popdir" | 3202 cd "$ac_popdir" |
| 3200 done | 3203 done |
| 3201 fi | 3204 fi |
| 3202 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then | 3205 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then |
| 3203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 | 3206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un
recognized_opts" >&5 |
| 3204 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} | 3207 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} |
| 3205 fi | 3208 fi |
| 3206 | 3209 |
| OLD | NEW |