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

Side by Side Diff: sim/moxie/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/moxie/config.in ('k') | sim/moxie/interp.c » ('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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 REPORT_BUGS_TEXI 595 REPORT_BUGS_TEXI
596 REPORT_BUGS_TO 596 REPORT_BUGS_TO
597 PKGVERSION 597 PKGVERSION
598 sim_profile 598 sim_profile
599 sim_trace 599 sim_trace
600 sim_stdio 600 sim_stdio
601 sim_debug 601 sim_debug
602 sim_cflags 602 sim_cflags
603 sim_bswap 603 sim_bswap
604 MAINT 604 MAINT
605 EGREP
606 GREP
607 CPP
608 CATOBJEXT 605 CATOBJEXT
609 GENCAT 606 GENCAT
610 INSTOBJEXT 607 INSTOBJEXT
611 DATADIRNAME 608 DATADIRNAME
612 CATALOGS 609 CATALOGS
613 POSUB 610 POSUB
614 GMSGFMT 611 GMSGFMT
615 XGETTEXT 612 XGETTEXT
616 INCINTL 613 INCINTL
617 LIBINTL_DEP 614 LIBINTL_DEP
618 LIBINTL 615 LIBINTL
619 USE_NLS 616 USE_NLS
620 GMAKE_FALSE 617 GMAKE_FALSE
621 GMAKE_TRUE 618 GMAKE_TRUE
622 MAKE 619 MAKE
623 CCDEPMODE 620 CCDEPMODE
624 DEPDIR 621 DEPDIR
625 am__leading_dot 622 am__leading_dot
623 PACKAGE
626 RANLIB 624 RANLIB
627 AR 625 AR
628 HDEFINES 626 HDEFINES
629 CC_FOR_BUILD 627 CC_FOR_BUILD
630 INSTALL_DATA 628 INSTALL_DATA
631 INSTALL_SCRIPT 629 INSTALL_SCRIPT
632 INSTALL_PROGRAM 630 INSTALL_PROGRAM
631 EGREP
632 GREP
633 CPP
633 target_os 634 target_os
634 target_vendor 635 target_vendor
635 target_cpu 636 target_cpu
636 target 637 target
637 host_os 638 host_os
638 host_vendor 639 host_vendor
639 host_cpu 640 host_cpu
640 host 641 host
641 build_os 642 build_os
642 build_vendor 643 build_vendor
(...skipping 1793 matching lines...) Expand 10 before | Expand all | Expand 10 after
2436 # triggers warnings from the preprocessor. Will be in autoconf 2.58. 2437 # triggers warnings from the preprocessor. Will be in autoconf 2.58.
2437 # For now, using this also overrides header checks to use only the 2438 # For now, using this also overrides header checks to use only the
2438 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a 2439 # preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
2439 # bit harder from here). 2440 # bit harder from here).
2440 # Eventually autoconf will default to checking headers with the compiler 2441 # Eventually autoconf will default to checking headers with the compiler
2441 # instead, and we'll have to do this differently. 2442 # instead, and we'll have to do this differently.
2442 2443
2443 # AC_PROG_CPP_WERROR 2444 # AC_PROG_CPP_WERROR
2444 2445
2445 # Test for GNAT. 2446 # Test for GNAT.
2446 # We require the gnatbind program, and a compiler driver that 2447 # We require the gnatbind & gnatmake programs, as well as a compiler driver
2447 # understands Ada. We use the user's CC setting, already found, 2448 # that understands Ada. We use the user's CC setting, already found, and
2448 # and possibly add $1 to the command-line parameters. 2449 # possibly add $1 to the command-line parameters.
2449 # 2450 #
2450 # Sets the shell variable have_gnat to yes or no as appropriate, and 2451 # Sets the shell variable have_gnat to yes or no as appropriate, and
2451 # substitutes GNATBIND and GNATMAKE. 2452 # substitutes GNATBIND and GNATMAKE.
2452 2453
2453 2454
2454 2455
2455 2456
2456 2457
2457 2458
2458 2459
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
3365 IFS=$ac_save_IFS 3366 IFS=$ac_save_IFS
3366 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac 3367 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
3367 3368
3368 3369
3369 # The aliases save the names the user supplied, while $host etc. 3370 # The aliases save the names the user supplied, while $host etc.
3370 # will get canonicalized. 3371 # will get canonicalized.
3371 test -n "$target_alias" && 3372 test -n "$target_alias" &&
3372 test "$program_prefix$program_suffix$program_transform_name" = \ 3373 test "$program_prefix$program_suffix$program_transform_name" = \
3373 NONENONEs,x,x, && 3374 NONENONEs,x,x, &&
3374 program_prefix=${target_alias}- 3375 program_prefix=${target_alias}-
3375 test "$program_prefix" != NONE &&
3376 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3377 # Use a double $ so make ignores it.
3378 test "$program_suffix" != NONE &&
3379 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3380 # Double any \ or $.
3381 # By default was `s,x,x', remove it if useless.
3382 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3383 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3384
3385 # Find a good install program. We prefer a C program (faster),
3386 # so one script is as good as another. But avoid the broken or
3387 # incompatible versions:
3388 # SysV /etc/install, /usr/sbin/install
3389 # SunOS /usr/etc/install
3390 # IRIX /sbin/install
3391 # AIX /bin/install
3392 # AmigaOS /C/install, which installs bootblocks on floppy discs
3393 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3394 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3395 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3396 # OS/2's system install, which has a completely different semantic
3397 # ./install, which can be erroneously created by make from ./install.sh.
3398 # Reject install programs that cannot install multiple files.
3399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3400 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3401 if test -z "$INSTALL"; then
3402 if test "${ac_cv_path_install+set}" = set; then :
3403 $as_echo_n "(cached) " >&6
3404 else
3405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3406 for as_dir in $PATH
3407 do
3408 IFS=$as_save_IFS
3409 test -z "$as_dir" && as_dir=.
3410 # Account for people who put trailing slashes in PATH elements.
3411 case $as_dir/ in #((
3412 ./ | .// | /[cC]/* | \
3413 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3414 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3415 /usr/ucb/* ) ;;
3416 *)
3417 # OSF1 and SCO ODT 3.0 have their own names for install.
3418 # Don't use installbsd from OSF since it installs stuff as root
3419 # by default.
3420 for ac_prog in ginstall scoinst install; do
3421 for ac_exec_ext in '' $ac_executable_extensions; do
3422 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p rog$ac_exec_ext"; }; then
3423 if test $ac_prog = install &&
3424 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3425 # AIX install. It has an incompatible calling convention.
3426 :
3427 elif test $ac_prog = install &&
3428 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3429 # program-specific install script used by HP pwplus--don't use.
3430 :
3431 else
3432 rm -rf conftest.one conftest.two conftest.dir
3433 echo one > conftest.one
3434 echo two > conftest.two
3435 mkdir conftest.dir
3436 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd `/conftest.dir" &&
3437 test -s conftest.one && test -s conftest.two &&
3438 test -s conftest.dir/conftest.one &&
3439 test -s conftest.dir/conftest.two
3440 then
3441 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3442 break 3
3443 fi
3444 fi
3445 fi
3446 done
3447 done
3448 ;;
3449 esac
3450
3451 done
3452 IFS=$as_save_IFS
3453
3454 rm -rf conftest.one conftest.two conftest.dir
3455
3456 fi
3457 if test "${ac_cv_path_install+set}" = set; then
3458 INSTALL=$ac_cv_path_install
3459 else
3460 # As a last resort, use the slow shell script. Don't cache a
3461 # value for INSTALL within a source directory, because that will
3462 # break other packages using the cache if that directory is
3463 # removed, or if the value is a relative name.
3464 INSTALL=$ac_install_sh
3465 fi
3466 fi
3467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3468 $as_echo "$INSTALL" >&6; }
3469
3470 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3471 # It thinks the first close brace ends the variable substitution.
3472 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3473
3474 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3475
3476 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3477
3478 rm -rf .tst 2>/dev/null
3479 mkdir .tst 2>/dev/null
3480 if test -d .tst; then
3481 am__leading_dot=.
3482 else
3483 am__leading_dot=_
3484 fi
3485 rmdir .tst 2>/dev/null
3486
3487 DEPDIR="${am__leading_dot}deps"
3488
3489 3376
3490 ac_ext=c 3377 ac_ext=c
3491 ac_cpp='$CPP $CPPFLAGS' 3378 ac_cpp='$CPP $CPPFLAGS'
3492 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 3379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3493 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5' 3380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ LIBS >&5'
3494 ac_compiler_gnu=$ac_cv_c_compiler_gnu 3381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5 3382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3496 $as_echo_n "checking how to run the C preprocessor... " >&6; } 3383 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3497 # On Suns, sometimes $CPP names a directory. 3384 # On Suns, sometimes $CPP names a directory.
3498 if test -n "$CPP" && test -d "$CPP"; then 3385 if test -n "$CPP" && test -d "$CPP"; then
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
3879 cat >>confdefs.h <<_ACEOF 3766 cat >>confdefs.h <<_ACEOF
3880 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 3767 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
3881 _ACEOF 3768 _ACEOF
3882 3769
3883 fi 3770 fi
3884 3771
3885 done 3772 done
3886 3773
3887 3774
3888 3775
3776 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_co nfig_h" "$ac_includes_default"
3777 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
3778 MINIX=yes
3779 else
3780 MINIX=
3781 fi
3782
3783
3784 if test "$MINIX" = yes; then
3785
3786 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
3787
3788
3789 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
3790
3791
3792 $as_echo "#define _MINIX 1" >>confdefs.h
3793
3794 fi
3795
3796
3797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
3798 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
3799 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
3800 $as_echo_n "(cached) " >&6
3801 else
3802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3803 /* end confdefs.h. */
3804
3805 # define __EXTENSIONS__ 1
3806 $ac_includes_default
3807 int
3808 main ()
3809 {
3810
3811 ;
3812 return 0;
3813 }
3814 _ACEOF
3815 if ac_fn_c_try_compile "$LINENO"; then :
3816 ac_cv_safe_to_define___extensions__=yes
3817 else
3818 ac_cv_safe_to_define___extensions__=no
3819 fi
3820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3821 fi
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensi ons__" >&5
3823 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
3824 test $ac_cv_safe_to_define___extensions__ = yes &&
3825 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
3826
3827 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
3828
3829 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
3830
3831 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
3832
3833 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
3834
3835
3836 test "$program_prefix" != NONE &&
3837 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3838 # Use a double $ so make ignores it.
3839 test "$program_suffix" != NONE &&
3840 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3841 # Double any \ or $.
3842 # By default was `s,x,x', remove it if useless.
3843 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3844 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3845
3846 # Find a good install program. We prefer a C program (faster),
3847 # so one script is as good as another. But avoid the broken or
3848 # incompatible versions:
3849 # SysV /etc/install, /usr/sbin/install
3850 # SunOS /usr/etc/install
3851 # IRIX /sbin/install
3852 # AIX /bin/install
3853 # AmigaOS /C/install, which installs bootblocks on floppy discs
3854 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3855 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3856 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3857 # OS/2's system install, which has a completely different semantic
3858 # ./install, which can be erroneously created by make from ./install.sh.
3859 # Reject install programs that cannot install multiple files.
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3861 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3862 if test -z "$INSTALL"; then
3863 if test "${ac_cv_path_install+set}" = set; then :
3864 $as_echo_n "(cached) " >&6
3865 else
3866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3867 for as_dir in $PATH
3868 do
3869 IFS=$as_save_IFS
3870 test -z "$as_dir" && as_dir=.
3871 # Account for people who put trailing slashes in PATH elements.
3872 case $as_dir/ in #((
3873 ./ | .// | /[cC]/* | \
3874 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3875 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3876 /usr/ucb/* ) ;;
3877 *)
3878 # OSF1 and SCO ODT 3.0 have their own names for install.
3879 # Don't use installbsd from OSF since it installs stuff as root
3880 # by default.
3881 for ac_prog in ginstall scoinst install; do
3882 for ac_exec_ext in '' $ac_executable_extensions; do
3883 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_p rog$ac_exec_ext"; }; then
3884 if test $ac_prog = install &&
3885 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3886 # AIX install. It has an incompatible calling convention.
3887 :
3888 elif test $ac_prog = install &&
3889 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3890 # program-specific install script used by HP pwplus--don't use.
3891 :
3892 else
3893 rm -rf conftest.one conftest.two conftest.dir
3894 echo one > conftest.one
3895 echo two > conftest.two
3896 mkdir conftest.dir
3897 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd `/conftest.dir" &&
3898 test -s conftest.one && test -s conftest.two &&
3899 test -s conftest.dir/conftest.one &&
3900 test -s conftest.dir/conftest.two
3901 then
3902 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3903 break 3
3904 fi
3905 fi
3906 fi
3907 done
3908 done
3909 ;;
3910 esac
3911
3912 done
3913 IFS=$as_save_IFS
3914
3915 rm -rf conftest.one conftest.two conftest.dir
3916
3917 fi
3918 if test "${ac_cv_path_install+set}" = set; then
3919 INSTALL=$ac_cv_path_install
3920 else
3921 # As a last resort, use the slow shell script. Don't cache a
3922 # value for INSTALL within a source directory, because that will
3923 # break other packages using the cache if that directory is
3924 # removed, or if the value is a relative name.
3925 INSTALL=$ac_install_sh
3926 fi
3927 fi
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3929 $as_echo "$INSTALL" >&6; }
3930
3931 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3932 # It thinks the first close brace ends the variable substitution.
3933 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3934
3935 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3936
3937 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3938
3939 rm -rf .tst 2>/dev/null
3940 mkdir .tst 2>/dev/null
3941 if test -d .tst; then
3942 am__leading_dot=.
3943 else
3944 am__leading_dot=_
3945 fi
3946 rmdir .tst 2>/dev/null
3947
3948 DEPDIR="${am__leading_dot}deps"
3949
3950
3889 3951
3890 # autoconf.info says this should be called right after AC_INIT. 3952 # autoconf.info says this should be called right after AC_INIT.
3891 ac_config_headers="$ac_config_headers config.h:config.in" 3953 ac_config_headers="$ac_config_headers config.h:config.in"
3892 3954
3893 3955
3894 3956
3895 3957
3896 3958
3959
3897 # Put a plausible default for CC_FOR_BUILD in Makefile. 3960 # Put a plausible default for CC_FOR_BUILD in Makefile.
3898 if test "x$cross_compiling" = "xno"; then 3961 if test "x$cross_compiling" = "xno"; then
3899 CC_FOR_BUILD='$(CC)' 3962 CC_FOR_BUILD='$(CC)'
3900 else 3963 else
3901 CC_FOR_BUILD=gcc 3964 CC_FOR_BUILD=gcc
3902 fi 3965 fi
3903 3966
3904 3967
3905 3968
3906 3969
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3992 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ;} 4055 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2 ;}
3993 ac_tool_warned=yes ;; 4056 ac_tool_warned=yes ;;
3994 esac 4057 esac
3995 RANLIB=$ac_ct_RANLIB 4058 RANLIB=$ac_ct_RANLIB
3996 fi 4059 fi
3997 else 4060 else
3998 RANLIB="$ac_cv_prog_RANLIB" 4061 RANLIB="$ac_cv_prog_RANLIB"
3999 fi 4062 fi
4000 4063
4001 4064
4065 # Some of the common include files depend on bfd.h, and bfd.h checks
4066 # that config.h is included first by testing that the PACKAGE macro
4067 # is defined.
4068 PACKAGE=sim
4069
4070 cat >>confdefs.h <<_ACEOF
4071 #define PACKAGE "$PACKAGE"
4072 _ACEOF
4073
4074
4075
4002 # Dependency checking. 4076 # Dependency checking.
4003 ac_config_commands="$ac_config_commands depdir" 4077 ac_config_commands="$ac_config_commands depdir"
4004 4078
4005 4079
4006 depcc="$CC" am_compiler_list= 4080 depcc="$CC" am_compiler_list=
4007 4081
4008 am_depcomp=$ac_aux_dir/depcomp 4082 am_depcomp=$ac_aux_dir/depcomp
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >& 5 4083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >& 5
4010 $as_echo_n "checking dependency style of $depcc... " >&6; } 4084 $as_echo_n "checking dependency style of $depcc... " >&6; }
4011 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then : 4085 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
4568 4642
4569 4643
4570 4644
4571 # Check whether --enable-sim-trace was given. 4645 # Check whether --enable-sim-trace was given.
4572 if test "${enable_sim_trace+set}" = set; then : 4646 if test "${enable_sim_trace+set}" = set; then :
4573 enableval=$enable_sim_trace; case "${enableval}" in 4647 enableval=$enable_sim_trace; case "${enableval}" in
4574 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";; 4648 yes) sim_trace="-DTRACE=1 -DWITH_TRACE=-1";;
4575 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";; 4649 no) sim_trace="-DTRACE=0 -DWITH_TRACE=0";;
4576 [-0-9]*) 4650 [-0-9]*)
4577 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";; 4651 sim_trace="-DTRACE='(${enableval})' -DWITH_TRACE='(${enableval})'";;
4578 [a-z]*) 4652 [[:lower:]]*)
4579 sim_trace="" 4653 sim_trace=""
4580 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do 4654 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
4581 if test x"$sim_trace" = x; then 4655 if test x"$sim_trace" = x; then
4582 sim_trace="-DWITH_TRACE='(TRACE_$x" 4656 sim_trace="-DWITH_TRACE='(TRACE_$x"
4583 else 4657 else
4584 sim_trace="${sim_trace}|TRACE_$x" 4658 sim_trace="${sim_trace}|TRACE_$x"
4585 fi 4659 fi
4586 done 4660 done
4587 sim_trace="$sim_trace)'" ;; 4661 sim_trace="$sim_trace)'" ;;
4588 esac 4662 esac
(...skipping 2002 matching lines...) Expand 10 before | Expand all | Expand 10 after
6591 # Use ||, not &&, to avoid exiting from the if with $? = 1, which 6665 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6592 # would make configure fail if this is the last instruction. 6666 # would make configure fail if this is the last instruction.
6593 $ac_cs_success || as_fn_exit $? 6667 $ac_cs_success || as_fn_exit $?
6594 fi 6668 fi
6595 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 6669 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5 6670 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_un recognized_opts" >&5
6597 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} 6671 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
6598 fi 6672 fi
6599 6673
6600 6674
OLDNEW
« no previous file with comments | « sim/moxie/config.in ('k') | sim/moxie/interp.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698