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

Side by Side Diff: opcodes/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 | « opcodes/config.in ('k') | opcodes/configure.in » ('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 11547 matching lines...) Expand 10 before | Expand all | Expand 10 after
11558 echo "Setting warning flags = $WARN_CFLAGS" 6>&1 11558 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11559 fi 11559 fi
11560 11560
11561 11561
11562 11562
11563 11563
11564 11564
11565 ac_config_headers="$ac_config_headers config.h:config.in" 11565 ac_config_headers="$ac_config_headers config.h:config.in"
11566 11566
11567 11567
11568 # PR 14072
11569
11570
11568 if test -z "$target" ; then 11571 if test -z "$target" ; then
11569 as_fn_error "Unrecognized target system type; please check config.sub." "$LI NENO" 5 11572 as_fn_error "Unrecognized target system type; please check config.sub." "$LI NENO" 5
11570 fi 11573 fi
11571 11574
11572 11575
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-s pecific portions of Makefiles" >&5 11576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-s pecific portions of Makefiles" >&5
11574 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles ... " >&6; } 11577 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles ... " >&6; }
11575 # Check whether --enable-maintainer-mode was given. 11578 # Check whether --enable-maintainer-mode was given.
11576 if test "${enable_maintainer_mode+set}" = set; then : 11579 if test "${enable_maintainer_mode+set}" = set; then :
11577 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval 11580 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
12082 eval as_val=\$$as_ac_Header 12085 eval as_val=\$$as_ac_Header
12083 if test "x$as_val" = x""yes; then : 12086 if test "x$as_val" = x""yes; then :
12084 cat >>confdefs.h <<_ACEOF 12087 cat >>confdefs.h <<_ACEOF
12085 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 12088 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12086 _ACEOF 12089 _ACEOF
12087 12090
12088 fi 12091 fi
12089 12092
12090 done 12093 done
12091 12094
12095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12096 $as_echo_n "checking whether string.h and strings.h may both be included... " >& 6; }
12097 if test "${gcc_cv_header_string+set}" = set; then :
12098 $as_echo_n "(cached) " >&6
12099 else
12100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12101 /* end confdefs.h. */
12102 #include <string.h>
12103 #include <strings.h>
12104 int
12105 main ()
12106 {
12107
12108 ;
12109 return 0;
12110 }
12111 _ACEOF
12112 if ac_fn_c_try_compile "$LINENO"; then :
12113 gcc_cv_header_string=yes
12114 else
12115 gcc_cv_header_string=no
12116 fi
12117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12118 fi
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12120 $as_echo "$gcc_cv_header_string" >&6; }
12121 if test $gcc_cv_header_string = yes; then
12122
12123 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12124
12125 fi
12126
12092 12127
12093 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes _default" 12128 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes _default"
12094 if test "x$ac_cv_have_decl_basename" = x""yes; then : 12129 if test "x$ac_cv_have_decl_basename" = x""yes; then :
12095 ac_have_decl=1 12130 ac_have_decl=1
12096 else 12131 else
12097 ac_have_decl=0 12132 ac_have_decl=0
12098 fi 12133 fi
12099 12134
12100 cat >>confdefs.h <<_ACEOF 12135 cat >>confdefs.h <<_ACEOF
12101 #define HAVE_DECL_BASENAME $ac_have_decl 12136 #define HAVE_DECL_BASENAME $ac_have_decl
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
12429 bfd_i960_arch) ta="$ta i960-dis.lo" ;; 12464 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
12430 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;; 12465 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12431 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2 k-ibld.lo ip2k-opc.lo" using_cgen=yes ;; 12466 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2 k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12432 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;; 12467 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12433 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis. lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;; 12468 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis. lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12434 bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm3 2-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;; 12469 bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm3 2-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
12435 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32 c-ibld.lo m32c-opc.lo" using_cgen=yes ;; 12470 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32 c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12436 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32 r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;; 12471 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32 r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
12437 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; 12472 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12438 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; 12473 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12474 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12475 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12439 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;; 12476 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12440 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;; 12477 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
12441 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;; 12478 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12442 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ib ld.lo mep-opc.lo" using_cgen=yes ;; 12479 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ib ld.lo mep-opc.lo" using_cgen=yes ;;
12443 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;; 12480 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12444 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo mi cromips-opc.lo" ;; 12481 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo mi cromips-opc.lo" ;;
12445 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;; 12482 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12446 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;; 12483 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12447 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;; 12484 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12448 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.l o mt-opc.lo" using_cgen=yes ;; 12485 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.l o mt-opc.lo" using_cgen=yes ;;
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
12485 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;; 12522 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12486 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;; 12523 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12487 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;; 12524 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12488 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;; 12525 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12489 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; 12526 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12490 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; 12527 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12491 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; 12528 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12492 bfd_vax_arch) ta="$ta vax-dis.lo" ;; 12529 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12493 bfd_w65_arch) ta="$ta w65-dis.lo" ;; 12530 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
12494 bfd_we32k_arch) ;; 12531 bfd_we32k_arch) ;;
12495 » bfd_xc16x_arch)»» ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;; 12532 » bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12533 » bfd_xgate_arch) » ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12496 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstor my16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;; 12534 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstor my16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12497 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;; 12535 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12498 bfd_z80_arch) ta="$ta z80-dis.lo" ;; 12536 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12499 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;; 12537 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12500 12538
12501 "") ;; 12539 "") ;;
12502 *) as_fn_error "*** unknown target architecture $arch" "$LI NENO" 5 ;; 12540 *) as_fn_error "*** unknown target architecture $arch" "$LI NENO" 5 ;;
12503 esac 12541 esac
12504 done 12542 done
12505 12543
(...skipping 2474 matching lines...) Expand 10 before | Expand all | Expand 10 after
14980 exec 5>>config.log 15018 exec 5>>config.log
14981 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15019 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14982 # would make configure fail if this is the last instruction. 15020 # would make configure fail if this is the last instruction.
14983 $ac_cs_success || as_fn_exit $? 15021 $ac_cs_success || as_fn_exit $?
14984 fi 15022 fi
14985 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15023 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 15024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
14987 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 15025 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14988 fi 15026 fi
14989 15027
OLDNEW
« no previous file with comments | « opcodes/config.in ('k') | opcodes/configure.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698