Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Side by Side Diff: sim/configure

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/common/sim-trace.c ('k') | sim/cr16/ChangeLog » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 3750 matching lines...) Expand 10 before | Expand all | Expand 10 after
3761 sim_igen=yes 3761 sim_igen=yes
3762 ;; 3762 ;;
3763 moxie-*-*) 3763 moxie-*-*)
3764 3764
3765 sim_arch=moxie 3765 sim_arch=moxie
3766 subdirs="$subdirs moxie" 3766 subdirs="$subdirs moxie"
3767 3767
3768 3768
3769 sim_testsuite=yes 3769 sim_testsuite=yes
3770 ;; 3770 ;;
3771 rl78-*-*)
3772
3773 sim_arch=rl78
3774 subdirs="$subdirs rl78"
3775
3776
3777 ;;
3771 rx-*-*) 3778 rx-*-*)
3772 3779
3773 sim_arch=rx 3780 sim_arch=rx
3774 subdirs="$subdirs rx" 3781 subdirs="$subdirs rx"
3775 3782
3776 3783
3777 ;; 3784 ;;
3778 rl78-*-*)
3779
3780 sim_arch=rl78
3781 subdirs="$subdirs rl78"
3782
3783
3784 ;;
3785 sh64*-*-*) 3785 sh64*-*-*)
3786 3786
3787 sim_arch=sh64 3787 sim_arch=sh64
3788 subdirs="$subdirs sh64" 3788 subdirs="$subdirs sh64"
3789 3789
3790 3790
3791 sim_testsuite=yes 3791 sim_testsuite=yes
3792 ;; 3792 ;;
3793 sh*-*-*) 3793 sh*-*-*)
3794 3794
(...skipping 1329 matching lines...) Expand 10 before | Expand all | Expand 10 after
5124 cd "$ac_popdir" 5124 cd "$ac_popdir"
5125 done 5125 done
5126 fi 5126 fi
5127 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 5127 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 5128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
5129 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 5129 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5130 fi 5130 fi
5131 5131
5132 5132
5133 exit 0 5133 exit 0
OLDNEW
« no previous file with comments | « sim/common/sim-trace.c ('k') | sim/cr16/ChangeLog » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698