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

Side by Side Diff: opcodes/configure

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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.com » ('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 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 USE_NLS 633 USE_NLS
634 bfdincludedir 634 bfdincludedir
635 bfdlibdir 635 bfdlibdir
636 target_noncanonical 636 target_noncanonical
637 host_noncanonical 637 host_noncanonical
638 INSTALL_LIBBFD_FALSE 638 INSTALL_LIBBFD_FALSE
639 INSTALL_LIBBFD_TRUE 639 INSTALL_LIBBFD_TRUE
640 MAINT 640 MAINT
641 MAINTAINER_MODE_FALSE 641 MAINTAINER_MODE_FALSE
642 MAINTAINER_MODE_TRUE 642 MAINTAINER_MODE_TRUE
643 NO_WMISSING_FIELD_INITIALIZERS
643 NO_WERROR 644 NO_WERROR
644 WARN_CFLAGS 645 WARN_CFLAGS
645 OTOOL64 646 OTOOL64
646 OTOOL 647 OTOOL
647 LIPO 648 LIPO
648 NMEDIT 649 NMEDIT
649 DSYMUTIL 650 DSYMUTIL
650 OBJDUMP 651 OBJDUMP
651 LN_S 652 LN_S
652 NM 653 NM
(...skipping 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 ac_res=$ac_cv_search_strerror 3209 ac_res=$ac_cv_search_strerror
3209 if test "$ac_res" != no; then : 3210 if test "$ac_res" != no; then :
3210 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" 3211 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3211 3212
3212 fi 3213 fi
3213 3214
3214 3215
3215 # We currently only use the version number for the name of any shared 3216 # We currently only use the version number for the name of any shared
3216 # library. For user convenience, we always use the same version 3217 # library. For user convenience, we always use the same version
3217 # number that BFD is using. 3218 # number that BFD is using.
3218 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ » ]*\([^ »]*\)[ » ]*).*/\1 /p' < ${srcdir}/../bfd/configure.in` 3219 BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
3219 3220
3220 am__api_version='1.11' 3221 am__api_version='1.11'
3221 3222
3222 # Find a good install program. We prefer a C program (faster), 3223 # Find a good install program. We prefer a C program (faster),
3223 # so one script is as good as another. But avoid the broken or 3224 # so one script is as good as another. But avoid the broken or
3224 # incompatible versions: 3225 # incompatible versions:
3225 # SysV /etc/install, /usr/sbin/install 3226 # SysV /etc/install, /usr/sbin/install
3226 # SunOS /usr/etc/install 3227 # SunOS /usr/etc/install
3227 # IRIX /sbin/install 3228 # IRIX /sbin/install
3228 # AIX /bin/install 3229 # AIX /bin/install
(...skipping 3696 matching lines...) Expand 10 before | Expand all | Expand 10 after
6925 ;; 6926 ;;
6926 *64-bit*) 6927 *64-bit*)
6927 LD="${LD-ld} -64" 6928 LD="${LD-ld} -64"
6928 ;; 6929 ;;
6929 esac 6930 esac
6930 fi 6931 fi
6931 fi 6932 fi
6932 rm -rf conftest* 6933 rm -rf conftest*
6933 ;; 6934 ;;
6934 6935
6935 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \ 6936 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6936 s390*-*linux*|s390*-*tpf*|sparc*-*linux*) 6937 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6937 # Find out which ABI we are using. 6938 # Find out which ABI we are using.
6938 echo 'int i;' > conftest.$ac_ext 6939 echo 'int i;' > conftest.$ac_ext
6939 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 6940 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6940 (eval $ac_compile) 2>&5 6941 (eval $ac_compile) 2>&5
6941 ac_status=$? 6942 ac_status=$?
6942 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 6943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6943 test $ac_status = 0; }; then 6944 test $ac_status = 0; }; then
6944 case `/usr/bin/file conftest.o` in 6945 case `/usr/bin/file conftest.o` in
6945 *32-bit*) 6946 *32-bit*)
6946 case $host in 6947 case $host in
6947 x86_64-*kfreebsd*-gnu) 6948 x86_64-*kfreebsd*-gnu)
6948 LD="${LD-ld} -m elf_i386_fbsd" 6949 LD="${LD-ld} -m elf_i386_fbsd"
6949 ;; 6950 ;;
6950 x86_64-*linux*) 6951 x86_64-*linux*)
6951 » LD="${LD-ld} -m elf_i386" 6952 » case `/usr/bin/file conftest.o` in
6953 » *x86-64*)
6954 » » LD="${LD-ld} -m elf32_x86_64"
6955 » » ;;
6956 » *)
6957 » » LD="${LD-ld} -m elf_i386"
6958 » » ;;
6959 » esac
6952 ;; 6960 ;;
6953 » ppc64-*linux*|powerpc64-*linux*) 6961 » powerpc64le-*linux*)
6962 » LD="${LD-ld} -m elf32lppclinux"
6963 » ;;
6964 » powerpc64-*linux*)
6954 LD="${LD-ld} -m elf32ppclinux" 6965 LD="${LD-ld} -m elf32ppclinux"
6955 ;; 6966 ;;
6956 s390x-*linux*) 6967 s390x-*linux*)
6957 LD="${LD-ld} -m elf_s390" 6968 LD="${LD-ld} -m elf_s390"
6958 ;; 6969 ;;
6959 sparc64-*linux*) 6970 sparc64-*linux*)
6960 LD="${LD-ld} -m elf32_sparc" 6971 LD="${LD-ld} -m elf32_sparc"
6961 ;; 6972 ;;
6962 esac 6973 esac
6963 ;; 6974 ;;
6964 *64-bit*) 6975 *64-bit*)
6965 case $host in 6976 case $host in
6966 x86_64-*kfreebsd*-gnu) 6977 x86_64-*kfreebsd*-gnu)
6967 LD="${LD-ld} -m elf_x86_64_fbsd" 6978 LD="${LD-ld} -m elf_x86_64_fbsd"
6968 ;; 6979 ;;
6969 x86_64-*linux*) 6980 x86_64-*linux*)
6970 LD="${LD-ld} -m elf_x86_64" 6981 LD="${LD-ld} -m elf_x86_64"
6971 ;; 6982 ;;
6972 » ppc*-*linux*|powerpc*-*linux*) 6983 » powerpcle-*linux*)
6984 » LD="${LD-ld} -m elf64lppc"
6985 » ;;
6986 » powerpc-*linux*)
6973 LD="${LD-ld} -m elf64ppc" 6987 LD="${LD-ld} -m elf64ppc"
6974 ;; 6988 ;;
6975 s390*-*linux*|s390*-*tpf*) 6989 s390*-*linux*|s390*-*tpf*)
6976 LD="${LD-ld} -m elf64_s390" 6990 LD="${LD-ld} -m elf64_s390"
6977 ;; 6991 ;;
6978 sparc*-*linux*) 6992 sparc*-*linux*)
6979 LD="${LD-ld} -m elf64_sparc" 6993 LD="${LD-ld} -m elf64_sparc"
6980 ;; 6994 ;;
6981 esac 6995 esac
6982 ;; 6996 ;;
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
8181 lt_prog_compiler_wl='-Wl,' 8195 lt_prog_compiler_wl='-Wl,'
8182 lt_prog_compiler_static='-static' 8196 lt_prog_compiler_static='-static'
8183 8197
8184 case $host_os in 8198 case $host_os in
8185 aix*) 8199 aix*)
8186 # All AIX code is PIC. 8200 # All AIX code is PIC.
8187 if test "$host_cpu" = ia64; then 8201 if test "$host_cpu" = ia64; then
8188 # AIX 5 now supports IA64 processor 8202 # AIX 5 now supports IA64 processor
8189 lt_prog_compiler_static='-Bstatic' 8203 lt_prog_compiler_static='-Bstatic'
8190 fi 8204 fi
8205 lt_prog_compiler_pic='-fPIC'
8191 ;; 8206 ;;
8192 8207
8193 amigaos*) 8208 amigaos*)
8194 case $host_cpu in 8209 case $host_cpu in
8195 powerpc) 8210 powerpc)
8196 # see comment about AmigaOS4 .so support 8211 # see comment about AmigaOS4 .so support
8197 lt_prog_compiler_pic='-fPIC' 8212 lt_prog_compiler_pic='-fPIC'
8198 ;; 8213 ;;
8199 m68k) 8214 m68k)
8200 # FIXME: we need at least 68020 code to build shared libraries, but 8215 # FIXME: we need at least 68020 code to build shared libraries, but
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
9362 # does not break anything, and helps significantly (at the cost of a little 9377 # does not break anything, and helps significantly (at the cost of a little
9363 # extra space). 9378 # extra space).
9364 freebsd2.2*) 9379 freebsd2.2*)
9365 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr /lib/c++rt0.o' 9380 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr /lib/c++rt0.o'
9366 hardcode_libdir_flag_spec='-R$libdir' 9381 hardcode_libdir_flag_spec='-R$libdir'
9367 hardcode_direct=yes 9382 hardcode_direct=yes
9368 hardcode_shlibpath_var=no 9383 hardcode_shlibpath_var=no
9369 ;; 9384 ;;
9370 9385
9371 # Unfortunately, older versions of FreeBSD 2 do not have this feature. 9386 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9372 freebsd2*) 9387 freebsd2.*)
9373 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' 9388 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9374 hardcode_direct=yes 9389 hardcode_direct=yes
9375 hardcode_minus_L=yes 9390 hardcode_minus_L=yes
9376 hardcode_shlibpath_var=no 9391 hardcode_shlibpath_var=no
9377 ;; 9392 ;;
9378 9393
9379 # FreeBSD 3 and greater uses gcc -shared to do shared libraries. 9394 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9380 freebsd* | dragonfly*) 9395 freebsd* | dragonfly*)
9381 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags' 9396 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9382 hardcode_libdir_flag_spec='-R$libdir' 9397 hardcode_libdir_flag_spec='-R$libdir'
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
10275 shlibpath_var=LD_LIBRARY_PATH 10290 shlibpath_var=LD_LIBRARY_PATH
10276 ;; 10291 ;;
10277 10292
10278 freebsd* | dragonfly*) 10293 freebsd* | dragonfly*)
10279 # DragonFly does not have aout. When/if they implement a new 10294 # DragonFly does not have aout. When/if they implement a new
10280 # versioning mechanism, adjust this. 10295 # versioning mechanism, adjust this.
10281 if test -x /usr/bin/objformat; then 10296 if test -x /usr/bin/objformat; then
10282 objformat=`/usr/bin/objformat` 10297 objformat=`/usr/bin/objformat`
10283 else 10298 else
10284 case $host_os in 10299 case $host_os in
10285 freebsd[123]*) objformat=aout ;; 10300 freebsd[23].*) objformat=aout ;;
10286 *) objformat=elf ;; 10301 *) objformat=elf ;;
10287 esac 10302 esac
10288 fi 10303 fi
10289 version_type=freebsd-$objformat 10304 version_type=freebsd-$objformat
10290 case $version_type in 10305 case $version_type in
10291 freebsd-elf*) 10306 freebsd-elf*)
10292 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname} ${release}${shared_ext} $libname${shared_ext}' 10307 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname} ${release}${shared_ext} $libname${shared_ext}'
10293 need_version=no 10308 need_version=no
10294 need_lib_prefix=no 10309 need_lib_prefix=no
10295 ;; 10310 ;;
10296 freebsd-*) 10311 freebsd-*)
10297 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${ shared_ext}$versuffix' 10312 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${ shared_ext}$versuffix'
10298 need_version=yes 10313 need_version=yes
10299 ;; 10314 ;;
10300 esac 10315 esac
10301 shlibpath_var=LD_LIBRARY_PATH 10316 shlibpath_var=LD_LIBRARY_PATH
10302 case $host_os in 10317 case $host_os in
10303 freebsd2*) 10318 freebsd2.*)
10304 shlibpath_overrides_runpath=yes 10319 shlibpath_overrides_runpath=yes
10305 ;; 10320 ;;
10306 freebsd3.[01]* | freebsdelf3.[01]*) 10321 freebsd3.[01]* | freebsdelf3.[01]*)
10307 shlibpath_overrides_runpath=yes 10322 shlibpath_overrides_runpath=yes
10308 hardcode_into_libs=yes 10323 hardcode_into_libs=yes
10309 ;; 10324 ;;
10310 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \ 10325 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10311 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1) 10326 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10312 shlibpath_overrides_runpath=no 10327 shlibpath_overrides_runpath=no
10313 hardcode_into_libs=yes 10328 hardcode_into_libs=yes
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
11127 $as_echo_n "checking whether a program can dlopen itself... " >&6; } 11142 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11128 if test "${lt_cv_dlopen_self+set}" = set; then : 11143 if test "${lt_cv_dlopen_self+set}" = set; then :
11129 $as_echo_n "(cached) " >&6 11144 $as_echo_n "(cached) " >&6
11130 else 11145 else
11131 if test "$cross_compiling" = yes; then : 11146 if test "$cross_compiling" = yes; then :
11132 lt_cv_dlopen_self=cross 11147 lt_cv_dlopen_self=cross
11133 else 11148 else
11134 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11149 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11135 lt_status=$lt_dlunknown 11150 lt_status=$lt_dlunknown
11136 cat > conftest.$ac_ext <<_LT_EOF 11151 cat > conftest.$ac_ext <<_LT_EOF
11137 #line 11137 "configure" 11152 #line 11152 "configure"
11138 #include "confdefs.h" 11153 #include "confdefs.h"
11139 11154
11140 #if HAVE_DLFCN_H 11155 #if HAVE_DLFCN_H
11141 #include <dlfcn.h> 11156 #include <dlfcn.h>
11142 #endif 11157 #endif
11143 11158
11144 #include <stdio.h> 11159 #include <stdio.h>
11145 11160
11146 #ifdef RTLD_GLOBAL 11161 #ifdef RTLD_GLOBAL
11147 # define LT_DLGLOBAL RTLD_GLOBAL 11162 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
11233 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; } 11248 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11234 if test "${lt_cv_dlopen_self_static+set}" = set; then : 11249 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11235 $as_echo_n "(cached) " >&6 11250 $as_echo_n "(cached) " >&6
11236 else 11251 else
11237 if test "$cross_compiling" = yes; then : 11252 if test "$cross_compiling" = yes; then :
11238 lt_cv_dlopen_self_static=cross 11253 lt_cv_dlopen_self_static=cross
11239 else 11254 else
11240 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 11255 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11241 lt_status=$lt_dlunknown 11256 lt_status=$lt_dlunknown
11242 cat > conftest.$ac_ext <<_LT_EOF 11257 cat > conftest.$ac_ext <<_LT_EOF
11243 #line 11243 "configure" 11258 #line 11258 "configure"
11244 #include "confdefs.h" 11259 #include "confdefs.h"
11245 11260
11246 #if HAVE_DLFCN_H 11261 #if HAVE_DLFCN_H
11247 #include <dlfcn.h> 11262 #include <dlfcn.h>
11248 #endif 11263 #endif
11249 11264
11250 #include <stdio.h> 11265 #include <stdio.h>
11251 11266
11252 #ifdef RTLD_GLOBAL 11267 #ifdef RTLD_GLOBAL
11253 # define LT_DLGLOBAL RTLD_GLOBAL 11268 # define LT_DLGLOBAL RTLD_GLOBAL
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
11554 fi 11569 fi
11555 11570
11556 11571
11557 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then 11572 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11558 echo "Setting warning flags = $WARN_CFLAGS" 6>&1 11573 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11559 fi 11574 fi
11560 11575
11561 11576
11562 11577
11563 11578
11579 NO_WMISSING_FIELD_INITIALIZERS=
11580 save_CFLAGS="$CFLAGS"
11581 for real_option in -Wno-missing-field-initializers; do
11582 # Do the check with the no- prefix removed since gcc silently
11583 # accepts any -Wno-* option on purpose
11584 case $real_option in
11585 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11586 *) option=$real_option ;;
11587 esac
11588 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11589
11590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option " >&5
11591 $as_echo_n "checking whether $CC supports $option... " >&6; }
11592 if { as_var=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
11593 $as_echo_n "(cached) " >&6
11594 else
11595 CFLAGS="$option"
11596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11597 /* end confdefs.h. */
11598
11599 int
11600 main ()
11601 {
11602
11603 ;
11604 return 0;
11605 }
11606 _ACEOF
11607 if ac_fn_c_try_compile "$LINENO"; then :
11608 eval "$as_acx_Woption=yes"
11609 else
11610 eval "$as_acx_Woption=no"
11611 fi
11612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11613
11614 fi
11615 eval ac_res=\$$as_acx_Woption
11616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11617 $as_echo "$ac_res" >&6; }
11618 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11619 NO_WMISSING_FIELD_INITIALIZERS="$NO_WMISSING_FIELD_INITIALIZERS${NO_WMISSING_F IELD_INITIALIZERS:+ }$real_option"
11620 fi
11621 done
11622 CFLAGS="$save_CFLAGS"
11623
11564 11624
11565 ac_config_headers="$ac_config_headers config.h:config.in" 11625 ac_config_headers="$ac_config_headers config.h:config.in"
11566 11626
11567 11627
11568 # PR 14072 11628 # PR 14072
11569 11629
11570 11630
11571 if test -z "$target" ; then 11631 if test -z "$target" ; then
11572 as_fn_error "Unrecognized target system type; please check config.sub." "$LI NENO" 5 11632 as_fn_error "Unrecognized target system type; please check config.sub." "$LI NENO" 5
11573 fi 11633 fi
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
11648 11708
11649 11709
11650 11710
11651 11711
11652 11712
11653 11713
11654 11714
11655 11715
11656 # host-specific stuff: 11716 # host-specific stuff:
11657 11717
11658 ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it" 11718 ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it uk"
11659 # If we haven't got the data from the intl directory, 11719 # If we haven't got the data from the intl directory,
11660 # assume NLS is disabled. 11720 # assume NLS is disabled.
11661 USE_NLS=no 11721 USE_NLS=no
11662 LIBINTL= 11722 LIBINTL=
11663 LIBINTL_DEP= 11723 LIBINTL_DEP=
11664 INCINTL= 11724 INCINTL=
11665 XGETTEXT= 11725 XGETTEXT=
11666 GMSGFMT= 11726 GMSGFMT=
11667 POSUB= 11727 POSUB=
11668 11728
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
12433 if test x${all_targets} = xfalse ; then 12493 if test x${all_targets} = xfalse ; then
12434 12494
12435 # Target architecture .o files. 12495 # Target architecture .o files.
12436 ta= 12496 ta=
12437 12497
12438 for arch in $selarchs 12498 for arch in $selarchs
12439 do 12499 do
12440 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g` 12500 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12441 archdefs="$archdefs -DARCH_$ad" 12501 archdefs="$archdefs -DARCH_$ad"
12442 case "$arch" in 12502 case "$arch" in
12503 bfd_aarch64_arch) ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-op c.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12443 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;; 12504 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12444 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;; 12505 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12445 bfd_arm_arch) ta="$ta arm-dis.lo" ;; 12506 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12446 bfd_avr_arch) ta="$ta avr-dis.lo" ;; 12507 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12447 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;; 12508 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12448 » bfd_cr16_arch) » ta="$ta cr16-dis.lo cr16-opc.lo" ;; 12509 » bfd_cr16_arch)» » ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12449 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;; 12510 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12450 » bfd_crx_arch) » ta="$ta crx-dis.lo crx-opc.lo" ;; 12511 » bfd_crx_arch)» » ta="$ta crx-dis.lo crx-opc.lo" ;;
12451 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;; 12512 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12452 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;; 12513 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12453 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;; 12514 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12454 » bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr3 0-ibld.lo fr30-opc.lo" using_cgen=yes ;; 12515 » bfd_fr30_arch)» » ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr3 0-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12455 » bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ib ld.lo frv-opc.lo" using_cgen=yes ;; 12516 » bfd_frv_arch)» » ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ib ld.lo frv-opc.lo" using_cgen=yes ;;
12456 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;; 12517 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12457 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;; 12518 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12458 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;; 12519 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;;
12459 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;; 12520 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12460 bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;; 12521 bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;;
12461 bfd_i386_arch|bfd_l1om_arch|bfd_k1om_arch) 12522 bfd_i386_arch|bfd_l1om_arch|bfd_k1om_arch)
12462 ta="$ta i386-dis.lo i386-opc.lo" ;; 12523 ta="$ta i386-dis.lo i386-opc.lo" ;;
12463 bfd_i860_arch) ta="$ta i860-dis.lo" ;; 12524 bfd_i860_arch) ta="$ta i860-dis.lo" ;;
12464 bfd_i960_arch) ta="$ta i960-dis.lo" ;; 12525 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
12465 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;; 12526 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
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 ;; 12527 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2 k-ibld.lo ip2k-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 ;; 12528 » bfd_epiphany_arch)» ta="$ta epiphany-asm.lo epiphany-desc.lo epiphan y-dis.lo epiphany-ibld.lo epiphany-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 ;; 12529 » bfd_iq2000_arch)» ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis. lo iq2000-ibld.lo iq2000-opc.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 ;; 12530 » 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 ;;
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 ;; 12531 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32 c-ibld.lo m32c-opc.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 ;; 12532 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 ;;
12472 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; 12533 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12473 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; 12534 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12474 » bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; 12535 » bfd_m9s12x_arch)» ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12475 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;; 12536 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12476 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;; 12537 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12477 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;; 12538 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
12478 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;; 12539 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
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 ;; 12540 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ib ld.lo mep-opc.lo" using_cgen=yes ;;
12541 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12480 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;; 12542 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12481 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo mi cromips-opc.lo" ;; 12543 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo mi cromips-opc.lo" ;;
12482 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;; 12544 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12483 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;; 12545 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12484 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;; 12546 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
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 ;; 12547 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.l o mt-opc.lo" using_cgen=yes ;;
12486 » bfd_msp430_arch)» ta="$ta msp430-dis.lo" ;; 12548 » bfd_msp430_arch)» ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12549 » bfd_nios2_arch)»» ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12487 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;; 12550 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12488 bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openris c-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;; 12551 bfd_openrisc_arch) ta="$ta openrisc-asm.lo openrisc-desc.lo openris c-dis.lo openrisc-ibld.lo openrisc-opc.lo" using_cgen=yes ;;
12489 bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;; 12552 bfd_or32_arch) ta="$ta or32-dis.lo or32-opc.lo" using_cgen=yes ;;
12490 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;; 12553 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12491 » bfd_pj_arch)» ta="$ta pj-dis.lo pj-opc.lo" ;; 12554 » bfd_pj_arch)» » ta="$ta pj-dis.lo pj-opc.lo" ;;
12492 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; 12555 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12493 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; 12556 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12494 bfd_pyramid_arch) ;; 12557 bfd_pyramid_arch) ;;
12495 bfd_romp_arch) ;; 12558 bfd_romp_arch) ;;
12496 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;; 12559 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12497 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";; 12560 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12498 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";; 12561 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12499 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;; 12562 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12500 » bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;; 12563 » bfd_score_arch)»» ta="$ta score-dis.lo score7-dis.lo" ;;
12501 bfd_sh_arch) 12564 bfd_sh_arch)
12502 # We can't decide what we want just from the CPU family. 12565 # We can't decide what we want just from the CPU family.
12503 # We want SH5 support unless a specific version of sh is 12566 # We want SH5 support unless a specific version of sh is
12504 # specified, as in sh3-elf, sh3b-linux-gnu, etc. 12567 # specified, as in sh3-elf, sh3b-linux-gnu, etc.
12505 # Include it just for ELF targets, since the SH5 bfd:s are ELF only. 12568 # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
12506 for t in $target $canon_targets; do 12569 for t in $target $canon_targets; do
12507 case $t in 12570 case $t in
12508 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \ 12571 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
12509 sh-*-linux* | shl-*-linux*) 12572 sh-*-linux* | shl-*-linux*)
12510 ta="$ta sh64-dis.lo sh64-opc.lo" 12573 ta="$ta sh64-dis.lo sh64-opc.lo"
12511 archdefs="$archdefs -DINCLUDE_SHMEDIA" 12574 archdefs="$archdefs -DINCLUDE_SHMEDIA"
12512 break;; 12575 break;;
12513 esac; 12576 esac;
12514 done 12577 done
12515 ta="$ta sh-dis.lo cgen-bitset.lo" ;; 12578 ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12516 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;; 12579 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12517 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;; 12580 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12518 bfd_tahoe_arch) ;; 12581 bfd_tahoe_arch) ;;
12519 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;; 12582 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12520 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;; 12583 » bfd_tic4x_arch)»» ta="$ta tic4x-dis.lo" ;;
12521 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;; 12584 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12522 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;; 12585 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12523 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;; 12586 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12524 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;; 12587 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12525 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;; 12588 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12526 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; 12589 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12527 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; 12590 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12528 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;; 12591 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12592 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12529 bfd_vax_arch) ta="$ta vax-dis.lo" ;; 12593 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12530 bfd_w65_arch) ta="$ta w65-dis.lo" ;; 12594 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
12531 bfd_we32k_arch) ;; 12595 bfd_we32k_arch) ;;
12532 » bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;; 12596 » 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" ;; 12597 » bfd_xgate_arch)»» ta="$ta xgate-dis.lo xgate-opc.lo" ;;
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 ;; 12598 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstor my16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12535 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;; 12599 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12536 bfd_z80_arch) ta="$ta z80-dis.lo" ;; 12600 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12537 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;; 12601 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12538 12602
12539 "") ;; 12603 "") ;;
12540 *) as_fn_error "*** unknown target architecture $arch" "$LI NENO" 5 ;; 12604 *) as_fn_error "*** unknown target architecture $arch" "$LI NENO" 5 ;;
12541 esac 12605 esac
12542 done 12606 done
12543 12607
(...skipping 2474 matching lines...) Expand 10 before | Expand all | Expand 10 after
15018 exec 5>>config.log 15082 exec 5>>config.log
15019 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 15083 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15020 # would make configure fail if this is the last instruction. 15084 # would make configure fail if this is the last instruction.
15021 $ac_cs_success || as_fn_exit $? 15085 $ac_cs_success || as_fn_exit $?
15022 fi 15086 fi
15023 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 15087 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15024 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 15088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
15025 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 15089 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15026 fi 15090 fi
15027 15091
OLDNEW
« no previous file with comments | « opcodes/config.in ('k') | opcodes/configure.com » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698