Ignore:
Timestamp:
Apr 28, 2004, 6:58:06 AM (21 years ago)
Author:
bird
Message:

#1040: Joined the GCC 3.3.3 with the trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/gcc/configure

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r1393 r1394  
    3030                          specifies directory to put g++ header files"
    3131ac_help="$ac_help
     32  --with-sysroot[=DIR] Search for usr/lib, usr/include, et al, within DIR."
     33ac_help="$ac_help
    3234  --enable-multilib       enable library support for multiple ABIs"
    3335ac_help="$ac_help
     
    3537                          enable expensive run-time checks.  With LIST,
    3638                          enable only specific categories of checks.
    37                           Categories are: misc,tree,rtl,gc,gcac; default
    38                           is misc,tree,gc"
     39                          Categories are: misc,tree,rtl,rtlflag,gc,gcac;
     40                          default is misc,tree,gc,rtlflag"
    3941ac_help="$ac_help
    40   --disable-cpp           don't provide a user-visible C preprocessor"
     42  --enable-coverage[=LEVEL]
     43                          enable compiler\'s code coverage collection.
     44                          Use to measure compiler performance and locate
     45                          unused parts of the compiler. With LEVEL, specificy
     46                          optimization. Values are opt, noopt,
     47                          default is noopt"
    4148ac_help="$ac_help
    4249  --with-cpp-install-dir=DIR
     
    6168ac_help="$ac_help
    6269  --with-libiconv-prefix=DIR  search for libiconv in DIR/include and DIR/lib"
     70ac_help="$ac_help
     71  --enable-initfini-array       use .init_array/.fini_array sections"
     72ac_help="$ac_help
     73  --enable-sjlj-exceptions
     74                          arrange to use setjmp/longjmp exception handling"
     75ac_help="$ac_help
     76  --enable-libunwind-exceptions  force use libunwind for exceptions"
    6377ac_help="$ac_help
    6478  --enable-nls            use Native Language Support (default)"
     
    86100                          enable make rules and dependencies not useful
    87101                          (and sometimes confusing) to the casual installer"
    88 ac_help="$ac_help
    89   --enable-sjlj-exceptions
    90                           arrange to use setjmp/longjmp exception handling"
    91102ac_help="$ac_help
    92103  --enable-version-specific-runtime-libs
     
    605616
    606617echo $ac_n "checking for path separator""... $ac_c" 1>&6
    607 echo "configure:608: checking for path separator" >&5
     618echo "configure:619: checking for path separator" >&5
    608619# Filter path to get backslahes into forwardslashes
    609620case "`uname -s 2> /dev/null`" in
     
    619630
    620631echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
    621 echo "configure:622: checking for Cygwin environment" >&5
     632echo "configure:633: checking for Cygwin environment" >&5
    622633if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
    623634  echo $ac_n "(cached) $ac_c" 1>&6
    624635else
    625636  cat > conftest.$ac_ext <<EOF
    626 #line 627 "configure"
     637#line 638 "configure"
    627638#include "confdefs.h"
    628639
     
    635646; return 0; }
    636647EOF
    637 if { (eval echo configure:638: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     648if { (eval echo configure:649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    638649  rm -rf conftest*
    639650  ac_cv_cygwin=yes
     
    652663test "$ac_cv_cygwin" = yes && CYGWIN=yes
    653664echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
    654 echo "configure:655: checking for mingw32 environment" >&5
     665echo "configure:666: checking for mingw32 environment" >&5
    655666if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
    656667  echo $ac_n "(cached) $ac_c" 1>&6
    657668else
    658669  cat > conftest.$ac_ext <<EOF
    659 #line 660 "configure"
     670#line 671 "configure"
    660671#include "confdefs.h"
    661672
     
    664675; return 0; }
    665676EOF
    666 if { (eval echo configure:667: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     677if { (eval echo configure:678: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    667678  rm -rf conftest*
    668679  ac_cv_mingw32=yes
     
    681692test "$ac_cv_mingw32" = yes && MINGW32=yes
    682693echo $ac_n "checking for EMX/OS2 environment""... $ac_c" 1>&6
    683 echo "configure:684: checking for EMX/OS2 environment" >&5
     694echo "configure:695: checking for EMX/OS2 environment" >&5
    684695if eval "test \"`echo '$''{'ac_cv_emxos2'+set}'`\" = set"; then
    685696  echo $ac_n "(cached) $ac_c" 1>&6
     
    687698  : ${CC=gcc.exe}
    688699cat > conftest.$ac_ext <<EOF
    689 #line 690 "configure"
     700#line 701 "configure"
    690701#include "confdefs.h"
    691702
     
    694705; return 0; }
    695706EOF
    696 if { (eval echo configure:697: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     707if { (eval echo configure:708: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    697708  rm -rf conftest*
    698709  ac_cv_emxos2=yes
     
    725736
    726737echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    727 echo "configure:728: checking for executable suffix" >&5
     738echo "configure:739: checking for executable suffix" >&5
    728739if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    729740  echo $ac_n "(cached) $ac_c" 1>&6
     
    735746  echo 'int main () { return 0; }' > conftest.$ac_ext
    736747  ac_cv_exeext=
    737   if { (eval echo configure:738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     748  if { (eval echo configure:749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    738749    for file in conftest.*; do
    739750      case $file in
     
    772783# - the path contains an element with a dot in it
    773784echo $ac_n "checking LIBRARY_PATH variable""... $ac_c" 1>&6
    774 echo "configure:775: checking LIBRARY_PATH variable" >&5
     785echo "configure:786: checking LIBRARY_PATH variable" >&5
    775786case ${LIBRARY_PATH} in
    776787  [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
     
    797808# - the path contains an element with a dot in it
    798809echo $ac_n "checking GCC_EXEC_PREFIX variable""... $ac_c" 1>&6
    799 echo "configure:800: checking GCC_EXEC_PREFIX variable" >&5
     810echo "configure:811: checking GCC_EXEC_PREFIX variable" >&5
    800811case ${GCC_EXEC_PREFIX} in
    801812  [:\;]* | *[:\;] | *[:\;][:\;]* |  *[:\;]. | .[:\;]*| . | *[:\;].[:\;]* )
     
    936947fi
    937948
    938 # Determine whether or not multilibs are enabled.
    939 # Check whether --enable-multilib or --disable-multilib was given.
    940 if test "${enable_multilib+set}" = set; then
    941   enableval="$enable_multilib"
    942   :
    943 else
    944   enable_multilib=yes
    945 fi
    946 
    947 
    948 
    949 # Enable expensive internal checks
    950 # Check whether --enable-checking or --disable-checking was given.
    951 if test "${enable_checking+set}" = set; then
    952   enableval="$enable_checking"
    953   ac_checking=
    954 ac_tree_checking=
    955 ac_rtl_checking=
    956 ac_gc_checking=
    957 ac_gc_always_collect=
    958 case "${enableval}" in
    959 yes)    ac_checking=1 ; ac_tree_checking=1 ; ac_gc_checking=1 ;;
    960 no)     ;;
    961 *)      IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="$IFS,"
    962         set fnord $enableval; shift
    963         IFS="$ac_save_IFS"
    964         for check
    965         do
    966                 case $check in
    967                 misc)   ac_checking=1 ;;
    968                 tree)   ac_tree_checking=1 ;;
    969                 rtl)    ac_rtl_checking=1 ;;
    970                 gc)     ac_gc_checking=1 ;;
    971                 gcac)   ac_gc_always_collect=1 ;;
    972                 *)      { echo "configure: error: unknown check category $check" 1>&2; exit 1; } ;;
    973                 esac
    974         done
    975         ;;
    976 esac
    977 
    978 fi
    979 
    980 if test x$ac_checking != x ; then
    981   cat >> confdefs.h <<\EOF
    982 #define ENABLE_CHECKING 1
    983 EOF
    984 
    985 fi
    986 if test x$ac_tree_checking != x ; then
    987   cat >> confdefs.h <<\EOF
    988 #define ENABLE_TREE_CHECKING 1
    989 EOF
    990 
    991 fi
    992 if test x$ac_rtl_checking != x ; then
    993   cat >> confdefs.h <<\EOF
    994 #define ENABLE_RTL_CHECKING 1
    995 EOF
    996 
    997 fi
    998 if test x$ac_gc_checking != x ; then
    999   cat >> confdefs.h <<\EOF
    1000 #define ENABLE_GC_CHECKING 1
    1001 EOF
    1002 
    1003 fi
    1004 if test x$ac_gc_always_collect != x ; then
    1005   cat >> confdefs.h <<\EOF
    1006 #define ENABLE_GC_ALWAYS_COLLECT 1
    1007 EOF
    1008 
    1009 fi
    1010 
    1011 
    1012 # Check whether --enable-cpp or --disable-cpp was given.
    1013 if test "${enable_cpp+set}" = set; then
    1014   enableval="$enable_cpp"
    1015   :
    1016 else
    1017   enable_cpp=yes
    1018 fi
    1019 
    1020 
    1021 # Check whether --with-cpp_install_dir or --without-cpp_install_dir was given.
    1022 if test "${with_cpp_install_dir+set}" = set; then
    1023   withval="$with_cpp_install_dir"
    1024   if test x$withval = xyes; then
    1025   { echo "configure: error: option --with-cpp-install-dir requires an argument" 1>&2; exit 1; }
    1026 elif test x$withval != xno; then
    1027   cpp_install_dir=$withval
    1028 fi
    1029 fi
    1030 
    1031 
    1032 # Enable __cxa_atexit for C++.
    1033 # Check whether --enable-__cxa_atexit or --disable-__cxa_atexit was given.
    1034 if test "${enable___cxa_atexit+set}" = set; then
    1035   enableval="$enable___cxa_atexit"
    1036   :
    1037 fi
    1038 
    1039 if test x$enable___cxa_atexit = xyes; then
    1040   cat >> confdefs.h <<\EOF
    1041 #define DEFAULT_USE_CXA_ATEXIT 1
    1042 EOF
    1043 
    1044 fi
     949# Check whether --with-sysroot or --without-sysroot was given.
     950if test "${with_sysroot+set}" = set; then
     951  withval="$with_sysroot"
    1045952 
    1046 # Enable Multibyte Characters for C/C++
    1047 # Check whether --enable-c-mbchar or --disable-c-mbchar was given.
    1048 if test "${enable_c_mbchar+set}" = set; then
    1049   enableval="$enable_c_mbchar"
    1050   if test x$enable_c_mbchar != xno; then
    1051   cat >> confdefs.h <<\EOF
    1052 #define MULTIBYTE_CHARS 1
    1053 EOF
    1054 
    1055 fi
    1056 fi
    1057 
     953 case ${with_sysroot} in
     954 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
     955 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
     956 esac
     957   
     958 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
     959 CROSS_SYSTEM_HEADER_DIR='$(TARGET_SYSTEM_ROOT)$(NATIVE_SYSTEM_HEADER_DIR)'
     960
     961 if test "x$exec_prefix" = xNONE; then
     962  if test "x$prefix" = xNONE; then
     963   test_prefix=/usr/local
     964  else
     965   test_prefix=$prefix
     966  fi
     967 else
     968  test_prefix=$exec_prefix
     969 fi
     970 case ${TARGET_SYSTEM_ROOT} in
     971 "${test_prefix}"|"${test_prefix}/"*|\
     972 '${exec_prefix}'|'${exec_prefix}/'*)
     973   t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
     974   TARGET_SYSTEM_ROOT_DEFINE="$t"
     975   ;;
     976 esac
     977
     978else
    1058979 
    1059 # Enable threads
    1060 # Pass with no value to take the default
    1061 # Pass with a value to specify a thread package
    1062 # Check whether --enable-threads or --disable-threads was given.
    1063 if test "${enable_threads+set}" = set; then
    1064   enableval="$enable_threads"
    1065   :
    1066 else
    1067   enable_threads=''
    1068 fi
    1069 
    1070 
    1071 enable_threads_flag=$enable_threads
    1072 # Check if a valid thread package
    1073 case x${enable_threads_flag} in
    1074         x | xno)
    1075                 # No threads
    1076                 target_thread_file='single'
    1077                 ;;
    1078         xyes)
    1079                 # default
    1080                 target_thread_file=''
    1081                 ;;
    1082         xdecosf1 | xirix | xmach | xos2 | xposix | xpthreads | xsingle | \
    1083         xsolaris | xwin32 | xdce | xrtems| xvxworks | xaix)
    1084                 target_thread_file=$enable_threads_flag
    1085                 ;;
    1086         *)
    1087                 echo "$enable_threads is an unknown thread package" 1>&2
    1088                 exit 1
    1089                 ;;
    1090 esac
    1091 
    1092 # Check whether --enable-objc-gc or --disable-objc-gc was given.
    1093 if test "${enable_objc_gc+set}" = set; then
    1094   enableval="$enable_objc_gc"
    1095   if test x$enable_objc_gc = xno; then
    1096         objc_boehm_gc=''
    1097 else
    1098         objc_boehm_gc=1
    1099 fi
    1100 else
    1101   objc_boehm_gc=''
    1102 fi
    1103 
    1104 
    1105 # Check whether --with-dwarf2 or --without-dwarf2 was given.
    1106 if test "${with_dwarf2+set}" = set; then
    1107   withval="$with_dwarf2"
    1108   dwarf2="$with_dwarf2"
    1109 else
    1110   dwarf2=no
    1111 fi
    1112 
    1113 
    1114 # Check whether --enable-shared or --disable-shared was given.
    1115 if test "${enable_shared+set}" = set; then
    1116   enableval="$enable_shared"
    1117  
    1118   case $enable_shared in
    1119   yes | no) ;;
    1120   *)
    1121     enable_shared=no
    1122     IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
    1123     for pkg in $enableval; do
    1124       if test "X$pkg" = "Xgcc" || test "X$pkg" = "Xlibgcc"; then
    1125         enable_shared=yes
    1126       fi
    1127     done
    1128     IFS="$ac_save_ifs"
    1129     ;;
    1130   esac
    1131 
    1132 else
    1133   enable_shared=yes
    1134 fi
    1135 
    1136 
    1137 
    1138 # Enable command-line help
    1139 # Check whether --enable-clh or --disable-clh was given.
    1140 if test "${enable_clh+set}" = set; then
    1141   enableval="$enable_clh"
    1142   :
    1143 fi
     980 TARGET_SYSTEM_ROOT=
     981 TARGET_SYSTEM_ROOT_DEFINE=
     982 CROSS_SYSTEM_HEADER_DIR='$(gcc_tooldir)/sys-include'
     983
     984fi
     985
     986
     987
    1144988
    1145989
     
    11921036
    11931037echo $ac_n "checking host system type""... $ac_c" 1>&6
    1194 echo "configure:1195: checking host system type" >&5
     1038echo "configure:1039: checking host system type" >&5
    11951039
    11961040host_alias=$host
     
    12131057
    12141058echo $ac_n "checking target system type""... $ac_c" 1>&6
    1215 echo "configure:1216: checking target system type" >&5
     1059echo "configure:1060: checking target system type" >&5
    12161060
    12171061target_alias=$target
     
    12311075
    12321076echo $ac_n "checking build system type""... $ac_c" 1>&6
    1233 echo "configure:1234: checking build system type" >&5
     1077echo "configure:1078: checking build system type" >&5
    12341078
    12351079build_alias=$build
     
    12791123set dummy gcc; ac_word=$2
    12801124echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1281 echo "configure:1282: checking for $ac_word" >&5
     1125echo "configure:1126: checking for $ac_word" >&5
    12821126if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    12831127  echo $ac_n "(cached) $ac_c" 1>&6
     
    13101154set dummy cc; ac_word=$2
    13111155echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1312 echo "configure:1313: checking for $ac_word" >&5
     1156echo "configure:1157: checking for $ac_word" >&5
    13131157if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    13141158  echo $ac_n "(cached) $ac_c" 1>&6
     
    13631207set dummy cl; ac_word=$2
    13641208echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1365 echo "configure:1366: checking for $ac_word" >&5
     1209echo "configure:1210: checking for $ac_word" >&5
    13661210if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
    13671211  echo $ac_n "(cached) $ac_c" 1>&6
     
    13961240
    13971241echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
    1398 echo "configure:1399: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
     1242echo "configure:1243: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
    13991243
    14001244ac_ext=c
     
    14071251cat > conftest.$ac_ext << EOF
    14081252
    1409 #line 1410 "configure"
     1253#line 1254 "configure"
    14101254#include "confdefs.h"
    14111255
    14121256main(){return(0);}
    14131257EOF
    1414 if { (eval echo configure:1415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     1258if { (eval echo configure:1259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    14151259  ac_cv_prog_cc_works=yes
    14161260  # If we can't run a trivial program, we are probably using a cross compiler.
     
    14381282fi
    14391283echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
    1440 echo "configure:1441: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
     1284echo "configure:1285: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
    14411285echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
    14421286cross_compiling=$ac_cv_prog_cc_cross
    14431287
    14441288echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
    1445 echo "configure:1446: checking whether we are using GNU C" >&5
     1289echo "configure:1290: checking whether we are using GNU C" >&5
    14461290if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
    14471291  echo $ac_n "(cached) $ac_c" 1>&6
     
    14521296#endif
    14531297EOF
    1454 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1455: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     1298if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1299: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
    14551299  ac_cv_prog_gcc=yes
    14561300else
     
    14711315CFLAGS=
    14721316echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
    1473 echo "configure:1474: checking whether ${CC-cc} accepts -g" >&5
     1317echo "configure:1318: checking whether ${CC-cc} accepts -g" >&5
    14741318if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
    14751319  echo $ac_n "(cached) $ac_c" 1>&6
     
    15041348if test "x$CC" != xcc; then
    15051349  echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
    1506 echo "configure:1507: checking whether $CC and cc understand -c and -o together" >&5
     1350echo "configure:1351: checking whether $CC and cc understand -c and -o together" >&5
    15071351else
    15081352  echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
    1509 echo "configure:1510: checking whether cc understands -c and -o together" >&5
     1353echo "configure:1354: checking whether cc understands -c and -o together" >&5
    15101354fi
    15111355set dummy $CC; ac_cc="`echo $2 |
     
    15191363# existing .o file with -o, though they will create one.
    15201364ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
    1521 if { (eval echo configure:1522: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
    1522    test -f conftest.o && { (eval echo configure:1523: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
     1365if { (eval echo configure:1366: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
     1366   test -f conftest.o && { (eval echo configure:1367: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
    15231367then
    15241368  eval ac_cv_prog_cc_${ac_cc}_c_o=yes
    15251369  if test "x$CC" != xcc; then
    15261370    # Test first that cc exists at all.
    1527     if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
     1371    if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:1372: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
    15281372      ac_try='cc -c conftest.c -o conftest.o 1>&5'
    1529       if { (eval echo configure:1530: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
    1530          test -f conftest.o && { (eval echo configure:1531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
     1373      if { (eval echo configure:1374: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
     1374         test -f conftest.o && { (eval echo configure:1375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
    15311375      then
    15321376        # cc works too.
     
    15741418set dummy ${ac_tool_prefix}gnatbind; ac_word=$2
    15751419echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1576 echo "configure:1577: checking for $ac_word" >&5
     1420echo "configure:1421: checking for $ac_word" >&5
    15771421if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
    15781422  echo $ac_n "(cached) $ac_c" 1>&6
     
    16071451set dummy gnatbind; ac_word=$2
    16081452echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1609 echo "configure:1610: checking for $ac_word" >&5
     1453echo "configure:1454: checking for $ac_word" >&5
    16101454if eval "test \"`echo '$''{'ac_cv_prog_GNATBIND'+set}'`\" = set"; then
    16111455  echo $ac_n "(cached) $ac_c" 1>&6
     
    16411485
    16421486echo $ac_n "checking for compiler driver that understands Ada""... $ac_c" 1>&6
    1643 echo "configure:1644: checking for compiler driver that understands Ada" >&5
     1487echo "configure:1488: checking for compiler driver that understands Ada" >&5
    16441488if eval "test \"`echo '$''{'gcc_cv_prog_adac'+set}'`\" = set"; then
    16451489  echo $ac_n "(cached) $ac_c" 1>&6
     
    16501494gcc_cv_prog_adac=no
    16511495# Have to do ac_tool_prefix and user overrides by hand.
    1652 user_adac=$ADAC
    1653 user_cc=$CC
    1654 for cand in ${ac_tool_prefix}$user_adac $user_adac      \
    1655             ${ac_tool_prefix}$user_cc   $user_cc        \
     1496for cand in ${ADAC+"$ADAC"} ${CC+"$CC"} \
    16561497            ${ac_tool_prefix}gcc        gcc             \
    16571498            ${ac_tool_prefix}cc         cc              \
     
    16861527
    16871528echo $ac_n "checking whether ${CC-cc} accepts -Wno-long-long""... $ac_c" 1>&6
    1688 echo "configure:1689: checking whether ${CC-cc} accepts -Wno-long-long" >&5
     1529echo "configure:1530: checking whether ${CC-cc} accepts -Wno-long-long" >&5
    16891530if eval "test \"`echo '$''{'ac_cv_prog_cc_no_long_long'+set}'`\" = set"; then
    16901531  echo $ac_n "(cached) $ac_c" 1>&6
     
    16931534CFLAGS="-Wno-long-long"
    16941535cat > conftest.$ac_ext <<EOF
    1695 #line 1696 "configure"
     1536#line 1537 "configure"
    16961537#include "confdefs.h"
    16971538
     
    17001541; return 0; }
    17011542EOF
    1702 if { (eval echo configure:1703: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1543if { (eval echo configure:1544: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17031544  rm -rf conftest*
    17041545  ac_cv_prog_cc_no_long_long=yes
     
    17171558if test x$have_gnat != xno ; then
    17181559echo $ac_n "checking whether ${ADAC} accepts -Wno-long-long""... $ac_c" 1>&6
    1719 echo "configure:1720: checking whether ${ADAC} accepts -Wno-long-long" >&5
     1560echo "configure:1561: checking whether ${ADAC} accepts -Wno-long-long" >&5
    17201561if eval "test \"`echo '$''{'ac_cv_prog_adac_no_long_long'+set}'`\" = set"; then
    17211562  echo $ac_n "(cached) $ac_c" 1>&6
     
    17451586
    17461587echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    1747 echo "configure:1748: checking how to run the C preprocessor" >&5
     1588echo "configure:1589: checking how to run the C preprocessor" >&5
    17481589# On Suns, sometimes $CPP names a directory.
    17491590if test -n "$CPP" && test -d "$CPP"; then
     
    17611602  cat > conftest.$ac_ext <<EOF
    17621603#include <sys/types.h>
    1763 #line 1764 "configure"
     1604#line 1605 "configure"
    17641605#include "confdefs.h"
    17651606#include <assert.h>
     
    17671608EOF
    17681609ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1769 { (eval echo configure:1770: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1610{ (eval echo configure:1611: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17701611ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17711612if test -z "$ac_err"; then
     
    17791620  cat > conftest.$ac_ext <<EOF
    17801621#include <sys/types.h>
    1781 #line 1782 "configure"
     1622#line 1623 "configure"
    17821623#include "confdefs.h"
    17831624#include <assert.h>
     
    17851626EOF
    17861627ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1787 { (eval echo configure:1788: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1628{ (eval echo configure:1629: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    17881629ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    17891630if test -z "$ac_err"; then
     
    17971638  cat > conftest.$ac_ext <<EOF
    17981639#include <sys/types.h>
    1799 #line 1800 "configure"
     1640#line 1641 "configure"
    18001641#include "confdefs.h"
    18011642#include <assert.h>
     
    18031644EOF
    18041645ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    1805 { (eval echo configure:1806: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     1646{ (eval echo configure:1647: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    18061647ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    18071648if test -z "$ac_err"; then
     
    18281669
    18291670echo $ac_n "checking for inline""... $ac_c" 1>&6
    1830 echo "configure:1831: checking for inline" >&5
     1671echo "configure:1672: checking for inline" >&5
    18311672if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
    18321673  echo $ac_n "(cached) $ac_c" 1>&6
     
    18351676for ac_kw in inline __inline__ __inline; do
    18361677  cat > conftest.$ac_ext <<EOF
    1837 #line 1838 "configure"
     1678#line 1679 "configure"
    18381679#include "confdefs.h"
    18391680
     
    18421683; return 0; }
    18431684EOF
    1844 if { (eval echo configure:1845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1685if { (eval echo configure:1686: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    18451686  rm -rf conftest*
    18461687  ac_cv_c_inline=$ac_kw; break
     
    18681709
    18691710echo $ac_n "checking for volatile""... $ac_c" 1>&6
    1870 echo "configure:1871: checking for volatile" >&5
     1711echo "configure:1712: checking for volatile" >&5
    18711712if eval "test \"`echo '$''{'gcc_cv_c_volatile'+set}'`\" = set"; then
    18721713  echo $ac_n "(cached) $ac_c" 1>&6
    18731714else
    18741715  cat > conftest.$ac_ext <<EOF
    1875 #line 1876 "configure"
     1716#line 1717 "configure"
    18761717#include "confdefs.h"
    18771718
     
    18801721; return 0; }
    18811722EOF
    1882 if { (eval echo configure:1883: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1723if { (eval echo configure:1724: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    18831724  rm -rf conftest*
    18841725  gcc_cv_c_volatile=yes
     
    19021743
    19031744echo $ac_n "checking for long double""... $ac_c" 1>&6
    1904 echo "configure:1905: checking for long double" >&5
     1745echo "configure:1746: checking for long double" >&5
    19051746if eval "test \"`echo '$''{'gcc_cv_c_long_double'+set}'`\" = set"; then
    19061747  echo $ac_n "(cached) $ac_c" 1>&6
     
    19101751else
    19111752cat > conftest.$ac_ext <<EOF
    1912 #line 1913 "configure"
     1753#line 1754 "configure"
    19131754#include "confdefs.h"
    19141755
     
    19201761; return 0; }
    19211762EOF
    1922 if { (eval echo configure:1923: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1763if { (eval echo configure:1764: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19231764  rm -rf conftest*
    19241765  gcc_cv_c_long_double=yes
     
    19421783
    19431784echo $ac_n "checking for long long int""... $ac_c" 1>&6
    1944 echo "configure:1945: checking for long long int" >&5
     1785echo "configure:1786: checking for long long int" >&5
    19451786if eval "test \"`echo '$''{'ac_cv_c_long_long'+set}'`\" = set"; then
    19461787  echo $ac_n "(cached) $ac_c" 1>&6
    19471788else
    19481789  cat > conftest.$ac_ext <<EOF
    1949 #line 1950 "configure"
     1790#line 1791 "configure"
    19501791#include "confdefs.h"
    19511792
     
    19541795; return 0; }
    19551796EOF
    1956 if { (eval echo configure:1957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1797if { (eval echo configure:1798: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19571798  rm -rf conftest*
    19581799  ac_cv_c_long_long=yes
     
    19741815  fi
    19751816echo $ac_n "checking for __int64""... $ac_c" 1>&6
    1976 echo "configure:1977: checking for __int64" >&5
     1817echo "configure:1818: checking for __int64" >&5
    19771818if eval "test \"`echo '$''{'ac_cv_c___int64'+set}'`\" = set"; then
    19781819  echo $ac_n "(cached) $ac_c" 1>&6
    19791820else
    19801821  cat > conftest.$ac_ext <<EOF
    1981 #line 1982 "configure"
     1822#line 1823 "configure"
    19821823#include "confdefs.h"
    19831824
     
    19861827; return 0; }
    19871828EOF
    1988 if { (eval echo configure:1989: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1829if { (eval echo configure:1830: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    19891830  rm -rf conftest*
    19901831  ac_cv_c___int64=yes
     
    20071848
    20081849echo $ac_n "checking for built-in _Bool""... $ac_c" 1>&6
    2009 echo "configure:2010: checking for built-in _Bool" >&5
     1850echo "configure:1851: checking for built-in _Bool" >&5
    20101851if eval "test \"`echo '$''{'gcc_cv_c__bool'+set}'`\" = set"; then
    20111852  echo $ac_n "(cached) $ac_c" 1>&6
    20121853else
    20131854  cat > conftest.$ac_ext <<EOF
    2014 #line 2015 "configure"
     1855#line 1856 "configure"
    20151856#include "confdefs.h"
    20161857
     
    20191860; return 0; }
    20201861EOF
    2021 if { (eval echo configure:2022: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1862if { (eval echo configure:1863: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    20221863  rm -rf conftest*
    20231864  gcc_cv_c__bool=yes
     
    20431884# sizeof(char) is 1 by definition.
    20441885echo $ac_n "checking size of short""... $ac_c" 1>&6
    2045 echo "configure:2046: checking size of short" >&5
     1886echo "configure:1887: checking size of short" >&5
    20461887if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
     1888  echo $ac_n "(cached) $ac_c" 1>&6
     1889else
     1890  for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
     1891  cat > conftest.$ac_ext <<EOF
     1892#line 1893 "configure"
     1893#include "confdefs.h"
     1894#include "confdefs.h"
     1895#include <sys/types.h>
     1896
     1897
     1898int main() {
     1899switch (0) case 0: case (sizeof (short) == $ac_size):;
     1900; return 0; }
     1901EOF
     1902if { (eval echo configure:1903: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1903  rm -rf conftest*
     1904  ac_cv_sizeof_short=$ac_size
     1905else
     1906  echo "configure: failed program was:" >&5
     1907  cat conftest.$ac_ext >&5
     1908fi
     1909rm -f conftest*
     1910  if test x$ac_cv_sizeof_short != x ; then break; fi
     1911done
     1912
     1913fi
     1914
     1915if test x$ac_cv_sizeof_short = x ; then
     1916  { echo "configure: error: cannot determine a size for short" 1>&2; exit 1; }
     1917fi
     1918echo "$ac_t""$ac_cv_sizeof_short" 1>&6
     1919cat >> confdefs.h <<EOF
     1920#define SIZEOF_SHORT $ac_cv_sizeof_short
     1921EOF
     1922
     1923
     1924echo $ac_n "checking size of int""... $ac_c" 1>&6
     1925echo "configure:1926: checking size of int" >&5
     1926if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
     1927  echo $ac_n "(cached) $ac_c" 1>&6
     1928else
     1929  for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
     1930  cat > conftest.$ac_ext <<EOF
     1931#line 1932 "configure"
     1932#include "confdefs.h"
     1933#include "confdefs.h"
     1934#include <sys/types.h>
     1935
     1936
     1937int main() {
     1938switch (0) case 0: case (sizeof (int) == $ac_size):;
     1939; return 0; }
     1940EOF
     1941if { (eval echo configure:1942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1942  rm -rf conftest*
     1943  ac_cv_sizeof_int=$ac_size
     1944else
     1945  echo "configure: failed program was:" >&5
     1946  cat conftest.$ac_ext >&5
     1947fi
     1948rm -f conftest*
     1949  if test x$ac_cv_sizeof_int != x ; then break; fi
     1950done
     1951
     1952fi
     1953
     1954if test x$ac_cv_sizeof_int = x ; then
     1955  { echo "configure: error: cannot determine a size for int" 1>&2; exit 1; }
     1956fi
     1957echo "$ac_t""$ac_cv_sizeof_int" 1>&6
     1958cat >> confdefs.h <<EOF
     1959#define SIZEOF_INT $ac_cv_sizeof_int
     1960EOF
     1961
     1962
     1963echo $ac_n "checking size of long""... $ac_c" 1>&6
     1964echo "configure:1965: checking size of long" >&5
     1965if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
     1966  echo $ac_n "(cached) $ac_c" 1>&6
     1967else
     1968  for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
     1969  cat > conftest.$ac_ext <<EOF
     1970#line 1971 "configure"
     1971#include "confdefs.h"
     1972#include "confdefs.h"
     1973#include <sys/types.h>
     1974
     1975
     1976int main() {
     1977switch (0) case 0: case (sizeof (long) == $ac_size):;
     1978; return 0; }
     1979EOF
     1980if { (eval echo configure:1981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1981  rm -rf conftest*
     1982  ac_cv_sizeof_long=$ac_size
     1983else
     1984  echo "configure: failed program was:" >&5
     1985  cat conftest.$ac_ext >&5
     1986fi
     1987rm -f conftest*
     1988  if test x$ac_cv_sizeof_long != x ; then break; fi
     1989done
     1990
     1991fi
     1992
     1993if test x$ac_cv_sizeof_long = x ; then
     1994  { echo "configure: error: cannot determine a size for long" 1>&2; exit 1; }
     1995fi
     1996echo "$ac_t""$ac_cv_sizeof_long" 1>&6
     1997cat >> confdefs.h <<EOF
     1998#define SIZEOF_LONG $ac_cv_sizeof_long
     1999EOF
     2000
     2001
     2002if test $ac_cv_c_long_long = yes; then
     2003  echo $ac_n "checking size of long long""... $ac_c" 1>&6
     2004echo "configure:2005: checking size of long long" >&5
     2005if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
     2006  echo $ac_n "(cached) $ac_c" 1>&6
     2007else
     2008  for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
     2009  cat > conftest.$ac_ext <<EOF
     2010#line 2011 "configure"
     2011#include "confdefs.h"
     2012#include "confdefs.h"
     2013#include <sys/types.h>
     2014
     2015
     2016int main() {
     2017switch (0) case 0: case (sizeof (long long) == $ac_size):;
     2018; return 0; }
     2019EOF
     2020if { (eval echo configure:2021: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2021  rm -rf conftest*
     2022  ac_cv_sizeof_long_long=$ac_size
     2023else
     2024  echo "configure: failed program was:" >&5
     2025  cat conftest.$ac_ext >&5
     2026fi
     2027rm -f conftest*
     2028  if test x$ac_cv_sizeof_long_long != x ; then break; fi
     2029done
     2030
     2031fi
     2032
     2033if test x$ac_cv_sizeof_long_long = x ; then
     2034  { echo "configure: error: cannot determine a size for long long" 1>&2; exit 1; }
     2035fi
     2036echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
     2037cat >> confdefs.h <<EOF
     2038#define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
     2039EOF
     2040
     2041
     2042fi
     2043if test $ac_cv_c___int64 = yes; then
     2044  echo $ac_n "checking size of __int64""... $ac_c" 1>&6
     2045echo "configure:2046: checking size of __int64" >&5
     2046if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then
    20472047  echo $ac_n "(cached) $ac_c" 1>&6
    20482048else
     
    20562056
    20572057int main() {
    2058 switch (0) case 0: case (sizeof (short) == $ac_size):;
    2059 ; return 0; }
    2060 EOF
    2061 if { (eval echo configure:2062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    2062   rm -rf conftest*
    2063   ac_cv_sizeof_short=$ac_size
    2064 else
    2065   echo "configure: failed program was:" >&5
    2066   cat conftest.$ac_ext >&5
    2067 fi
    2068 rm -f conftest*
    2069   if test x$ac_cv_sizeof_short != x ; then break; fi
    2070 done
    2071 
    2072 fi
    2073 
    2074 if test x$ac_cv_sizeof_short = x ; then
    2075   { echo "configure: error: cannot determine a size for short" 1>&2; exit 1; }
    2076 fi
    2077 echo "$ac_t""$ac_cv_sizeof_short" 1>&6
    2078 cat >> confdefs.h <<EOF
    2079 #define SIZEOF_SHORT $ac_cv_sizeof_short
    2080 EOF
    2081 
    2082 
    2083 echo $ac_n "checking size of int""... $ac_c" 1>&6
    2084 echo "configure:2085: checking size of int" >&5
    2085 if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
    2086   echo $ac_n "(cached) $ac_c" 1>&6
    2087 else
    2088   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    2089   cat > conftest.$ac_ext <<EOF
    2090 #line 2091 "configure"
    2091 #include "confdefs.h"
    2092 #include "confdefs.h"
    2093 #include <sys/types.h>
    2094 
    2095 
    2096 int main() {
    2097 switch (0) case 0: case (sizeof (int) == $ac_size):;
    2098 ; return 0; }
    2099 EOF
    2100 if { (eval echo configure:2101: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    2101   rm -rf conftest*
    2102   ac_cv_sizeof_int=$ac_size
    2103 else
    2104   echo "configure: failed program was:" >&5
    2105   cat conftest.$ac_ext >&5
    2106 fi
    2107 rm -f conftest*
    2108   if test x$ac_cv_sizeof_int != x ; then break; fi
    2109 done
    2110 
    2111 fi
    2112 
    2113 if test x$ac_cv_sizeof_int = x ; then
    2114   { echo "configure: error: cannot determine a size for int" 1>&2; exit 1; }
    2115 fi
    2116 echo "$ac_t""$ac_cv_sizeof_int" 1>&6
    2117 cat >> confdefs.h <<EOF
    2118 #define SIZEOF_INT $ac_cv_sizeof_int
    2119 EOF
    2120 
    2121 
    2122 echo $ac_n "checking size of long""... $ac_c" 1>&6
    2123 echo "configure:2124: checking size of long" >&5
    2124 if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
    2125   echo $ac_n "(cached) $ac_c" 1>&6
    2126 else
    2127   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    2128   cat > conftest.$ac_ext <<EOF
    2129 #line 2130 "configure"
    2130 #include "confdefs.h"
    2131 #include "confdefs.h"
    2132 #include <sys/types.h>
    2133 
    2134 
    2135 int main() {
    2136 switch (0) case 0: case (sizeof (long) == $ac_size):;
    2137 ; return 0; }
    2138 EOF
    2139 if { (eval echo configure:2140: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    2140   rm -rf conftest*
    2141   ac_cv_sizeof_long=$ac_size
    2142 else
    2143   echo "configure: failed program was:" >&5
    2144   cat conftest.$ac_ext >&5
    2145 fi
    2146 rm -f conftest*
    2147   if test x$ac_cv_sizeof_long != x ; then break; fi
    2148 done
    2149 
    2150 fi
    2151 
    2152 if test x$ac_cv_sizeof_long = x ; then
    2153   { echo "configure: error: cannot determine a size for long" 1>&2; exit 1; }
    2154 fi
    2155 echo "$ac_t""$ac_cv_sizeof_long" 1>&6
    2156 cat >> confdefs.h <<EOF
    2157 #define SIZEOF_LONG $ac_cv_sizeof_long
    2158 EOF
    2159 
    2160 
    2161 if test $ac_cv_c_long_long = yes; then
    2162   echo $ac_n "checking size of long long""... $ac_c" 1>&6
    2163 echo "configure:2164: checking size of long long" >&5
    2164 if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
    2165   echo $ac_n "(cached) $ac_c" 1>&6
    2166 else
    2167   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    2168   cat > conftest.$ac_ext <<EOF
    2169 #line 2170 "configure"
    2170 #include "confdefs.h"
    2171 #include "confdefs.h"
    2172 #include <sys/types.h>
    2173 
    2174 
    2175 int main() {
    2176 switch (0) case 0: case (sizeof (long long) == $ac_size):;
    2177 ; return 0; }
    2178 EOF
    2179 if { (eval echo configure:2180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    2180   rm -rf conftest*
    2181   ac_cv_sizeof_long_long=$ac_size
    2182 else
    2183   echo "configure: failed program was:" >&5
    2184   cat conftest.$ac_ext >&5
    2185 fi
    2186 rm -f conftest*
    2187   if test x$ac_cv_sizeof_long_long != x ; then break; fi
    2188 done
    2189 
    2190 fi
    2191 
    2192 if test x$ac_cv_sizeof_long_long = x ; then
    2193   { echo "configure: error: cannot determine a size for long long" 1>&2; exit 1; }
    2194 fi
    2195 echo "$ac_t""$ac_cv_sizeof_long_long" 1>&6
    2196 cat >> confdefs.h <<EOF
    2197 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
    2198 EOF
    2199 
    2200 
    2201 fi
    2202 if test $ac_cv_c___int64 = yes; then
    2203   echo $ac_n "checking size of __int64""... $ac_c" 1>&6
    2204 echo "configure:2205: checking size of __int64" >&5
    2205 if eval "test \"`echo '$''{'ac_cv_sizeof___int64'+set}'`\" = set"; then
    2206   echo $ac_n "(cached) $ac_c" 1>&6
    2207 else
    2208   for ac_size in 4 8 1 2 16  ; do # List sizes in rough order of prevalence.
    2209   cat > conftest.$ac_ext <<EOF
    2210 #line 2211 "configure"
    2211 #include "confdefs.h"
    2212 #include "confdefs.h"
    2213 #include <sys/types.h>
    2214 
    2215 
    2216 int main() {
    22172058switch (0) case 0: case (sizeof (__int64) == $ac_size):;
    22182059; return 0; }
    22192060EOF
    2220 if { (eval echo configure:2221: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2061if { (eval echo configure:2062: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    22212062  rm -rf conftest*
    22222063  ac_cv_sizeof___int64=$ac_size
     
    22432084
    22442085echo $ac_n "checking execution character set""... $ac_c" 1>&6
    2245 echo "configure:2246: checking execution character set" >&5
     2086echo "configure:2087: checking execution character set" >&5
    22462087if eval "test \"`echo '$''{'ac_cv_c_charset'+set}'`\" = set"; then
    22472088  echo $ac_n "(cached) $ac_c" 1>&6
    22482089else
    22492090  cat > conftest.$ac_ext <<EOF
    2250 #line 2251 "configure"
     2091#line 2092 "configure"
    22512092#include "confdefs.h"
    22522093#if '\n' == 0x0A && ' ' == 0x20 && '0' == 0x30 \
     
    22642105  if test x${ac_cv_c_charset+set} != xset; then
    22652106    cat > conftest.$ac_ext <<EOF
    2266 #line 2267 "configure"
     2107#line 2108 "configure"
    22672108#include "confdefs.h"
    22682109#if '\n' == 0x15 && ' ' == 0x40 && '0' == 0xF0 \
     
    23002141if test "x$GCC" = "xyes"; then
    23012142  warn_cflags='$(GCC_WARN_CFLAGS)'
     2143fi
     2144
     2145
     2146# Determine whether or not multilibs are enabled.
     2147# Check whether --enable-multilib or --disable-multilib was given.
     2148if test "${enable_multilib+set}" = set; then
     2149  enableval="$enable_multilib"
     2150  :
     2151else
     2152  enable_multilib=yes
     2153fi
     2154
     2155
     2156
     2157# Enable expensive internal checks
     2158# Check whether --enable-checking or --disable-checking was given.
     2159if test "${enable_checking+set}" = set; then
     2160  enableval="$enable_checking"
     2161  ac_checking=
     2162ac_tree_checking=
     2163ac_rtl_checking=
     2164ac_rtlflag_checking=
     2165ac_gc_checking=
     2166ac_gc_always_collect=
     2167case "${enableval}" in
     2168yes)    ac_checking=1 ; ac_tree_checking=1 ; ac_gc_checking=1 ;
     2169        ac_rtlflag_checking=1 ;;
     2170no)     ;;
     2171*)      IFS="${IFS=     }"; ac_save_IFS="$IFS"; IFS="$IFS,"
     2172        set fnord $enableval; shift
     2173        IFS="$ac_save_IFS"
     2174        for check
     2175        do
     2176                case $check in
     2177                misc)   ac_checking=1 ;;
     2178                tree)   ac_tree_checking=1 ;;
     2179                rtlflag)        ac_rtlflag_checking=1 ;;
     2180                rtl)    ac_rtl_checking=1 ;;
     2181                gc)     ac_gc_checking=1 ;;
     2182                gcac)   ac_gc_always_collect=1 ;;
     2183                valgrind)       ac_checking_valgrind=1 ;;
     2184                *)      { echo "configure: error: unknown check category $check" 1>&2; exit 1; } ;;
     2185                esac
     2186        done
     2187        ;;
     2188esac
     2189
     2190fi
     2191
     2192nocommon_flag=""
     2193if test x$ac_checking != x ; then
     2194  cat >> confdefs.h <<\EOF
     2195#define ENABLE_CHECKING 1
     2196EOF
     2197
     2198  nocommon_flag=-fno-common
     2199fi
     2200
     2201if test x$ac_tree_checking != x ; then
     2202  cat >> confdefs.h <<\EOF
     2203#define ENABLE_TREE_CHECKING 1
     2204EOF
     2205
     2206fi
     2207if test x$ac_rtl_checking != x ; then
     2208  cat >> confdefs.h <<\EOF
     2209#define ENABLE_RTL_CHECKING 1
     2210EOF
     2211
     2212fi
     2213if test x$ac_rtlflag_checking != x ; then
     2214  cat >> confdefs.h <<\EOF
     2215#define ENABLE_RTL_FLAG_CHECKING 1
     2216EOF
     2217
     2218fi
     2219if test x$ac_gc_checking != x ; then
     2220  cat >> confdefs.h <<\EOF
     2221#define ENABLE_GC_CHECKING 1
     2222EOF
     2223
     2224fi
     2225if test x$ac_gc_always_collect != x ; then
     2226  cat >> confdefs.h <<\EOF
     2227#define ENABLE_GC_ALWAYS_COLLECT 1
     2228EOF
     2229
     2230fi
     2231valgrind_path_defines=
     2232valgrind_command=
     2233if test x$ac_checking_valgrind != x ; then
     2234  # It is certainly possible that there's valgrind but no valgrind.h.
     2235  # GCC relies on making annotations so we must have both.
     2236  ac_safe=`echo "valgrind.h" | sed 'y%./+-%__p_%'`
     2237echo $ac_n "checking for valgrind.h""... $ac_c" 1>&6
     2238echo "configure:2239: checking for valgrind.h" >&5
     2239if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
     2240  echo $ac_n "(cached) $ac_c" 1>&6
     2241else
     2242  cat > conftest.$ac_ext <<EOF
     2243#include <sys/types.h>
     2244#line 2245 "configure"
     2245#include "confdefs.h"
     2246#include <valgrind.h>
     2247EOF
     2248ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
     2249{ (eval echo configure:2250: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2250ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
     2251if test -z "$ac_err"; then
     2252  rm -rf conftest*
     2253  eval "ac_cv_header_$ac_safe=yes"
     2254else
     2255  echo "$ac_err" >&5
     2256  echo "configure: failed program was:" >&5
     2257  cat conftest.$ac_ext >&5
     2258  rm -rf conftest*
     2259  eval "ac_cv_header_$ac_safe=no"
     2260fi
     2261rm -f conftest*
     2262fi
     2263if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
     2264  echo "$ac_t""yes" 1>&6
     2265  have_valgrind_h=yes
     2266else
     2267  echo "$ac_t""no" 1>&6
     2268have_valgrind_h=no
     2269fi
     2270
     2271  # Extract the first word of "valgrind", so it can be a program name with args.
     2272set dummy valgrind; ac_word=$2
     2273echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
     2274echo "configure:2275: checking for $ac_word" >&5
     2275if eval "test \"`echo '$''{'ac_cv_path_valgrind_path'+set}'`\" = set"; then
     2276  echo $ac_n "(cached) $ac_c" 1>&6
     2277else
     2278  case "$valgrind_path" in
     2279  /*)
     2280  ac_cv_path_valgrind_path="$valgrind_path" # Let the user override the test with a path.
     2281  ;;
     2282  *)
     2283  IFS="${IFS=   }"; ac_save_ifs="$IFS"; IFS="${PATH_IFS}"
     2284  for ac_dir in $PATH; do
     2285    test -z "$ac_dir" && ac_dir=.
     2286    if test -f $ac_dir/$ac_word; then
     2287      if $ac_dir/$ac_word --version | grep valgrind- >/dev/null 2>&1; then
     2288        ac_cv_path_valgrind_path="$ac_dir/$ac_word"
     2289        break
     2290      fi
     2291    fi
     2292  done
     2293  IFS="$ac_save_ifs"
     2294  ;;
     2295esac
     2296fi
     2297valgrind_path="$ac_cv_path_valgrind_path"
     2298if test -n "$valgrind_path"; then
     2299  echo "$ac_t""$valgrind_path" 1>&6
     2300else
     2301  echo "$ac_t""no" 1>&6
     2302fi
     2303
     2304  if test "x$valgrind_path" = "x" || test $have_valgrind_h = no; then
     2305        { echo "configure: error: *** Can't find both valgrind and valgrind.h" 1>&2; exit 1; }
     2306  fi
     2307  valgrind_path_defines=-DVALGRIND_PATH='\"'$valgrind_path'\"'
     2308  valgrind_command="$valgrind_path -q"
     2309  cat >> confdefs.h <<\EOF
     2310#define ENABLE_VALGRIND_CHECKING 1
     2311EOF
     2312
     2313fi
     2314
     2315
     2316
     2317# Enable code coverage collection
     2318# Check whether --enable-coverage or --disable-coverage was given.
     2319if test "${enable_coverage+set}" = set; then
     2320  enableval="$enable_coverage"
     2321  case "${enableval}" in
     2322yes|noopt)
     2323        coverage_flags="-fprofile-arcs -ftest-coverage -O0"
     2324        ;;
     2325opt)
     2326        coverage_flags="-fprofile-arcs -ftest-coverage -O2"
     2327        ;;
     2328*)
     2329        { echo "configure: error: unknown coverage setting $enableval" 1>&2; exit 1; }
     2330        ;;
     2331esac
     2332else
     2333  coverage_flags=""
     2334fi
     2335
     2336
     2337
     2338# Check whether --with-cpp_install_dir or --without-cpp_install_dir was given.
     2339if test "${with_cpp_install_dir+set}" = set; then
     2340  withval="$with_cpp_install_dir"
     2341  if test x$withval = xyes; then
     2342  { echo "configure: error: option --with-cpp-install-dir requires an argument" 1>&2; exit 1; }
     2343elif test x$withval != xno; then
     2344  cpp_install_dir=$withval
     2345fi
     2346fi
     2347
     2348
     2349# Enable __cxa_atexit for C++.
     2350# Check whether --enable-__cxa_atexit or --disable-__cxa_atexit was given.
     2351if test "${enable___cxa_atexit+set}" = set; then
     2352  enableval="$enable___cxa_atexit"
     2353  :
     2354fi
     2355
     2356if test x$enable___cxa_atexit = xyes; then
     2357  cat >> confdefs.h <<\EOF
     2358#define DEFAULT_USE_CXA_ATEXIT 1
     2359EOF
     2360
     2361fi
     2362 
     2363# Enable Multibyte Characters for C/C++
     2364# Check whether --enable-c-mbchar or --disable-c-mbchar was given.
     2365if test "${enable_c_mbchar+set}" = set; then
     2366  enableval="$enable_c_mbchar"
     2367  if test x$enable_c_mbchar != xno; then
     2368  cat >> confdefs.h <<\EOF
     2369#define MULTIBYTE_CHARS 1
     2370EOF
     2371
     2372fi
     2373fi
     2374
     2375 
     2376# Enable threads
     2377# Pass with no value to take the default
     2378# Pass with a value to specify a thread package
     2379# Check whether --enable-threads or --disable-threads was given.
     2380if test "${enable_threads+set}" = set; then
     2381  enableval="$enable_threads"
     2382  :
     2383else
     2384  enable_threads=''
     2385fi
     2386
     2387
     2388enable_threads_flag=$enable_threads
     2389# Check if a valid thread package
     2390case x${enable_threads_flag} in
     2391        x | xno)
     2392                # No threads
     2393                target_thread_file='single'
     2394                ;;
     2395        xyes)
     2396                # default
     2397                target_thread_file=''
     2398                ;;
     2399        xdecosf1 | xirix | xmach | xos2 | xposix | xpthreads | xsingle | \
     2400        xsolaris | xwin32 | xdce | xrtems| xvxworks | xaix)
     2401                target_thread_file=$enable_threads_flag
     2402                ;;
     2403        *)
     2404                echo "$enable_threads is an unknown thread package" 1>&2
     2405                exit 1
     2406                ;;
     2407esac
     2408
     2409# Check whether --enable-objc-gc or --disable-objc-gc was given.
     2410if test "${enable_objc_gc+set}" = set; then
     2411  enableval="$enable_objc_gc"
     2412  if test x$enable_objc_gc = xno; then
     2413        objc_boehm_gc=''
     2414else
     2415        objc_boehm_gc=1
     2416fi
     2417else
     2418  objc_boehm_gc=''
     2419fi
     2420
     2421
     2422# Check whether --with-dwarf2 or --without-dwarf2 was given.
     2423if test "${with_dwarf2+set}" = set; then
     2424  withval="$with_dwarf2"
     2425  dwarf2="$with_dwarf2"
     2426else
     2427  dwarf2=no
     2428fi
     2429
     2430
     2431# Check whether --enable-shared or --disable-shared was given.
     2432if test "${enable_shared+set}" = set; then
     2433  enableval="$enable_shared"
     2434 
     2435  case $enable_shared in
     2436  yes | no) ;;
     2437  *)
     2438    enable_shared=no
     2439    IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS="${IFS}:,"
     2440    for pkg in $enableval; do
     2441      if test "X$pkg" = "Xgcc" || test "X$pkg" = "Xlibgcc"; then
     2442        enable_shared=yes
     2443      fi
     2444    done
     2445    IFS="$ac_save_ifs"
     2446    ;;
     2447  esac
     2448
     2449else
     2450  enable_shared=yes
     2451fi
     2452
     2453
     2454
     2455# Enable command-line help
     2456# Check whether --enable-clh or --disable-clh was given.
     2457if test "${enable_clh+set}" = set; then
     2458  enableval="$enable_clh"
     2459  :
    23022460fi
    23032461
     
    23252483
    23262484echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2327 echo "configure:2328: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2485echo "configure:2486: checking whether ${MAKE-make} sets \${MAKE}" >&5
    23282486set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    23292487if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    23532511
    23542512echo $ac_n "checking whether a default assembler was specified""... $ac_c" 1>&6
    2355 echo "configure:2356: checking whether a default assembler was specified" >&5
     2513echo "configure:2514: checking whether a default assembler was specified" >&5
    23562514if test x"${DEFAULT_ASSEMBLER+set}" = x"set"; then
    23572515    if test x"$gas_flag" = x"no"; then
     
    23652523
    23662524echo $ac_n "checking whether a default linker was specified""... $ac_c" 1>&6
    2367 echo "configure:2368: checking whether a default linker was specified" >&5
     2525echo "configure:2526: checking whether a default linker was specified" >&5
    23682526if test x"${DEFAULT_LINKER+set}" = x"set"; then
    23692527    if test x"$gnu_ld_flag" = x"no"; then
     
    23772535
    23782536echo $ac_n "checking for GNU C library""... $ac_c" 1>&6
    2379 echo "configure:2380: checking for GNU C library" >&5
     2537echo "configure:2538: checking for GNU C library" >&5
    23802538if eval "test \"`echo '$''{'gcc_cv_glibc'+set}'`\" = set"; then
    23812539  echo $ac_n "(cached) $ac_c" 1>&6
    23822540else
    23832541  cat > conftest.$ac_ext <<EOF
    2384 #line 2385 "configure"
     2542#line 2543 "configure"
    23852543#include "confdefs.h"
    23862544#include <features.h>
     
    23922550; return 0; }
    23932551EOF
    2394 if { (eval echo configure:2395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2552if { (eval echo configure:2553: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    23952553  rm -rf conftest*
    23962554  gcc_cv_glibc=yes
     
    24182576set dummy $ac_prog; ac_word=$2
    24192577echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2420 echo "configure:2421: checking for $ac_word" >&5
     2578echo "configure:2579: checking for $ac_word" >&5
    24212579if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    24222580  echo $ac_n "(cached) $ac_c" 1>&6
     
    24492607
    24502608echo $ac_n "checking whether ln works""... $ac_c" 1>&6
    2451 echo "configure:2452: checking whether ln works" >&5
     2609echo "configure:2610: checking whether ln works" >&5
    24522610if eval "test \"`echo '$''{'gcc_cv_prog_LN'+set}'`\" = set"; then
    24532611  echo $ac_n "(cached) $ac_c" 1>&6
     
    24812639
    24822640echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    2483 echo "configure:2484: checking whether ln -s works" >&5
     2641echo "configure:2642: checking whether ln -s works" >&5
    24842642if eval "test \"`echo '$''{'gcc_cv_prog_LN_S'+set}'`\" = set"; then
    24852643  echo $ac_n "(cached) $ac_c" 1>&6
     
    25152673set dummy ranlib; ac_word=$2
    25162674echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2517 echo "configure:2518: checking for $ac_word" >&5
     2675echo "configure:2676: checking for $ac_word" >&5
    25182676if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    25192677  echo $ac_n "(cached) $ac_c" 1>&6
     
    25542712# ./install, which can be erroneously created by make from ./install.sh.
    25552713echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2556 echo "configure:2557: checking for a BSD compatible install" >&5
     2714echo "configure:2715: checking for a BSD compatible install" >&5
    25572715if test -z "$INSTALL"; then
    25582716if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    26052763
    26062764echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2607 echo "configure:2608: checking for ANSI C header files" >&5
     2765echo "configure:2766: checking for ANSI C header files" >&5
    26082766if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    26092767  echo $ac_n "(cached) $ac_c" 1>&6
     
    26112769  cat > conftest.$ac_ext <<EOF
    26122770#include <sys/types.h>
    2613 #line 2614 "configure"
     2771#line 2772 "configure"
    26142772#include "confdefs.h"
    26152773#include <stdlib.h>
     
    26192777EOF
    26202778ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2621 { (eval echo configure:2622: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2779{ (eval echo configure:2780: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26222780ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26232781if test -z "$ac_err"; then
     
    26362794  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    26372795cat > conftest.$ac_ext <<EOF
    2638 #line 2639 "configure"
     2796#line 2797 "configure"
    26392797#include "confdefs.h"
    26402798#include <string.h>
     
    26542812  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    26552813cat > conftest.$ac_ext <<EOF
    2656 #line 2657 "configure"
     2814#line 2815 "configure"
    26572815#include "confdefs.h"
    26582816#include <stdlib.h>
     
    26752833else
    26762834  cat > conftest.$ac_ext <<EOF
    2677 #line 2678 "configure"
     2835#line 2836 "configure"
    26782836#include "confdefs.h"
    26792837#include <ctype.h>
     
    26862844
    26872845EOF
    2688 if { (eval echo configure:2689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2846if { (eval echo configure:2847: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    26892847then
    26902848  :
     
    27102868
    27112869echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
    2712 echo "configure:2713: checking whether time.h and sys/time.h may both be included" >&5
     2870echo "configure:2871: checking whether time.h and sys/time.h may both be included" >&5
    27132871if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
    27142872  echo $ac_n "(cached) $ac_c" 1>&6
    27152873else
    27162874  cat > conftest.$ac_ext <<EOF
    2717 #line 2718 "configure"
     2875#line 2876 "configure"
    27182876#include "confdefs.h"
    27192877#include <sys/types.h>
     
    27242882; return 0; }
    27252883EOF
    2726 if { (eval echo configure:2727: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2884if { (eval echo configure:2885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27272885  rm -rf conftest*
    27282886  ac_cv_header_time=yes
     
    27452903
    27462904echo $ac_n "checking for working stdbool.h""... $ac_c" 1>&6
    2747 echo "configure:2748: checking for working stdbool.h" >&5
     2905echo "configure:2906: checking for working stdbool.h" >&5
    27482906if eval "test \"`echo '$''{'ac_cv_header_stdbool_h'+set}'`\" = set"; then
    27492907  echo $ac_n "(cached) $ac_c" 1>&6
    27502908else
    27512909  cat > conftest.$ac_ext <<EOF
    2752 #line 2753 "configure"
     2910#line 2911 "configure"
    27532911#include "confdefs.h"
    27542912#include <stdbool.h>
     
    27572915; return 0; }
    27582916EOF
    2759 if { (eval echo configure:2760: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2917if { (eval echo configure:2918: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27602918  rm -rf conftest*
    27612919  ac_cv_header_stdbool_h=yes
     
    27782936
    27792937echo $ac_n "checking whether string.h and strings.h may both be included""... $ac_c" 1>&6
    2780 echo "configure:2781: checking whether string.h and strings.h may both be included" >&5
     2938echo "configure:2939: checking whether string.h and strings.h may both be included" >&5
    27812939if eval "test \"`echo '$''{'gcc_cv_header_string'+set}'`\" = set"; then
    27822940  echo $ac_n "(cached) $ac_c" 1>&6
    27832941else
    27842942  cat > conftest.$ac_ext <<EOF
    2785 #line 2786 "configure"
     2943#line 2944 "configure"
    27862944#include "confdefs.h"
    27872945#include <string.h>
     
    27912949; return 0; }
    27922950EOF
    2793 if { (eval echo configure:2794: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2951if { (eval echo configure:2952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    27942952  rm -rf conftest*
    27952953  gcc_cv_header_string=yes
     
    28122970
    28132971echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6
    2814 echo "configure:2815: checking for sys/wait.h that is POSIX.1 compatible" >&5
     2972echo "configure:2973: checking for sys/wait.h that is POSIX.1 compatible" >&5
    28152973if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then
    28162974  echo $ac_n "(cached) $ac_c" 1>&6
    28172975else
    28182976  cat > conftest.$ac_ext <<EOF
    2819 #line 2820 "configure"
     2977#line 2978 "configure"
    28202978#include "confdefs.h"
    28212979#include <sys/types.h>
     
    28332991; return 0; }
    28342992EOF
    2835 if { (eval echo configure:2836: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2993if { (eval echo configure:2994: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    28362994  rm -rf conftest*
    28372995  ac_cv_header_sys_wait_h=yes
     
    28543012
    28553013for ac_hdr in limits.h stddef.h string.h strings.h stdlib.h time.h \
    2856                  fcntl.h unistd.h sys/file.h sys/time.h \
     3014                 fcntl.h unistd.h sys/file.h sys/time.h sys/mman.h \
    28573015                 sys/resource.h sys/param.h sys/times.h sys/stat.h \
    28583016                 direct.h malloc.h langinfo.h
     
    28603018ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    28613019echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2862 echo "configure:2863: checking for $ac_hdr" >&5
     3020echo "configure:3021: checking for $ac_hdr" >&5
    28633021if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    28643022  echo $ac_n "(cached) $ac_c" 1>&6
     
    28663024  cat > conftest.$ac_ext <<EOF
    28673025#include <sys/types.h>
    2868 #line 2869 "configure"
     3026#line 3027 "configure"
    28693027#include "confdefs.h"
    28703028#include <$ac_hdr>
    28713029EOF
    28723030ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2873 { (eval echo configure:2874: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3031{ (eval echo configure:3032: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28743032ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    28753033if test -z "$ac_err"; then
     
    29013059ac_safe=`echo "thread.h" | sed 'y%./+-%__p_%'`
    29023060echo $ac_n "checking for thread.h""... $ac_c" 1>&6
    2903 echo "configure:2904: checking for thread.h" >&5
     3061echo "configure:3062: checking for thread.h" >&5
    29043062if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    29053063  echo $ac_n "(cached) $ac_c" 1>&6
     
    29073065  cat > conftest.$ac_ext <<EOF
    29083066#include <sys/types.h>
    2909 #line 2910 "configure"
     3067#line 3068 "configure"
    29103068#include "confdefs.h"
    29113069#include <thread.h>
    29123070EOF
    29133071ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2914 { (eval echo configure:2915: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3072{ (eval echo configure:3073: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29153073ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    29163074if test -z "$ac_err"; then
     
    29363094ac_safe=`echo "pthread.h" | sed 'y%./+-%__p_%'`
    29373095echo $ac_n "checking for pthread.h""... $ac_c" 1>&6
    2938 echo "configure:2939: checking for pthread.h" >&5
     3096echo "configure:3097: checking for pthread.h" >&5
    29393097if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    29403098  echo $ac_n "(cached) $ac_c" 1>&6
     
    29423100  cat > conftest.$ac_ext <<EOF
    29433101#include <sys/types.h>
    2944 #line 2945 "configure"
     3102#line 3103 "configure"
    29453103#include "confdefs.h"
    29463104#include <pthread.h>
    29473105EOF
    29483106ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2949 { (eval echo configure:2950: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     3107{ (eval echo configure:3108: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    29503108ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    29513109if test -z "$ac_err"; then
     
    29723130# These tests can't be done till we know if we have limits.h.
    29733131echo $ac_n "checking for CHAR_BIT""... $ac_c" 1>&6
    2974 echo "configure:2975: checking for CHAR_BIT" >&5
     3132echo "configure:3133: checking for CHAR_BIT" >&5
    29753133if eval "test \"`echo '$''{'gcc_cv_decl_char_bit'+set}'`\" = set"; then
    29763134  echo $ac_n "(cached) $ac_c" 1>&6
    29773135else
    29783136  cat > conftest.$ac_ext <<EOF
    2979 #line 2980 "configure"
     3137#line 3138 "configure"
    29803138#include "confdefs.h"
    29813139#ifdef HAVE_LIMITS_H
     
    30023160if test $gcc_cv_decl_char_bit = no; then
    30033161  echo $ac_n "checking number of bits in a byte""... $ac_c" 1>&6
    3004 echo "configure:3005: checking number of bits in a byte" >&5
     3162echo "configure:3163: checking number of bits in a byte" >&5
    30053163if eval "test \"`echo '$''{'gcc_cv_c_nbby'+set}'`\" = set"; then
    30063164  echo $ac_n "(cached) $ac_c" 1>&6
     
    30103168 while test $i -lt 65; do
    30113169   cat > conftest.$ac_ext <<EOF
    3012 #line 3013 "configure"
     3170#line 3171 "configure"
    30133171#include "confdefs.h"
    30143172
     
    30203178; return 0; }
    30213179EOF
    3022 if { (eval echo configure:3023: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3180if { (eval echo configure:3181: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30233181  rm -rf conftest*
    30243182  gcc_cv_c_nbby=$i; break
     
    30453203fi
    30463204echo $ac_n "checking byte ordering""... $ac_c" 1>&6
    3047 echo "configure:3048: checking byte ordering" >&5
     3205echo "configure:3206: checking byte ordering" >&5
    30483206if eval "test \"`echo '$''{'ac_cv_c_compile_endian'+set}'`\" = set"; then
    30493207  echo $ac_n "(cached) $ac_c" 1>&6
     
    30593217
    30603218cat > conftest.$ac_ext <<EOF
    3061 #line 3062 "configure"
     3219#line 3220 "configure"
    30623220#include "confdefs.h"
    30633221
     
    30793237};
    30803238EOF
    3081 if { (eval echo configure:3082: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3239if { (eval echo configure:3240: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    30823240  od -c conftest.o |
    30833241    sed 's/^[0-7]*[     ]*/ /
     
    31183276
    31193277echo $ac_n "checking floating point format""... $ac_c" 1>&6
    3120 echo "configure:3121: checking floating point format" >&5
     3278echo "configure:3279: checking floating point format" >&5
    31213279if eval "test \"`echo '$''{'ac_cv_c_float_format'+set}'`\" = set"; then
    31223280  echo $ac_n "(cached) $ac_c" 1>&6
     
    31313289
    31323290cat > conftest.$ac_ext <<EOF
    3133 #line 3134 "configure"
     3291#line 3292 "configure"
    31343292#include "confdefs.h"
    31353293/* This will not work unless sizeof(double) == 8.  */
     
    31533311};
    31543312EOF
    3155 if { (eval echo configure:3156: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3313if { (eval echo configure:3314: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    31563314  od -c conftest.o |
    31573315    sed 's/^[0-7]*[     ]*/ /
     
    32423400set dummy mktemp; ac_word=$2
    32433401echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3244 echo "configure:3245: checking for $ac_word" >&5
     3402echo "configure:3403: checking for $ac_word" >&5
    32453403if eval "test \"`echo '$''{'ac_cv_prog_have_mktemp_command'+set}'`\" = set"; then
    32463404  echo $ac_n "(cached) $ac_c" 1>&6
     
    32823440set dummy makeinfo; ac_word=$2
    32833441echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3284 echo "configure:3285: checking for $ac_word" >&5
     3442echo "configure:3443: checking for $ac_word" >&5
    32853443if eval "test \"`echo '$''{'ac_cv_prog_MAKEINFO'+set}'`\" = set"; then
    32863444  echo $ac_n "(cached) $ac_c" 1>&6
     
    33123470  # Found it, now check the version.
    33133471  echo $ac_n "checking for modern makeinfo""... $ac_c" 1>&6
    3314 echo "configure:3315: checking for modern makeinfo" >&5
     3472echo "configure:3473: checking for modern makeinfo" >&5
    33153473if eval "test \"`echo '$''{'gcc_cv_prog_makeinfo_modern'+set}'`\" = set"; then
    33163474  echo $ac_n "(cached) $ac_c" 1>&6
     
    33183476    ac_prog_version=`$MAKEINFO --version 2>&1 |
    33193477                   sed -n 's/^.*GNU texinfo.* \([0-9][0-9.]*\).*$/\1/p'`
    3320   echo "configure:3321: version of makeinfo is $ac_prog_version" >&5
     3478  echo "configure:3479: version of makeinfo is $ac_prog_version" >&5
    33213479  case $ac_prog_version in
    33223480    '')     gcc_cv_prog_makeinfo_modern=no;;
    3323     4.[1-9]*)
     3481    4.[2-9]*)
    33243482            gcc_cv_prog_makeinfo_modern=yes;;
    33253483    *)      gcc_cv_prog_makeinfo_modern=no;;
     
    33463504# Is pod2man recent enough to regenerate manpages?
    33473505echo $ac_n "checking for recent Pod::Man""... $ac_c" 1>&6
    3348 echo "configure:3349: checking for recent Pod::Man" >&5
     3506echo "configure:3507: checking for recent Pod::Man" >&5
    33493507if (perl -e 'use 1.10 Pod::Man') >/dev/null 2>&1; then
    33503508  echo "$ac_t""yes" 1>&6
     
    33623520set dummy flex; ac_word=$2
    33633521echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3364 echo "configure:3365: checking for $ac_word" >&5
     3522echo "configure:3523: checking for $ac_word" >&5
    33653523if eval "test \"`echo '$''{'ac_cv_prog_FLEX'+set}'`\" = set"; then
    33663524  echo $ac_n "(cached) $ac_c" 1>&6
     
    33803538  done
    33813539  IFS="$ac_save_ifs"
    3382   test -z "$ac_cv_prog_FLEX" && ac_cv_prog_FLEX="false"
     3540  test -z "$ac_cv_prog_FLEX" && ac_cv_prog_FLEX="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing flex"
    33833541fi
    33843542fi
     
    34003558set dummy bison; ac_word=$2
    34013559echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    3402 echo "configure:3403: checking for $ac_word" >&5
     3560echo "configure:3561: checking for $ac_word" >&5
    34033561if eval "test \"`echo '$''{'ac_cv_prog_BISON'+set}'`\" = set"; then
    34043562  echo $ac_n "(cached) $ac_c" 1>&6
     
    34183576  done
    34193577  IFS="$ac_save_ifs"
    3420   test -z "$ac_cv_prog_BISON" && ac_cv_prog_BISON="false"
     3578  test -z "$ac_cv_prog_BISON" && ac_cv_prog_BISON="${CONFIG_SHELL-/bin/sh} ${srcdir}/../missing bison"
    34213579fi
    34223580fi
     
    34333591# We may need a special search path to get them linked.
    34343592echo $ac_n "checking for collect2 libraries""... $ac_c" 1>&6
    3435 echo "configure:3436: checking for collect2 libraries" >&5
     3593echo "configure:3594: checking for collect2 libraries" >&5
    34363594if eval "test \"`echo '$''{'gcc_cv_collect2_libs'+set}'`\" = set"; then
    34373595  echo $ac_n "(cached) $ac_c" 1>&6
     
    34443602        LIBS="$libs"
    34453603        cat > conftest.$ac_ext <<EOF
    3446 #line 3447 "configure"
     3604#line 3605 "configure"
    34473605#include "confdefs.h"
    34483606/* Override any gcc2 internal prototype to avoid an error.  */
     
    34553613; return 0; }
    34563614EOF
    3457 if { (eval echo configure:3458: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3615if { (eval echo configure:3616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    34583616  rm -rf conftest*
    34593617  gcc_cv_collect2_libs="$libs"; break
     
    34813639
    34823640echo $ac_n "checking for library containing exc_resume""... $ac_c" 1>&6
    3483 echo "configure:3484: checking for library containing exc_resume" >&5
     3641echo "configure:3642: checking for library containing exc_resume" >&5
    34843642if eval "test \"`echo '$''{'ac_cv_search_exc_resume'+set}'`\" = set"; then
    34853643  echo $ac_n "(cached) $ac_c" 1>&6
     
    34883646ac_cv_search_exc_resume="no"
    34893647cat > conftest.$ac_ext <<EOF
    3490 #line 3491 "configure"
     3648#line 3649 "configure"
    34913649#include "confdefs.h"
    34923650/* Override any gcc2 internal prototype to avoid an error.  */
     
    34993657; return 0; }
    35003658EOF
    3501 if { (eval echo configure:3502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3659if { (eval echo configure:3660: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35023660  rm -rf conftest*
    35033661  ac_cv_search_exc_resume="none required"
     
    35103668LIBS="-l$i  $ac_func_search_save_LIBS"
    35113669cat > conftest.$ac_ext <<EOF
    3512 #line 3513 "configure"
     3670#line 3671 "configure"
    35133671#include "confdefs.h"
    35143672/* Override any gcc2 internal prototype to avoid an error.  */
     
    35213679; return 0; }
    35223680EOF
    3523 if { (eval echo configure:3524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3681if { (eval echo configure:3682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    35243682  rm -rf conftest*
    35253683  ac_cv_search_exc_resume="-l$i"
     
    35453703
    35463704
     3705# Some systems put ldexp and frexp in libm instead of libc; assume
     3706# they're both in the same place.  jcf-dump needs them.
     3707save_LIBS="$LIBS"
     3708LIBS=
     3709
     3710echo $ac_n "checking for library containing ldexp""... $ac_c" 1>&6
     3711echo "configure:3712: checking for library containing ldexp" >&5
     3712if eval "test \"`echo '$''{'ac_cv_search_ldexp'+set}'`\" = set"; then
     3713  echo $ac_n "(cached) $ac_c" 1>&6
     3714else
     3715  ac_func_search_save_LIBS="$LIBS"
     3716ac_cv_search_ldexp="no"
     3717cat > conftest.$ac_ext <<EOF
     3718#line 3719 "configure"
     3719#include "confdefs.h"
     3720/* Override any gcc2 internal prototype to avoid an error.  */
     3721/* We use char because int might match the return type of a gcc2
     3722    builtin and then its argument prototype would still apply.  */
     3723char ldexp();
     3724
     3725int main() {
     3726ldexp()
     3727; return 0; }
     3728EOF
     3729if { (eval echo configure:3730: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3730  rm -rf conftest*
     3731  ac_cv_search_ldexp="none required"
     3732else
     3733  echo "configure: failed program was:" >&5
     3734  cat conftest.$ac_ext >&5
     3735fi
     3736rm -f conftest*
     3737test "$ac_cv_search_ldexp" = "no" && for i in m; do
     3738LIBS="-l$i  $ac_func_search_save_LIBS"
     3739cat > conftest.$ac_ext <<EOF
     3740#line 3741 "configure"
     3741#include "confdefs.h"
     3742/* Override any gcc2 internal prototype to avoid an error.  */
     3743/* We use char because int might match the return type of a gcc2
     3744    builtin and then its argument prototype would still apply.  */
     3745char ldexp();
     3746
     3747int main() {
     3748ldexp()
     3749; return 0; }
     3750EOF
     3751if { (eval echo configure:3752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3752  rm -rf conftest*
     3753  ac_cv_search_ldexp="-l$i"
     3754break
     3755else
     3756  echo "configure: failed program was:" >&5
     3757  cat conftest.$ac_ext >&5
     3758fi
     3759rm -f conftest*
     3760done
     3761LIBS="$ac_func_search_save_LIBS"
     3762fi
     3763
     3764echo "$ac_t""$ac_cv_search_ldexp" 1>&6
     3765if test "$ac_cv_search_ldexp" != "no"; then
     3766  test "$ac_cv_search_ldexp" = "none required" || LIBS="$ac_cv_search_ldexp $LIBS"
     3767 
     3768else :
     3769 
     3770fi
     3771LDEXP_LIB="$LIBS"
     3772LIBS="$save_LIBS"
     3773
     3774
    35473775# See if the stage1 system preprocessor understands the ANSI C
    35483776# preprocessor stringification operator.  (Used by symcat.h.)
     
    35503778
    35513779echo $ac_n "checking for preprocessor stringizing operator""... $ac_c" 1>&6
    3552 echo "configure:3553: checking for preprocessor stringizing operator" >&5
     3780echo "configure:3781: checking for preprocessor stringizing operator" >&5
    35533781if eval "test \"`echo '$''{'ac_cv_c_stringize'+set}'`\" = set"; then
    35543782  echo $ac_n "(cached) $ac_c" 1>&6
    35553783else
    35563784  cat > conftest.$ac_ext <<EOF
    3557 #line 3558 "configure"
     3785#line 3786 "configure"
    35583786#include "confdefs.h"
    35593787
     
    35883816# doesn't clash with <sys/types.h>, and declares intmax_t.
    35893817echo $ac_n "checking for inttypes.h""... $ac_c" 1>&6
    3590 echo "configure:3591: checking for inttypes.h" >&5
     3818echo "configure:3819: checking for inttypes.h" >&5
    35913819if eval "test \"`echo '$''{'gcc_cv_header_inttypes_h'+set}'`\" = set"; then
    35923820  echo $ac_n "(cached) $ac_c" 1>&6
    35933821else
    35943822  cat > conftest.$ac_ext <<EOF
    3595 #line 3596 "configure"
     3823#line 3824 "configure"
    35963824#include "confdefs.h"
    35973825#include <sys/types.h>
     
    36013829; return 0; }
    36023830EOF
    3603 if { (eval echo configure:3604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     3831if { (eval echo configure:3832: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    36043832  rm -rf conftest*
    36053833  gcc_cv_header_inttypes_h=yes
     
    36243852for ac_func in times clock dup2 kill getrlimit setrlimit atoll atoq \
    36253853        sysconf strsignal putc_unlocked fputc_unlocked fputs_unlocked \
    3626         fwrite_unlocked fprintf_unlocked getrusage nl_langinfo lstat
     3854        fwrite_unlocked fprintf_unlocked getrusage nl_langinfo lstat \
     3855        scandir alphasort gettimeofday mmap
    36273856do
    36283857echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    3629 echo "configure:3630: checking for $ac_func" >&5
     3858echo "configure:3859: checking for $ac_func" >&5
    36303859if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    36313860  echo $ac_n "(cached) $ac_c" 1>&6
    36323861else
    36333862  cat > conftest.$ac_ext <<EOF
    3634 #line 3635 "configure"
     3863#line 3864 "configure"
    36353864#include "confdefs.h"
    36363865/* System header to define __stub macros and hopefully few prototypes,
     
    36553884; return 0; }
    36563885EOF
    3657 if { (eval echo configure:3658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     3886if { (eval echo configure:3887: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    36583887  rm -rf conftest*
    36593888  eval "ac_cv_func_$ac_func=yes"
     
    36813910
    36823911echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
    3683 echo "configure:3684: checking for ssize_t" >&5
     3912echo "configure:3913: checking for ssize_t" >&5
    36843913if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
    36853914  echo $ac_n "(cached) $ac_c" 1>&6
    36863915else
    36873916  cat > conftest.$ac_ext <<EOF
    3688 #line 3689 "configure"
     3917#line 3918 "configure"
    36893918#include "confdefs.h"
    36903919#include <sys/types.h>
     
    37173946# for the target system (int or gid_t).
    37183947echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
    3719 echo "configure:3720: checking for uid_t in sys/types.h" >&5
     3948echo "configure:3949: checking for uid_t in sys/types.h" >&5
    37203949if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
    37213950  echo $ac_n "(cached) $ac_c" 1>&6
    37223951else
    37233952  cat > conftest.$ac_ext <<EOF
    3724 #line 3725 "configure"
     3953#line 3954 "configure"
    37253954#include "confdefs.h"
    37263955#include <sys/types.h>
     
    37513980
    37523981echo $ac_n "checking type of array argument to getgroups""... $ac_c" 1>&6
    3753 echo "configure:3754: checking type of array argument to getgroups" >&5
     3982echo "configure:3983: checking type of array argument to getgroups" >&5
    37543983if eval "test \"`echo '$''{'ac_cv_type_getgroups'+set}'`\" = set"; then
    37553984  echo $ac_n "(cached) $ac_c" 1>&6
     
    37593988else
    37603989  cat > conftest.$ac_ext <<EOF
    3761 #line 3762 "configure"
     3990#line 3991 "configure"
    37623991#include "confdefs.h"
    37633992
     
    37844013
    37854014EOF
    3786 if { (eval echo configure:3787: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4015if { (eval echo configure:4016: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    37874016then
    37884017    ac_cv_type_getgroups=gid_t
     
    37984027if test $ac_cv_type_getgroups = cross; then
    37994028        cat > conftest.$ac_ext <<EOF
    3800 #line 3801 "configure"
     4029#line 4030 "configure"
    38014030#include "confdefs.h"
    38024031#include <unistd.h>
     
    38394068
    38404069echo $ac_n "checking whether the printf functions support %p""... $ac_c" 1>&6
    3841 echo "configure:3842: checking whether the printf functions support %p" >&5
     4070echo "configure:4071: checking whether the printf functions support %p" >&5
    38424071if eval "test \"`echo '$''{'gcc_cv_func_printf_ptr'+set}'`\" = set"; then
    38434072  echo $ac_n "(cached) $ac_c" 1>&6
     
    38474076else
    38484077  cat > conftest.$ac_ext <<EOF
    3849 #line 3850 "configure"
     4078#line 4079 "configure"
    38504079#include "confdefs.h"
    38514080#include <stdio.h>
     
    38604089}
    38614090EOF
    3862 if { (eval echo configure:3863: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4091if { (eval echo configure:4092: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    38634092then
    38644093  gcc_cv_func_printf_ptr=yes
     
    38794108  cat >> confdefs.h <<\EOF
    38804109#define HAVE_PRINTF_PTR 1
     4110EOF
     4111
     4112fi
     4113
     4114if test $ac_cv_header_sys_mman_h != yes \
     4115 || test $ac_cv_func_mmap != yes; then
     4116   gcc_cv_func_mmap_file=no
     4117   gcc_cv_func_mmap_dev_zero=no
     4118   gcc_cv_func_mmap_anon=no
     4119else
     4120   echo $ac_n "checking whether read-only mmap of a plain file works""... $ac_c" 1>&6
     4121echo "configure:4122: checking whether read-only mmap of a plain file works" >&5
     4122if eval "test \"`echo '$''{'gcc_cv_func_mmap_file'+set}'`\" = set"; then
     4123  echo $ac_n "(cached) $ac_c" 1>&6
     4124else
     4125  # Add a system to this blacklist if
     4126   # mmap(0, stat_size, PROT_READ, MAP_PRIVATE, fd, 0) doesn't return a
     4127   # memory area containing the same data that you'd get if you applied
     4128   # read() to the same fd.  The only system known to have a problem here
     4129   # is VMS, where text files have record structure.
     4130   case "$host_os" in
     4131     vms*)
     4132        gcc_cv_func_mmap_file=no ;;
     4133     *)
     4134        gcc_cv_func_mmap_file=yes;;
     4135   esac
     4136fi
     4137
     4138echo "$ac_t""$gcc_cv_func_mmap_file" 1>&6
     4139   echo $ac_n "checking whether mmap from /dev/zero works""... $ac_c" 1>&6
     4140echo "configure:4141: checking whether mmap from /dev/zero works" >&5
     4141if eval "test \"`echo '$''{'gcc_cv_func_mmap_dev_zero'+set}'`\" = set"; then
     4142  echo $ac_n "(cached) $ac_c" 1>&6
     4143else
     4144  # Add a system to this blacklist if it has mmap() but /dev/zero
     4145   # does not exist, or if mmapping /dev/zero does not give anonymous
     4146   # zeroed pages with both the following properties:
     4147   # 1. If you map N consecutive pages in with one call, and then
     4148   #    unmap any subset of those pages, the pages that were not
     4149   #    explicitly unmapped remain accessible.
     4150   # 2. If you map two adjacent blocks of memory and then unmap them
     4151   #    both at once, they must both go away.
     4152   # Systems known to be in this category are Windows (all variants),
     4153   # VMS, and Darwin.
     4154   case "$host_os" in
     4155     vms* | cygwin* | pe | mingw* | darwin* | ultrix* | hpux10* | hpux11.00)
     4156        gcc_cv_func_mmap_dev_zero=no ;;
     4157     *)
     4158        gcc_cv_func_mmap_dev_zero=yes;;
     4159   esac
     4160fi
     4161
     4162echo "$ac_t""$gcc_cv_func_mmap_dev_zero" 1>&6
     4163
     4164   # Unlike /dev/zero, the MAP_ANON(YMOUS) defines can be probed for.
     4165   echo $ac_n "checking for MAP_ANON(YMOUS)""... $ac_c" 1>&6
     4166echo "configure:4167: checking for MAP_ANON(YMOUS)" >&5
     4167if eval "test \"`echo '$''{'gcc_cv_decl_map_anon'+set}'`\" = set"; then
     4168  echo $ac_n "(cached) $ac_c" 1>&6
     4169else
     4170  cat > conftest.$ac_ext <<EOF
     4171#line 4172 "configure"
     4172#include "confdefs.h"
     4173#include <sys/types.h>
     4174#include <sys/mman.h>
     4175#include <unistd.h>
     4176
     4177#ifndef MAP_ANONYMOUS
     4178#define MAP_ANONYMOUS MAP_ANON
     4179#endif
     4180
     4181int main() {
     4182int n = MAP_ANONYMOUS;
     4183; return 0; }
     4184EOF
     4185if { (eval echo configure:4186: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4186  rm -rf conftest*
     4187  gcc_cv_decl_map_anon=yes
     4188else
     4189  echo "configure: failed program was:" >&5
     4190  cat conftest.$ac_ext >&5
     4191  rm -rf conftest*
     4192  gcc_cv_decl_map_anon=no
     4193fi
     4194rm -f conftest*
     4195fi
     4196
     4197echo "$ac_t""$gcc_cv_decl_map_anon" 1>&6
     4198
     4199   if test $gcc_cv_decl_map_anon = no; then
     4200     gcc_cv_func_mmap_anon=no
     4201   else
     4202     echo $ac_n "checking whether mmap with MAP_ANON(YMOUS) works""... $ac_c" 1>&6
     4203echo "configure:4204: checking whether mmap with MAP_ANON(YMOUS) works" >&5
     4204if eval "test \"`echo '$''{'gcc_cv_func_mmap_anon'+set}'`\" = set"; then
     4205  echo $ac_n "(cached) $ac_c" 1>&6
     4206else
     4207  # Add a system to this blacklist if it has mmap() and MAP_ANON or
     4208   # MAP_ANONYMOUS, but using mmap(..., MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
     4209   # doesn't give anonymous zeroed pages with the same properties listed
     4210   # above for use of /dev/zero.
     4211   # Systems known to be in this category are Windows, VMS, and SCO Unix.
     4212   case "$host_os" in
     4213     vms* | cygwin* | pe | mingw* | sco* | udk* )
     4214        gcc_cv_func_mmap_anon=no ;;
     4215     *)
     4216        gcc_cv_func_mmap_anon=yes;;
     4217   esac
     4218fi
     4219
     4220echo "$ac_t""$gcc_cv_func_mmap_anon" 1>&6
     4221   fi
     4222fi
     4223
     4224if test $gcc_cv_func_mmap_file = yes; then
     4225  cat >> confdefs.h <<\EOF
     4226#define HAVE_MMAP_FILE 1
     4227EOF
     4228
     4229fi
     4230if test $gcc_cv_func_mmap_dev_zero = yes; then
     4231  cat >> confdefs.h <<\EOF
     4232#define HAVE_MMAP_DEV_ZERO 1
     4233EOF
     4234
     4235fi
     4236if test $gcc_cv_func_mmap_anon = yes; then
     4237  cat >> confdefs.h <<\EOF
     4238#define HAVE_MMAP_ANON 1
    38814239EOF
    38824240
     
    38984256esac
    38994257echo $ac_n "checking for pid_t""... $ac_c" 1>&6
    3900 echo "configure:3901: checking for pid_t" >&5
     4258echo "configure:4259: checking for pid_t" >&5
    39014259if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
    39024260  echo $ac_n "(cached) $ac_c" 1>&6
    39034261else
    39044262  cat > conftest.$ac_ext <<EOF
    3905 #line 3906 "configure"
     4263#line 4264 "configure"
    39064264#include "confdefs.h"
    39074265#include <sys/types.h>
     
    39324290ac_safe=`echo "vfork.h" | sed 'y%./+-%__p_%'`
    39334291echo $ac_n "checking for vfork.h""... $ac_c" 1>&6
    3934 echo "configure:3935: checking for vfork.h" >&5
     4292echo "configure:4293: checking for vfork.h" >&5
    39354293if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    39364294  echo $ac_n "(cached) $ac_c" 1>&6
     
    39384296  cat > conftest.$ac_ext <<EOF
    39394297#include <sys/types.h>
    3940 #line 3941 "configure"
     4298#line 4299 "configure"
    39414299#include "confdefs.h"
    39424300#include <vfork.h>
    39434301EOF
    39444302ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    3945 { (eval echo configure:3946: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     4303{ (eval echo configure:4304: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    39464304ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    39474305if test -z "$ac_err"; then
     
    39684326
    39694327echo $ac_n "checking for working vfork""... $ac_c" 1>&6
    3970 echo "configure:3971: checking for working vfork" >&5
     4328echo "configure:4329: checking for working vfork" >&5
    39714329if eval "test \"`echo '$''{'ac_cv_func_vfork_works'+set}'`\" = set"; then
    39724330  echo $ac_n "(cached) $ac_c" 1>&6
     
    39744332  if test "$cross_compiling" = yes; then
    39754333  echo $ac_n "checking for vfork""... $ac_c" 1>&6
    3976 echo "configure:3977: checking for vfork" >&5
     4334echo "configure:4335: checking for vfork" >&5
    39774335if eval "test \"`echo '$''{'ac_cv_func_vfork'+set}'`\" = set"; then
    39784336  echo $ac_n "(cached) $ac_c" 1>&6
    39794337else
    39804338  cat > conftest.$ac_ext <<EOF
    3981 #line 3982 "configure"
     4339#line 4340 "configure"
    39824340#include "confdefs.h"
    39834341/* System header to define __stub macros and hopefully few prototypes,
     
    40024360; return 0; }
    40034361EOF
    4004 if { (eval echo configure:4005: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4362if { (eval echo configure:4363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    40054363  rm -rf conftest*
    40064364  eval "ac_cv_func_vfork=yes"
     
    40244382else
    40254383  cat > conftest.$ac_ext <<EOF
    4026 #line 4027 "configure"
     4384#line 4385 "configure"
    40274385#include "confdefs.h"
    40284386/* Thanks to Paul Eggert for this test.  */
     
    41194477}
    41204478EOF
    4121 if { (eval echo configure:4122: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     4479if { (eval echo configure:4480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    41224480then
    41234481  ac_cv_func_vfork_works=yes
     
    41374495  cat >> confdefs.h <<\EOF
    41384496#define vfork fork
    4139 EOF
    4140 
    4141 fi
    4142 
    4143 for ac_func in getpagesize
    4144 do
    4145 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    4146 echo "configure:4147: checking for $ac_func" >&5
    4147 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    4148   echo $ac_n "(cached) $ac_c" 1>&6
    4149 else
    4150   cat > conftest.$ac_ext <<EOF
    4151 #line 4152 "configure"
    4152 #include "confdefs.h"
    4153 /* System header to define __stub macros and hopefully few prototypes,
    4154     which can conflict with char $ac_func(); below.  */
    4155 #include <assert.h>
    4156 /* Override any gcc2 internal prototype to avoid an error.  */
    4157 /* We use char because int might match the return type of a gcc2
    4158     builtin and then its argument prototype would still apply.  */
    4159 char $ac_func();
    4160 
    4161 int main() {
    4162 
    4163 /* The GNU C library defines this for functions which it implements
    4164     to always fail with ENOSYS.  Some functions are actually named
    4165     something starting with __ and the normal name is an alias.  */
    4166 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
    4167 choke me
    4168 #else
    4169 $ac_func();
    4170 #endif
    4171 
    4172 ; return 0; }
    4173 EOF
    4174 if { (eval echo configure:4175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    4175   rm -rf conftest*
    4176   eval "ac_cv_func_$ac_func=yes"
    4177 else
    4178   echo "configure: failed program was:" >&5
    4179   cat conftest.$ac_ext >&5
    4180   rm -rf conftest*
    4181   eval "ac_cv_func_$ac_func=no"
    4182 fi
    4183 rm -f conftest*
    4184 fi
    4185 
    4186 if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
    4187   echo "$ac_t""yes" 1>&6
    4188     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    4189   cat >> confdefs.h <<EOF
    4190 #define $ac_tr_func 1
    4191 EOF
    4192  
    4193 else
    4194   echo "$ac_t""no" 1>&6
    4195 fi
    4196 done
    4197 
    4198 # The test program for the next two tests is the same except for one
    4199 # set of ifdefs.
    4200 cat >ct-mmap.inc <<'EOF'
    4201 #include <sys/types.h>
    4202 #include <sys/mman.h>
    4203 #include <fcntl.h>
    4204 #include <signal.h>
    4205 #include <setjmp.h>
    4206 #include <stdio.h>
    4207 
    4208 #if !defined (MAP_ANONYMOUS) && defined (MAP_ANON)
    4209 # define MAP_ANONYMOUS MAP_ANON
    4210 #endif
    4211 
    4212 /* This mess was copied from the GNU getpagesize.h.  */
    4213 #ifndef HAVE_GETPAGESIZE
    4214 # ifdef HAVE_UNISTD_H
    4215 #  include <unistd.h>
    4216 # endif
    4217 
    4218 /* Assume that all systems that can run configure have sys/param.h.  */
    4219 # ifndef HAVE_SYS_PARAM_H
    4220 #  define HAVE_SYS_PARAM_H 1
    4221 # endif
    4222 
    4223 # ifdef _SC_PAGESIZE
    4224 #  define getpagesize() sysconf(_SC_PAGESIZE)
    4225 # else /* no _SC_PAGESIZE */
    4226 #  ifdef HAVE_SYS_PARAM_H
    4227 #   include <sys/param.h>
    4228 #   ifdef EXEC_PAGESIZE
    4229 #    define getpagesize() EXEC_PAGESIZE
    4230 #   else /* no EXEC_PAGESIZE */
    4231 #    ifdef NBPG
    4232 #     define getpagesize() NBPG * CLSIZE
    4233 #     ifndef CLSIZE
    4234 #      define CLSIZE 1
    4235 #     endif /* no CLSIZE */
    4236 #    else /* no NBPG */
    4237 #     ifdef NBPC
    4238 #      define getpagesize() NBPC
    4239 #     else /* no NBPC */
    4240 #      ifdef PAGESIZE
    4241 #       define getpagesize() PAGESIZE
    4242 #      endif /* PAGESIZE */
    4243 #     endif /* no NBPC */
    4244 #    endif /* no NBPG */
    4245 #   endif /* no EXEC_PAGESIZE */
    4246 #  else /* no HAVE_SYS_PARAM_H */
    4247 #   define getpagesize() 8192   /* punt totally */
    4248 #  endif /* no HAVE_SYS_PARAM_H */
    4249 # endif /* no _SC_PAGESIZE */
    4250 
    4251 #endif /* no HAVE_GETPAGESIZE */
    4252 
    4253 #ifndef MAP_FAILED
    4254 # define MAP_FAILED -1
    4255 #endif
    4256 
    4257 #undef perror_exit
    4258 #define perror_exit(str, val) \
    4259   do { perror(str); exit(val); } while (0)
    4260 
    4261 /* Some versions of cygwin mmap require that munmap is called with the
    4262    same parameters as mmap.  GCC expects that this is not the case.
    4263    Test for various forms of this problem.  Warning - icky signal games.  */
    4264 
    4265 static sigset_t unblock_sigsegv;
    4266 static jmp_buf r;
    4267 static size_t pg;
    4268 static int devzero;
    4269 
    4270 static char *
    4271 anonmap (size)
    4272      size_t size;
    4273 {
    4274 #ifdef USE_MAP_ANON
    4275   return (char *) mmap (0, size, PROT_READ|PROT_WRITE,
    4276                         MAP_PRIVATE|MAP_ANONYMOUS, -1, 0);
    4277 #else
    4278   return (char *) mmap (0, size, PROT_READ|PROT_WRITE,
    4279                         MAP_PRIVATE, devzero, 0);
    4280 #endif
    4281 }
    4282 
    4283 static void
    4284 sigsegv (unused)
    4285      int unused;
    4286 {
    4287   sigprocmask (SIG_UNBLOCK, &unblock_sigsegv, 0);
    4288   longjmp (r, 1);
    4289 }
    4290 
    4291 /* Basic functionality test.  */
    4292 void
    4293 test_0 ()
    4294 {
    4295   char *x = anonmap (pg);
    4296   if (x == (char *) MAP_FAILED)
    4297     perror_exit("test 0 mmap", 2);
    4298 
    4299   *(int *)x += 1;
    4300 
    4301   if (munmap(x, pg) < 0)
    4302     perror_exit("test 0 munmap", 3);
    4303 }
    4304 
    4305 /* 1. If we map a 2-page region and unmap its second page, the first page
    4306    must remain.  */
    4307 static void
    4308 test_1 ()
    4309 {
    4310   char *x = anonmap (pg * 2);
    4311   if (x == (char *)MAP_FAILED)
    4312     perror_exit ("test 1 mmap", 4);
    4313 
    4314   signal (SIGSEGV, sigsegv);
    4315   if (setjmp (r))
    4316     perror_exit ("test 1 fault", 5);
    4317 
    4318   x[0] = 1;
    4319   x[pg] = 1;
    4320 
    4321   if (munmap (x + pg, pg) < 0)
    4322     perror_exit ("test 1 munmap 1", 6);
    4323   x[0] = 2;
    4324 
    4325   if (setjmp (r) == 0)
    4326     {
    4327       x[pg] = 1;
    4328       perror_exit ("test 1 no fault", 7);
    4329     }
    4330   if (munmap (x, pg) < 0)
    4331     perror_exit ("test 1 munmap 2", 8);
    4332 }
    4333 
    4334 /* 2. If we map a 2-page region and unmap its first page, the second
    4335    page must remain.  */
    4336 static void
    4337 test_2 ()
    4338 {
    4339   char *x = anonmap (pg * 2);
    4340   if (x == (char *)MAP_FAILED)
    4341     perror_exit ("test 2 mmap", 9);
    4342 
    4343   signal (SIGSEGV, sigsegv);
    4344   if (setjmp (r))
    4345     perror_exit ("test 2 fault", 10);
    4346 
    4347   x[0] = 1;
    4348   x[pg] = 1;
    4349 
    4350   if (munmap (x, pg) < 0)
    4351     perror_exit ("test 2 munmap 1", 11);
    4352 
    4353   x[pg] = 2;
    4354 
    4355   if (setjmp (r) == 0)
    4356     {
    4357       x[0] = 1;
    4358       perror_exit ("test 2 no fault", 12);
    4359     }
    4360 
    4361   if (munmap (x+pg, pg) < 0)
    4362     perror_exit ("test 2 munmap 2", 13);
    4363 }
    4364 
    4365 /* 3. If we map two adjacent 1-page regions and unmap them both with
    4366    one munmap, both must go away.
    4367 
    4368    Getting two adjacent 1-page regions with two mmap calls is slightly
    4369    tricky.  All OS's tested skip over already-allocated blocks; therefore
    4370    we have been careful to unmap all allocated regions in previous tests.
    4371    HP/UX allocates pages backward in memory.  No OS has yet been observed
    4372    to be so perverse as to leave unmapped space between consecutive calls
    4373    to mmap.  */
    4374 
    4375 static void
    4376 test_3 ()
    4377 {
    4378   char *x, *y, *z;
    4379 
    4380   x = anonmap (pg);
    4381   if (x == (char *)MAP_FAILED)
    4382     perror_exit ("test 3 mmap 1", 14);
    4383   y = anonmap (pg);
    4384   if (y == (char *)MAP_FAILED)
    4385     perror_exit ("test 3 mmap 2", 15);
    4386 
    4387   if (y != x + pg)
    4388     {
    4389       if (y == x - pg)
    4390         z = y, y = x, x = z;
    4391       else
    4392         {
    4393           fprintf (stderr, "test 3 nonconsecutive pages - %lx, %lx\n",
    4394                    (unsigned long)x, (unsigned long)y);
    4395           exit (16);
    4396         }
    4397     }
    4398 
    4399   signal (SIGSEGV, sigsegv);
    4400   if (setjmp (r))
    4401     perror_exit ("test 3 fault", 17);
    4402 
    4403   x[0] = 1;
    4404   y[0] = 1;
    4405 
    4406   if (munmap (x, pg*2) < 0)
    4407     perror_exit ("test 3 munmap", 18);
    4408 
    4409   if (setjmp (r) == 0)
    4410     {
    4411       x[0] = 1;
    4412       perror_exit ("test 3 no fault 1", 19);
    4413     }
    4414  
    4415   signal (SIGSEGV, sigsegv);
    4416   if (setjmp (r) == 0)
    4417     {
    4418       y[0] = 1;
    4419       perror_exit ("test 3 no fault 2", 20);
    4420     }
    4421 }
    4422 
    4423 int
    4424 main ()
    4425 {
    4426   sigemptyset (&unblock_sigsegv);
    4427   sigaddset (&unblock_sigsegv, SIGSEGV);
    4428   pg = getpagesize ();
    4429 #ifndef USE_MAP_ANON
    4430   devzero = open ("/dev/zero", O_RDWR);
    4431   if (devzero < 0)
    4432     perror_exit ("open /dev/zero", 1);
    4433 #endif
    4434 
    4435   test_0();
    4436   test_1();
    4437   test_2();
    4438   test_3();
    4439 
    4440   exit(0);
    4441 }
    4442 EOF
    4443 
    4444 echo $ac_n "checking for working mmap from /dev/zero""... $ac_c" 1>&6
    4445 echo "configure:4446: checking for working mmap from /dev/zero" >&5
    4446 if eval "test \"`echo '$''{'ac_cv_func_mmap_dev_zero'+set}'`\" = set"; then
    4447   echo $ac_n "(cached) $ac_c" 1>&6
    4448 else
    4449   if test "$cross_compiling" = yes; then
    4450   # If this is not cygwin, and /dev/zero is a character device, it's probably
    4451  # safe to assume it works.
    4452  case "$host_os" in
    4453    cygwin* | win32 | pe | mingw* ) ac_cv_func_mmap_dev_zero=buggy ;;
    4454    * ) if test -c /dev/zero
    4455        then ac_cv_func_mmap_dev_zero=yes
    4456        else ac_cv_func_mmap_dev_zero=no
    4457        fi ;;
    4458   esac
    4459 else
    4460   cat > conftest.$ac_ext <<EOF
    4461 #line 4462 "configure"
    4462 #include "confdefs.h"
    4463 #include "ct-mmap.inc"
    4464 EOF
    4465 if { (eval echo configure:4466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    4466 then
    4467   ac_cv_func_mmap_dev_zero=yes
    4468 else
    4469   echo "configure: failed program was:" >&5
    4470   cat conftest.$ac_ext >&5
    4471   rm -fr conftest*
    4472   if test $? -lt 4
    4473  then ac_cv_func_mmap_dev_zero=no
    4474  else ac_cv_func_mmap_dev_zero=buggy
    4475  fi
    4476 fi
    4477 rm -fr conftest*
    4478 fi
    4479 
    4480 
    4481 fi
    4482 
    4483 echo "$ac_t""$ac_cv_func_mmap_dev_zero" 1>&6
    4484 if test $ac_cv_func_mmap_dev_zero = yes; then
    4485   cat >> confdefs.h <<\EOF
    4486 #define HAVE_MMAP_DEV_ZERO 1
    4487 EOF
    4488 
    4489 fi
    4490 
    4491 echo $ac_n "checking for working mmap with MAP_ANON(YMOUS)""... $ac_c" 1>&6
    4492 echo "configure:4493: checking for working mmap with MAP_ANON(YMOUS)" >&5
    4493 if eval "test \"`echo '$''{'ac_cv_func_mmap_anon'+set}'`\" = set"; then
    4494   echo $ac_n "(cached) $ac_c" 1>&6
    4495 else
    4496   if test "$cross_compiling" = yes; then
    4497   # Unlike /dev/zero, it is not safe to assume MAP_ANON(YMOUS) works
    4498  # just because it's there. Some SCO Un*xen define it but don't implement it.
    4499  ac_cv_func_mmap_anon=no
    4500 else
    4501   cat > conftest.$ac_ext <<EOF
    4502 #line 4503 "configure"
    4503 #include "confdefs.h"
    4504 #define USE_MAP_ANON
    4505 #include "ct-mmap.inc"
    4506 EOF
    4507 if { (eval echo configure:4508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    4508 then
    4509   ac_cv_func_mmap_anon=yes
    4510 else
    4511   echo "configure: failed program was:" >&5
    4512   cat conftest.$ac_ext >&5
    4513   rm -fr conftest*
    4514   if test $? -lt 4
    4515  then ac_cv_func_mmap_anon=no
    4516  else ac_cv_func_mmap_anon=buggy
    4517  fi
    4518 fi
    4519 rm -fr conftest*
    4520 fi
    4521 
    4522 
    4523 fi
    4524 
    4525 echo "$ac_t""$ac_cv_func_mmap_anon" 1>&6
    4526 if test $ac_cv_func_mmap_anon = yes; then
    4527   cat >> confdefs.h <<\EOF
    4528 #define HAVE_MMAP_ANON 1
    4529 EOF
    4530 
    4531 fi
    4532 rm -f ct-mmap.inc
    4533 
    4534 echo $ac_n "checking for working mmap of a file""... $ac_c" 1>&6
    4535 echo "configure:4536: checking for working mmap of a file" >&5
    4536 if eval "test \"`echo '$''{'ac_cv_func_mmap_file'+set}'`\" = set"; then
    4537   echo $ac_n "(cached) $ac_c" 1>&6
    4538 else
    4539   # Create a file one thousand bytes long.
    4540 for i in 1 2 3 4 5 6 7 8 9 0
    4541 do for j in 1 2 3 4 5 6 7 8 9 0
    4542 do echo $i $j xxxxx
    4543 done
    4544 done > conftestdata$$
    4545 
    4546 if test "$cross_compiling" = yes; then
    4547   ac_cv_func_mmap_file=no
    4548 else
    4549   cat > conftest.$ac_ext <<EOF
    4550 #line 4551 "configure"
    4551 #include "confdefs.h"
    4552 
    4553 /* Test by Zack Weinberg.  Modified from MMAP_ANYWHERE test by
    4554    Richard Henderson and Alexandre Oliva.
    4555    Check whether read-only mmap of a plain file works. */
    4556 #include <sys/types.h>
    4557 #include <sys/stat.h>
    4558 #include <fcntl.h>
    4559 #include <sys/mman.h>
    4560 
    4561 int main()
    4562 {
    4563   char *x;
    4564   int fd;
    4565   struct stat st;
    4566 
    4567   fd = open("conftestdata$$", O_RDONLY);
    4568   if (fd < 0)
    4569     exit(1);
    4570 
    4571   if (fstat (fd, &st))
    4572     exit(2);
    4573 
    4574   x = (char*)mmap(0, st.st_size, PROT_READ, MAP_PRIVATE, fd, 0);
    4575   if (x == (char *) -1)
    4576     exit(3);
    4577 
    4578   if (x[0] != '1' || x[1] != ' ' || x[2] != '1' || x[3] != ' ')
    4579     exit(4);
    4580 
    4581   if (munmap(x, st.st_size) < 0)
    4582     exit(5);
    4583 
    4584   exit(0);
    4585 }
    4586 EOF
    4587 if { (eval echo configure:4588: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    4588 then
    4589   ac_cv_func_mmap_file=yes
    4590 else
    4591   echo "configure: failed program was:" >&5
    4592   cat conftest.$ac_ext >&5
    4593   rm -fr conftest*
    4594   ac_cv_func_mmap_file=no
    4595 fi
    4596 rm -fr conftest*
    4597 fi
    4598 
    4599 fi
    4600 
    4601 echo "$ac_t""$ac_cv_func_mmap_file" 1>&6
    4602 if test $ac_cv_func_mmap_file = yes; then
    4603   cat >> confdefs.h <<\EOF
    4604 #define HAVE_MMAP_FILE 1
    46054497EOF
    46064498
     
    46244516
    46254517  echo $ac_n "checking for iconv""... $ac_c" 1>&6
    4626 echo "configure:4627: checking for iconv" >&5
     4518echo "configure:4519: checking for iconv" >&5
    46274519if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
    46284520  echo $ac_n "(cached) $ac_c" 1>&6
     
    46324524    am_cv_lib_iconv=no
    46334525    cat > conftest.$ac_ext <<EOF
    4634 #line 4635 "configure"
     4526#line 4527 "configure"
    46354527#include "confdefs.h"
    46364528#include <stdlib.h>
     
    46424534; return 0; }
    46434535EOF
    4644 if { (eval echo configure:4645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4536if { (eval echo configure:4537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46454537  rm -rf conftest*
    46464538  am_cv_func_iconv=yes
     
    46544546      LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
    46554547      cat > conftest.$ac_ext <<EOF
    4656 #line 4657 "configure"
     4548#line 4549 "configure"
    46574549#include "confdefs.h"
    46584550#include <stdlib.h>
     
    46644556; return 0; }
    46654557EOF
    4666 if { (eval echo configure:4667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     4558if { (eval echo configure:4559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    46674559  rm -rf conftest*
    46684560  am_cv_lib_iconv=yes
     
    46854577
    46864578    echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
    4687 echo "configure:4688: checking for iconv declaration" >&5
     4579echo "configure:4580: checking for iconv declaration" >&5
    46884580    if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
    46894581  echo $ac_n "(cached) $ac_c" 1>&6
     
    46914583 
    46924584      cat > conftest.$ac_ext <<EOF
    4693 #line 4694 "configure"
     4585#line 4586 "configure"
    46944586#include "confdefs.h"
    46954587
     
    47104602; return 0; }
    47114603EOF
    4712 if { (eval echo configure:4713: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4604if { (eval echo configure:4605: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47134605  rm -rf conftest*
    47144606  am_cv_proto_iconv_arg1=""
     
    47434635for ac_func in getenv atol sbrk abort atof getcwd getwd \
    47444636        strsignal putc_unlocked fputs_unlocked fwrite_unlocked \
    4745         fprintf_unlocked strstr errno \
     4637        fprintf_unlocked strstr errno vasprintf \
    47464638        malloc realloc calloc free basename getopt clock
    47474639do
    47484640  ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    47494641echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
    4750 echo "configure:4751: checking whether $ac_func is declared" >&5
     4642echo "configure:4643: checking whether $ac_func is declared" >&5
    47514643if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    47524644  echo $ac_n "(cached) $ac_c" 1>&6
    47534645else
    47544646  cat > conftest.$ac_ext <<EOF
    4755 #line 4756 "configure"
     4647#line 4648 "configure"
    47564648#include "confdefs.h"
    47574649#undef $ac_tr_decl
     
    47674659; return 0; }
    47684660EOF
    4769 if { (eval echo configure:4770: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4661if { (eval echo configure:4662: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    47704662  rm -rf conftest*
    47714663  eval "gcc_cv_have_decl_$ac_func=yes"
     
    48374729#define HAVE_DECL_ERRNO 1
    48384730EOF
     4731 cat >> confdefs.h <<\EOF
     4732#define HAVE_DECL_VASPRINTF 1
     4733EOF
    48394734 \
    48404735        cat >> confdefs.h <<\EOF
     
    48664761  ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    48674762echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
    4868 echo "configure:4869: checking whether $ac_func is declared" >&5
     4763echo "configure:4764: checking whether $ac_func is declared" >&5
    48694764if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    48704765  echo $ac_n "(cached) $ac_c" 1>&6
    48714766else
    48724767  cat > conftest.$ac_ext <<EOF
    4873 #line 4874 "configure"
     4768#line 4769 "configure"
    48744769#include "confdefs.h"
    48754770#undef $ac_tr_decl
     
    48894784; return 0; }
    48904785EOF
    4891 if { (eval echo configure:4892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4786if { (eval echo configure:4787: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    48924787  rm -rf conftest*
    48934788  eval "gcc_cv_have_decl_$ac_func=yes"
     
    49274822
    49284823
     4824cat > conftest.$ac_ext <<EOF
     4825#line 4826 "configure"
     4826#include "confdefs.h"
     4827
     4828#include "ansidecl.h"
     4829#include "system.h"
     4830#ifdef HAVE_SYS_RESOURCE_H
     4831#include <sys/resource.h>
     4832#endif
     4833
     4834int main() {
     4835rlim_t l = 0;
     4836; return 0; }
     4837EOF
     4838if { (eval echo configure:4839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4839  :
     4840else
     4841  echo "configure: failed program was:" >&5
     4842  cat conftest.$ac_ext >&5
     4843  rm -rf conftest*
     4844  cat >> confdefs.h <<\EOF
     4845#define rlim_t long
     4846EOF
     4847
     4848fi
     4849rm -f conftest*
     4850
    49294851for ac_func in times
    49304852do
    49314853  ac_tr_decl=HAVE_DECL_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
    49324854echo $ac_n "checking whether $ac_func is declared""... $ac_c" 1>&6
    4933 echo "configure:4934: checking whether $ac_func is declared" >&5
     4855echo "configure:4856: checking whether $ac_func is declared" >&5
    49344856if eval "test \"`echo '$''{'gcc_cv_have_decl_$ac_func'+set}'`\" = set"; then
    49354857  echo $ac_n "(cached) $ac_c" 1>&6
    49364858else
    49374859  cat > conftest.$ac_ext <<EOF
    4938 #line 4939 "configure"
     4860#line 4861 "configure"
    49394861#include "confdefs.h"
    49404862#undef $ac_tr_decl
     
    49544876; return 0; }
    49554877EOF
    4956 if { (eval echo configure:4957: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4878if { (eval echo configure:4879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    49574879  rm -rf conftest*
    49584880  eval "gcc_cv_have_decl_$ac_func=yes"
     
    49884910# More time-related stuff.
    49894911echo $ac_n "checking for struct tms""... $ac_c" 1>&6
    4990 echo "configure:4991: checking for struct tms" >&5
     4912echo "configure:4913: checking for struct tms" >&5
    49914913if eval "test \"`echo '$''{'ac_cv_struct_tms'+set}'`\" = set"; then
    49924914  echo $ac_n "(cached) $ac_c" 1>&6
     
    49944916 
    49954917cat > conftest.$ac_ext <<EOF
    4996 #line 4997 "configure"
     4918#line 4919 "configure"
    49974919#include "confdefs.h"
    49984920
     
    50074929; return 0; }
    50084930EOF
    5009 if { (eval echo configure:5010: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4931if { (eval echo configure:4932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50104932  rm -rf conftest*
    50114933  ac_cv_struct_tms=yes
     
    50304952# revisit after autoconf 2.50.
    50314953echo $ac_n "checking for clock_t""... $ac_c" 1>&6
    5032 echo "configure:5033: checking for clock_t" >&5
     4954echo "configure:4955: checking for clock_t" >&5
    50334955if eval "test \"`echo '$''{'gcc_cv_type_clock_t'+set}'`\" = set"; then
    50344956  echo $ac_n "(cached) $ac_c" 1>&6
     
    50364958 
    50374959cat > conftest.$ac_ext <<EOF
    5038 #line 5039 "configure"
     4960#line 4961 "configure"
    50394961#include "confdefs.h"
    50404962
     
    50464968; return 0; }
    50474969EOF
    5048 if { (eval echo configure:5049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     4970if { (eval echo configure:4971: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50494971  rm -rf conftest*
    50504972  gcc_cv_type_clock_t=yes
     
    50664988fi
    50674989
     4990echo $ac_n "checking for uchar""... $ac_c" 1>&6
     4991echo "configure:4992: checking for uchar" >&5
     4992if eval "test \"`echo '$''{'gcc_cv_type_uchar'+set}'`\" = set"; then
     4993  echo $ac_n "(cached) $ac_c" 1>&6
     4994else
     4995  cat > conftest.$ac_ext <<EOF
     4996#line 4997 "configure"
     4997#include "confdefs.h"
     4998
     4999#include "ansidecl.h"
     5000#include "system.h"
     5001
     5002int main() {
     5003if ((uchar *)0) return 0;
     5004 if (sizeof(uchar)) return 0;
     5005; return 0; }
     5006EOF
     5007if { (eval echo configure:5008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5008  rm -rf conftest*
     5009  ac_cv_type_uchar=yes
     5010else
     5011  echo "configure: failed program was:" >&5
     5012  cat conftest.$ac_ext >&5
     5013  rm -rf conftest*
     5014  ac_cv_type_uchar=no
     5015fi
     5016rm -f conftest*
     5017fi
     5018
     5019echo "$ac_t""$gcc_cv_type_uchar" 1>&6
     5020if test $ac_cv_type_uchar = yes; then
     5021  cat >> confdefs.h <<\EOF
     5022#define HAVE_UCHAR 1
     5023EOF
     5024
     5025fi
     5026
     5027# Check whether --enable-initfini-array or --disable-initfini-array was given.
     5028if test "${enable_initfini_array+set}" = set; then
     5029  enableval="$enable_initfini_array"
     5030  gcc_cv_initfinit_array=$enableval
     5031else
     5032  echo $ac_n "checking for .preinit_array/.init_array/.fini_array support""... $ac_c" 1>&6
     5033echo "configure:5034: checking for .preinit_array/.init_array/.fini_array support" >&5
     5034if eval "test \"`echo '$''{'gcc_cv_initfinit_array'+set}'`\" = set"; then
     5035  echo $ac_n "(cached) $ac_c" 1>&6
     5036else
     5037    cat > conftest.c <<EOF
     5038static int x = -1;
     5039int main (void) { return x; }
     5040int foo (void) { x = 0; }
     5041int (*fp) (void) __attribute__ ((section (".init_array"))) = foo;
     5042EOF
     5043  if { ac_try='${CC-cc} -o conftest conftest.c 1>&AS_MESSAGE_LOG_FD'; { (eval echo configure:5044: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }
     5044  then
     5045    if ./conftest; then
     5046      gcc_cv_initfinit_array=yes
     5047    else
     5048      gcc_cv_initfinit_array=no
     5049    fi
     5050  else
     5051    gcc_cv_initfinit_array=no
     5052  fi
     5053  rm -f conftest*
     5054fi
     5055
     5056echo "$ac_t""$gcc_cv_initfinit_array" 1>&6
     5057 
     5058  if test $gcc_cv_initfinit_array = yes; then
     5059    cat >> confdefs.h <<\EOF
     5060#define HAVE_INITFINI_ARRAY 1
     5061EOF
     5062
     5063  fi
     5064fi
     5065
     5066
    50685067# Restore CFLAGS from before the gcc_AC_NEED_DECLARATIONS tests.
    50695068CFLAGS="$saved_CFLAGS"
     
    50715070# mkdir takes a single argument on some systems.
    50725071echo $ac_n "checking if mkdir takes one argument""... $ac_c" 1>&6
    5073 echo "configure:5074: checking if mkdir takes one argument" >&5
     5072echo "configure:5073: checking if mkdir takes one argument" >&5
    50745073if eval "test \"`echo '$''{'gcc_cv_mkdir_takes_one_arg'+set}'`\" = set"; then
    50755074  echo $ac_n "(cached) $ac_c" 1>&6
    50765075else
    50775076  cat > conftest.$ac_ext <<EOF
    5078 #line 5079 "configure"
     5077#line 5078 "configure"
    50795078#include "confdefs.h"
    50805079
     
    50935092; return 0; }
    50945093EOF
    5095 if { (eval echo configure:5096: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5094if { (eval echo configure:5095: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    50965095  rm -rf conftest*
    50975096  gcc_cv_mkdir_takes_one_arg=no
     
    51205119
    51215120
     5121# With Setjmp/Longjmp based exception handling.
     5122# Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
     5123if test "${enable_sjlj_exceptions+set}" = set; then
     5124  enableval="$enable_sjlj_exceptions"
     5125  sjlj=`if test $enableval = yes; then echo 1; else echo 0; fi`
     5126cat >> confdefs.h <<EOF
     5127#define CONFIG_SJLJ_EXCEPTIONS $sjlj
     5128EOF
     5129
     5130fi
     5131
     5132
     5133echo $ac_n "checking for main in -lunwind""... $ac_c" 1>&6
     5134echo "configure:5135: checking for main in -lunwind" >&5
     5135ac_lib_var=`echo unwind'_'main | sed 'y%./+-%__p_%'`
     5136if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     5137  echo $ac_n "(cached) $ac_c" 1>&6
     5138else
     5139  ac_save_LIBS="$LIBS"
     5140LIBS="-lunwind  $LIBS"
     5141cat > conftest.$ac_ext <<EOF
     5142#line 5143 "configure"
     5143#include "confdefs.h"
     5144
     5145int main() {
     5146main()
     5147; return 0; }
     5148EOF
     5149if { (eval echo configure:5150: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5150  rm -rf conftest*
     5151  eval "ac_cv_lib_$ac_lib_var=yes"
     5152else
     5153  echo "configure: failed program was:" >&5
     5154  cat conftest.$ac_ext >&5
     5155  rm -rf conftest*
     5156  eval "ac_cv_lib_$ac_lib_var=no"
     5157fi
     5158rm -f conftest*
     5159LIBS="$ac_save_LIBS"
     5160
     5161fi
     5162if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
     5163  echo "$ac_t""yes" 1>&6
     5164  use_libunwind_default=yes
     5165else
     5166  echo "$ac_t""no" 1>&6
     5167use_libunwind_default=no
     5168fi
     5169
     5170# Use libunwind based exception handling.
     5171# Check whether --enable-libunwind-exceptions or --disable-libunwind-exceptions was given.
     5172if test "${enable_libunwind_exceptions+set}" = set; then
     5173  enableval="$enable_libunwind_exceptions"
     5174  use_libunwind_exceptions=$enableval
     5175else
     5176  use_libunwind_exceptions=$use_libunwind_default
     5177fi
     5178
     5179if test x"$use_libunwind_exceptions" = xyes; then
     5180   cat >> confdefs.h <<\EOF
     5181#define USE_LIBUNWIND_EXCEPTIONS 1
     5182EOF
     5183
     5184fi
     5185
     5186target_gtfiles=
    51225187build_xm_file=
    51235188build_xm_defines=
     
    51595224if test x"$dwarf2" = xyes
    51605225then tm_file="$tm_file tm-dwarf2.h"
    5161 fi
    5162 
    5163 if test x$float_format = x
    5164 then float_format=i64
    5165 fi
    5166 
    5167 if test $float_format = none
    5168 then float_h_file=Makefile.in
    5169 else float_h_file=float-$float_format.h
    5170 fi
    5171 
    5172 # Handle cpp installation.
    5173 if test x$enable_cpp != xno
    5174 then
    5175   tmake_file="$tmake_file t-install-cpp"
    51765226fi
    51775227
     
    52615311                thread_file='single'
    52625312        fi
     5313fi
     5314
     5315# Look for a file containing extra machine modes.
     5316if test -n "$extra_modes" && test -f $srcdir/config/$extra_modes; then
     5317  extra_modes_file='$(srcdir)'/config/${extra_modes}
     5318 
     5319  cat >> confdefs.h <<EOF
     5320#define EXTRA_MODES_FILE "$extra_modes"
     5321EOF
     5322
     5323  cat >> confdefs.h <<\EOF
     5324#define EXTRA_CC_MODES 1
     5325EOF
     5326
    52635327fi
    52645328
     
    52975361        rm -rf $tempdir
    52985362        build_auto=auto-build.h
    5299         FORBUILD=../$build
     5363        FORBUILD=../$build_alias
    53005364fi
    53015365
     
    53615425           
    53625426echo $ac_n "checking for library containing strerror""... $ac_c" 1>&6
    5363 echo "configure:5364: checking for library containing strerror" >&5
     5427echo "configure:5428: checking for library containing strerror" >&5
    53645428if eval "test \"`echo '$''{'ac_cv_search_strerror'+set}'`\" = set"; then
    53655429  echo $ac_n "(cached) $ac_c" 1>&6
     
    53685432ac_cv_search_strerror="no"
    53695433cat > conftest.$ac_ext <<EOF
    5370 #line 5371 "configure"
     5434#line 5435 "configure"
    53715435#include "confdefs.h"
    53725436/* Override any gcc2 internal prototype to avoid an error.  */
     
    53795443; return 0; }
    53805444EOF
    5381 if { (eval echo configure:5382: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5445if { (eval echo configure:5446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    53825446  rm -rf conftest*
    53835447  ac_cv_search_strerror="none required"
     
    53905454LIBS="-l$i  $ac_func_search_save_LIBS"
    53915455cat > conftest.$ac_ext <<EOF
    5392 #line 5393 "configure"
     5456#line 5457 "configure"
    53935457#include "confdefs.h"
    53945458/* Override any gcc2 internal prototype to avoid an error.  */
     
    54015465; return 0; }
    54025466EOF
    5403 if { (eval echo configure:5404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5467if { (eval echo configure:5468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    54045468  rm -rf conftest*
    54055469  ac_cv_search_strerror="-l$i"
     
    54245488
    54255489echo $ac_n "checking for working const""... $ac_c" 1>&6
    5426 echo "configure:5427: checking for working const" >&5
     5490echo "configure:5491: checking for working const" >&5
    54275491if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
    54285492  echo $ac_n "(cached) $ac_c" 1>&6
    54295493else
    54305494  cat > conftest.$ac_ext <<EOF
    5431 #line 5432 "configure"
     5495#line 5496 "configure"
    54325496#include "confdefs.h"
    54335497
     
    54785542; return 0; }
    54795543EOF
    5480 if { (eval echo configure:5481: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     5544if { (eval echo configure:5545: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    54815545  rm -rf conftest*
    54825546  ac_cv_c_const=yes
     
    54995563
    55005564echo $ac_n "checking for off_t""... $ac_c" 1>&6
    5501 echo "configure:5502: checking for off_t" >&5
     5565echo "configure:5566: checking for off_t" >&5
    55025566if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
    55035567  echo $ac_n "(cached) $ac_c" 1>&6
    55045568else
    55055569  cat > conftest.$ac_ext <<EOF
    5506 #line 5507 "configure"
     5570#line 5571 "configure"
    55075571#include "confdefs.h"
    55085572#include <sys/types.h>
     
    55325596
    55335597echo $ac_n "checking for size_t""... $ac_c" 1>&6
    5534 echo "configure:5535: checking for size_t" >&5
     5598echo "configure:5599: checking for size_t" >&5
    55355599if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
    55365600  echo $ac_n "(cached) $ac_c" 1>&6
    55375601else
    55385602  cat > conftest.$ac_ext <<EOF
    5539 #line 5540 "configure"
     5603#line 5604 "configure"
    55405604#include "confdefs.h"
    55415605#include <sys/types.h>
     
    55675631# for constant arguments.  Useless!
    55685632echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
    5569 echo "configure:5570: checking for working alloca.h" >&5
     5633echo "configure:5634: checking for working alloca.h" >&5
    55705634if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
    55715635  echo $ac_n "(cached) $ac_c" 1>&6
    55725636else
    55735637  cat > conftest.$ac_ext <<EOF
    5574 #line 5575 "configure"
     5638#line 5639 "configure"
    55755639#include "confdefs.h"
    55765640#include <alloca.h>
     
    55795643; return 0; }
    55805644EOF
    5581 if { (eval echo configure:5582: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5645if { (eval echo configure:5646: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    55825646  rm -rf conftest*
    55835647  ac_cv_header_alloca_h=yes
     
    56005664
    56015665echo $ac_n "checking for alloca""... $ac_c" 1>&6
    5602 echo "configure:5603: checking for alloca" >&5
     5666echo "configure:5667: checking for alloca" >&5
    56035667if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
    56045668  echo $ac_n "(cached) $ac_c" 1>&6
    56055669else
    56065670  cat > conftest.$ac_ext <<EOF
    5607 #line 5608 "configure"
     5671#line 5672 "configure"
    56085672#include "confdefs.h"
    56095673
     
    56335697; return 0; }
    56345698EOF
    5635 if { (eval echo configure:5636: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5699if { (eval echo configure:5700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    56365700  rm -rf conftest*
    56375701  ac_cv_func_alloca_works=yes
     
    56655729
    56665730echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
    5667 echo "configure:5668: checking whether alloca needs Cray hooks" >&5
     5731echo "configure:5732: checking whether alloca needs Cray hooks" >&5
    56685732if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
    56695733  echo $ac_n "(cached) $ac_c" 1>&6
    56705734else
    56715735  cat > conftest.$ac_ext <<EOF
    5672 #line 5673 "configure"
     5736#line 5737 "configure"
    56735737#include "confdefs.h"
    56745738#if defined(CRAY) && ! defined(CRAY2)
     
    56955759for ac_func in _getb67 GETB67 getb67; do
    56965760  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5697 echo "configure:5698: checking for $ac_func" >&5
     5761echo "configure:5762: checking for $ac_func" >&5
    56985762if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    56995763  echo $ac_n "(cached) $ac_c" 1>&6
    57005764else
    57015765  cat > conftest.$ac_ext <<EOF
    5702 #line 5703 "configure"
     5766#line 5767 "configure"
    57035767#include "confdefs.h"
    57045768/* System header to define __stub macros and hopefully few prototypes,
     
    57235787; return 0; }
    57245788EOF
    5725 if { (eval echo configure:5726: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5789if { (eval echo configure:5790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    57265790  rm -rf conftest*
    57275791  eval "ac_cv_func_$ac_func=yes"
     
    57505814
    57515815echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
    5752 echo "configure:5753: checking stack direction for C alloca" >&5
     5816echo "configure:5817: checking stack direction for C alloca" >&5
    57535817if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
    57545818  echo $ac_n "(cached) $ac_c" 1>&6
     
    57585822else
    57595823  cat > conftest.$ac_ext <<EOF
    5760 #line 5761 "configure"
     5824#line 5825 "configure"
    57615825#include "confdefs.h"
    57625826find_stack_direction ()
     
    57775841}
    57785842EOF
    5779 if { (eval echo configure:5780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     5843if { (eval echo configure:5844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    57805844then
    57815845  ac_cv_c_stack_direction=1
     
    58005864
    58015865    echo $ac_n "checking whether we are using the GNU C Library 2.1 or newer""... $ac_c" 1>&6
    5802 echo "configure:5803: checking whether we are using the GNU C Library 2.1 or newer" >&5
     5866echo "configure:5867: checking whether we are using the GNU C Library 2.1 or newer" >&5
    58035867if eval "test \"`echo '$''{'ac_cv_gnu_library_2_1'+set}'`\" = set"; then
    58045868  echo $ac_n "(cached) $ac_c" 1>&6
    58055869else
    58065870  cat > conftest.$ac_ext <<EOF
    5807 #line 5808 "configure"
     5871#line 5872 "configure"
    58085872#include "confdefs.h"
    58095873
     
    58415905ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    58425906echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    5843 echo "configure:5844: checking for $ac_hdr" >&5
     5907echo "configure:5908: checking for $ac_hdr" >&5
    58445908if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    58455909  echo $ac_n "(cached) $ac_c" 1>&6
     
    58475911  cat > conftest.$ac_ext <<EOF
    58485912#include <sys/types.h>
    5849 #line 5850 "configure"
     5913#line 5914 "configure"
    58505914#include "confdefs.h"
    58515915#include <$ac_hdr>
    58525916EOF
    58535917ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    5854 { (eval echo configure:5855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     5918{ (eval echo configure:5919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    58555919ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    58565920if test -z "$ac_err"; then
     
    58835947do
    58845948echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    5885 echo "configure:5886: checking for $ac_func" >&5
     5949echo "configure:5950: checking for $ac_func" >&5
    58865950if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    58875951  echo $ac_n "(cached) $ac_c" 1>&6
    58885952else
    58895953  cat > conftest.$ac_ext <<EOF
    5890 #line 5891 "configure"
     5954#line 5955 "configure"
    58915955#include "confdefs.h"
    58925956/* System header to define __stub macros and hopefully few prototypes,
     
    59115975; return 0; }
    59125976EOF
    5913 if { (eval echo configure:5914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     5977if { (eval echo configure:5978: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59145978  rm -rf conftest*
    59155979  eval "ac_cv_func_$ac_func=yes"
     
    59526016
    59536017  echo $ac_n "checking for iconv""... $ac_c" 1>&6
    5954 echo "configure:5955: checking for iconv" >&5
     6018echo "configure:6019: checking for iconv" >&5
    59556019if eval "test \"`echo '$''{'am_cv_func_iconv'+set}'`\" = set"; then
    59566020  echo $ac_n "(cached) $ac_c" 1>&6
     
    59606024    am_cv_lib_iconv=no
    59616025    cat > conftest.$ac_ext <<EOF
    5962 #line 5963 "configure"
     6026#line 6027 "configure"
    59636027#include "confdefs.h"
    59646028#include <stdlib.h>
     
    59706034; return 0; }
    59716035EOF
    5972 if { (eval echo configure:5973: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6036if { (eval echo configure:6037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59736037  rm -rf conftest*
    59746038  am_cv_func_iconv=yes
     
    59826046      LIBS="$LIBS $am_cv_libiconv_ldpath -liconv"
    59836047      cat > conftest.$ac_ext <<EOF
    5984 #line 5985 "configure"
     6048#line 6049 "configure"
    59856049#include "confdefs.h"
    59866050#include <stdlib.h>
     
    59926056; return 0; }
    59936057EOF
    5994 if { (eval echo configure:5995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6058if { (eval echo configure:6059: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    59956059  rm -rf conftest*
    59966060  am_cv_lib_iconv=yes
     
    60136077
    60146078    echo $ac_n "checking for iconv declaration""... $ac_c" 1>&6
    6015 echo "configure:6016: checking for iconv declaration" >&5
     6079echo "configure:6080: checking for iconv declaration" >&5
    60166080    if eval "test \"`echo '$''{'am_cv_proto_iconv'+set}'`\" = set"; then
    60176081  echo $ac_n "(cached) $ac_c" 1>&6
     
    60196083 
    60206084      cat > conftest.$ac_ext <<EOF
    6021 #line 6022 "configure"
     6085#line 6086 "configure"
    60226086#include "confdefs.h"
    60236087
     
    60386102; return 0; }
    60396103EOF
    6040 if { (eval echo configure:6041: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     6104if { (eval echo configure:6105: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    60416105  rm -rf conftest*
    60426106  am_cv_proto_iconv_arg1=""
     
    60676131   
    60686132  echo $ac_n "checking for nl_langinfo and CODESET""... $ac_c" 1>&6
    6069 echo "configure:6070: checking for nl_langinfo and CODESET" >&5
     6133echo "configure:6134: checking for nl_langinfo and CODESET" >&5
    60706134if eval "test \"`echo '$''{'am_cv_langinfo_codeset'+set}'`\" = set"; then
    60716135  echo $ac_n "(cached) $ac_c" 1>&6
    60726136else
    60736137  cat > conftest.$ac_ext <<EOF
    6074 #line 6075 "configure"
     6138#line 6139 "configure"
    60756139#include "confdefs.h"
    60766140#include <langinfo.h>
     
    60796143; return 0; }
    60806144EOF
    6081 if { (eval echo configure:6082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6145if { (eval echo configure:6146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    60826146  rm -rf conftest*
    60836147  am_cv_langinfo_codeset=yes
     
    61026166   if test $ac_cv_header_locale_h = yes; then
    61036167    echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6
    6104 echo "configure:6105: checking for LC_MESSAGES" >&5
     6168echo "configure:6169: checking for LC_MESSAGES" >&5
    61056169if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then
    61066170  echo $ac_n "(cached) $ac_c" 1>&6
    61076171else
    61086172  cat > conftest.$ac_ext <<EOF
    6109 #line 6110 "configure"
     6173#line 6174 "configure"
    61106174#include "confdefs.h"
    61116175#include <locale.h>
     
    61146178; return 0; }
    61156179EOF
    6116 if { (eval echo configure:6117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6180if { (eval echo configure:6181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    61176181  rm -rf conftest*
    61186182  am_cv_val_LC_MESSAGES=yes
     
    61356199  fi
    61366200   echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6
    6137 echo "configure:6138: checking whether NLS is requested" >&5
     6201echo "configure:6202: checking whether NLS is requested" >&5
    61386202        # Check whether --enable-nls or --disable-nls was given.
    61396203if test "${enable_nls+set}" = set; then
     
    61586222
    61596223      echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6
    6160 echo "configure:6161: checking whether included gettext is requested" >&5
     6224echo "configure:6225: checking whether included gettext is requested" >&5
    61616225      # Check whether --with-included-gettext or --without-included-gettext was given.
    61626226if test "${with_included_gettext+set}" = set; then
     
    61786242        ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'`
    61796243echo $ac_n "checking for libintl.h""... $ac_c" 1>&6
    6180 echo "configure:6181: checking for libintl.h" >&5
     6244echo "configure:6245: checking for libintl.h" >&5
    61816245if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    61826246  echo $ac_n "(cached) $ac_c" 1>&6
     
    61846248  cat > conftest.$ac_ext <<EOF
    61856249#include <sys/types.h>
    6186 #line 6187 "configure"
     6250#line 6251 "configure"
    61876251#include "confdefs.h"
    61886252#include <libintl.h>
    61896253EOF
    61906254ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    6191 { (eval echo configure:6192: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     6255{ (eval echo configure:6256: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    61926256ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    61936257if test -z "$ac_err"; then
     
    62106274
    62116275           echo $ac_n "checking for GNU gettext in libc""... $ac_c" 1>&6
    6212 echo "configure:6213: checking for GNU gettext in libc" >&5
     6276echo "configure:6277: checking for GNU gettext in libc" >&5
    62136277if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libc'+set}'`\" = set"; then
    62146278  echo $ac_n "(cached) $ac_c" 1>&6
    62156279else
    62166280  cat > conftest.$ac_ext <<EOF
    6217 #line 6218 "configure"
     6281#line 6282 "configure"
    62186282#include "confdefs.h"
    62196283#include <libintl.h>
     
    62246288; return 0; }
    62256289EOF
    6226 if { (eval echo configure:6227: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6290if { (eval echo configure:6291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62276291  rm -rf conftest*
    62286292  gt_cv_func_gnugettext1_libc=yes
     
    62406304           if test "$gt_cv_func_gnugettext1_libc" != "yes"; then
    62416305             echo $ac_n "checking for GNU gettext in libintl""... $ac_c" 1>&6
    6242 echo "configure:6243: checking for GNU gettext in libintl" >&5
     6306echo "configure:6307: checking for GNU gettext in libintl" >&5
    62436307if eval "test \"`echo '$''{'gt_cv_func_gnugettext1_libintl'+set}'`\" = set"; then
    62446308  echo $ac_n "(cached) $ac_c" 1>&6
     
    62476311                LIBS="$LIBS -lintl $LIBICONV"
    62486312                cat > conftest.$ac_ext <<EOF
    6249 #line 6250 "configure"
     6313#line 6314 "configure"
    62506314#include "confdefs.h"
    62516315#include <libintl.h>
     
    62566320; return 0; }
    62576321EOF
    6258 if { (eval echo configure:6259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6322if { (eval echo configure:6323: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    62596323  rm -rf conftest*
    62606324  gt_cv_func_gnugettext1_libintl=yes
     
    62896353do
    62906354echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
    6291 echo "configure:6292: checking for $ac_func" >&5
     6355echo "configure:6356: checking for $ac_func" >&5
    62926356if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
    62936357  echo $ac_n "(cached) $ac_c" 1>&6
    62946358else
    62956359  cat > conftest.$ac_ext <<EOF
    6296 #line 6297 "configure"
     6360#line 6361 "configure"
    62976361#include "confdefs.h"
    62986362/* System header to define __stub macros and hopefully few prototypes,
     
    63176381; return 0; }
    63186382EOF
    6319 if { (eval echo configure:6320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6383if { (eval echo configure:6384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    63206384  rm -rf conftest*
    63216385  eval "ac_cv_func_$ac_func=yes"
     
    63466410set dummy msgfmt; ac_word=$2
    63476411echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6348 echo "configure:6349: checking for $ac_word" >&5
     6412echo "configure:6413: checking for $ac_word" >&5
    63496413if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    63506414  echo $ac_n "(cached) $ac_c" 1>&6
     
    63806444set dummy gmsgfmt; ac_word=$2
    63816445echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6382 echo "configure:6383: checking for $ac_word" >&5
     6446echo "configure:6447: checking for $ac_word" >&5
    63836447if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    63846448  echo $ac_n "(cached) $ac_c" 1>&6
     
    64216485set dummy xgettext; ac_word=$2
    64226486echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6423 echo "configure:6424: checking for $ac_word" >&5
     6487echo "configure:6488: checking for $ac_word" >&5
    64246488if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    64256489  echo $ac_n "(cached) $ac_c" 1>&6
     
    64716535set dummy msgfmt; ac_word=$2
    64726536echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6473 echo "configure:6474: checking for $ac_word" >&5
     6537echo "configure:6538: checking for $ac_word" >&5
    64746538if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then
    64756539  echo $ac_n "(cached) $ac_c" 1>&6
     
    65056569set dummy gmsgfmt; ac_word=$2
    65066570echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6507 echo "configure:6508: checking for $ac_word" >&5
     6571echo "configure:6572: checking for $ac_word" >&5
    65086572if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then
    65096573  echo $ac_n "(cached) $ac_c" 1>&6
     
    65456609set dummy xgettext; ac_word=$2
    65466610echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6547 echo "configure:6548: checking for $ac_word" >&5
     6611echo "configure:6612: checking for $ac_word" >&5
    65486612if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then
    65496613  echo $ac_n "(cached) $ac_c" 1>&6
     
    66176681set dummy $ac_prog; ac_word=$2
    66186682echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    6619 echo "configure:6620: checking for $ac_word" >&5
     6683echo "configure:6684: checking for $ac_word" >&5
    66206684if eval "test \"`echo '$''{'ac_cv_prog_INTLBISON'+set}'`\" = set"; then
    66216685  echo $ac_n "(cached) $ac_c" 1>&6
     
    66516715    else
    66526716            echo $ac_n "checking version of bison""... $ac_c" 1>&6
    6653 echo "configure:6654: checking version of bison" >&5
     6717echo "configure:6718: checking version of bison" >&5
    66546718      ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
    66556719      case $ac_prog_version in
     
    66966760         if test "x$CATOBJEXT" != x; then
    66976761     echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6
    6698 echo "configure:6699: checking for catalogs to be installed" >&5
     6762echo "configure:6763: checking for catalogs to be installed" >&5
    66996763     # Look for .po and .gmo files in the source directory.
    67006764     CATALOGS=
     
    67546818        win32 | pe | cygwin* | mingw32* | uwin*)
    67556819echo $ac_n "checking whether windows registry support is requested""... $ac_c" 1>&6
    6756 echo "configure:6757: checking whether windows registry support is requested" >&5
     6820echo "configure:6821: checking whether windows registry support is requested" >&5
    67576821if test "x$enable_win32_registry" != xno; then
    67586822  cat >> confdefs.h <<\EOF
     
    67636827 
    67646828echo $ac_n "checking for library containing RegOpenKeyExA""... $ac_c" 1>&6
    6765 echo "configure:6766: checking for library containing RegOpenKeyExA" >&5
     6829echo "configure:6830: checking for library containing RegOpenKeyExA" >&5
    67666830if eval "test \"`echo '$''{'ac_cv_search_RegOpenKeyExA'+set}'`\" = set"; then
    67676831  echo $ac_n "(cached) $ac_c" 1>&6
     
    67706834ac_cv_search_RegOpenKeyExA="no"
    67716835cat > conftest.$ac_ext <<EOF
    6772 #line 6773 "configure"
     6836#line 6837 "configure"
    67736837#include "confdefs.h"
    67746838/* Override any gcc2 internal prototype to avoid an error.  */
     
    67816845; return 0; }
    67826846EOF
    6783 if { (eval echo configure:6784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6847if { (eval echo configure:6848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    67846848  rm -rf conftest*
    67856849  ac_cv_search_RegOpenKeyExA="none required"
     
    67926856LIBS="-l$i  $ac_func_search_save_LIBS"
    67936857cat > conftest.$ac_ext <<EOF
    6794 #line 6795 "configure"
     6858#line 6859 "configure"
    67956859#include "confdefs.h"
    67966860/* Override any gcc2 internal prototype to avoid an error.  */
     
    68036867; return 0; }
    68046868EOF
    6805 if { (eval echo configure:6806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     6869if { (eval echo configure:6870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    68066870  rm -rf conftest*
    68076871  ac_cv_search_RegOpenKeyExA="-l$i"
     
    68456909if test "x$enable_win32_registry" != xno; then
    68466910  echo $ac_n "checking registry key on windows hosts""... $ac_c" 1>&6
    6847 echo "configure:6848: checking registry key on windows hosts" >&5
     6911echo "configure:6912: checking registry key on windows hosts" >&5
    68486912  cat >> confdefs.h <<EOF
    68496913#define WIN32_REGISTRY_KEY "$gcc_cv_win32_registry_key"
     
    68566920
    68576921# Get an absolute path to the GCC top-level source directory
    6858 holddir=`pwd`
     6922holddir=`${PWDCMD-pwd}`
    68596923cd $srcdir
    6860 topdir=`pwd`
     6924topdir=`${PWDCMD-pwd}`
    68616925cd $holddir
    68626926
     
    69206984       tm_file_list="${tm_file_list} \$(srcdir)/../include/ansidecl.h" ;;
    69216985    defaults.h )
    6922        tm_file_list="${tm_file_list} $f" ;;
     6986       tm_file_list="${tm_file_list} \$(srcdir)/$f" ;;
    69236987    *) tm_file_list="${tm_file_list} \$(srcdir)/config/$f" ;;
    69246988  esac
     
    69356999    ansidecl.h )
    69367000       host_xm_file_list="${host_xm_file_list} \$(srcdir)/../include/ansidecl.h" ;;
    6937     auto-host.h | defaults.h )
     7001    auto-host.h )
    69387002       host_xm_file_list="${host_xm_file_list} $f" ;;
     7003    defaults.h )
     7004       host_xm_file_list="${host_xm_file_list} \$(srcdir)/$f" ;;
    69397005    *) host_xm_file_list="${host_xm_file_list} \$(srcdir)/config/$f" ;;
    69407006  esac
     
    69467012    ansidecl.h )
    69477013       build_xm_file_list="${build_xm_file_list} \$(srcdir)/../include/ansidecl.h" ;;
    6948     auto-build.h | auto-host.h | defaults.h )
     7014    auto-build.h | auto-host.h )
    69497015       build_xm_file_list="${build_xm_file_list} $f" ;;
     7016    defaults.h )
     7017       host_xm_file_list="${host_xm_file_list} \$(srcdir)/$f" ;;
    69507018    *) build_xm_file_list="${build_xm_file_list} \$(srcdir)/config/$f" ;;
    69517019  esac
     
    69627030        ALL=all.cross
    69637031        SYSTEM_HEADER_DIR='$(CROSS_SYSTEM_HEADER_DIR)'
     7032        case "$host","$target" in
     7033            i?86-*-*,x86_64-*-* \
     7034            | powerpc*-*-*,powerpc64*-*-*)
     7035                CROSS="$CROSS -DNATIVE_CROSS" ;;
     7036        esac
     7037elif test "x$TARGET_SYSTEM_ROOT" != x; then
     7038        # This is just $(TARGET_SYSTEM_ROOT)$(NATIVE_SYSTEM_HEADER_DIR)
     7039        SYSTEM_HEADER_DIR='$(CROSS_SYSTEM_HEADER_DIR)'
    69647040fi
    69657041
     
    69727048# support.
    69737049inhibit_libc=
    6974 if test x$host != x$target && test x$with_headers = x; then
     7050if { test x$host != x$target && test "x$with_headers" = x &&
     7051     test "x$with_sysroot" = x ; } || test x$with_newlib = xyes ; then
    69757052       inhibit_libc=-Dinhibit_libc
    6976 else
    6977        if test x$with_newlib = xyes; then
    6978                inhibit_libc=-Dinhibit_libc
    6979        fi
    69807053fi
    69817054
     
    69887061
    69897062# These are the normal (build=host) settings:
    6990 HOST_PREFIX=                   
    6991 HOST_PREFIX_1=ignore-           
     7063BUILD_PREFIX=                   
     7064BUILD_PREFIX_1=ignore-         
    69927065HOST_CC='$(CC)'                 
    69937066HOST_CFLAGS='$(ALL_CFLAGS)'     
     
    69997072if test x$build != x$host
    70007073then
    7001     HOST_PREFIX=build-
    7002     HOST_PREFIX_1=build-
     7074    BUILD_PREFIX=build-
     7075    BUILD_PREFIX_1=build-
    70037076    HOST_CC='$(CC_FOR_BUILD)'
    70047077    HOST_CFLAGS='$(INTERNAL_CFLAGS) $(T_CFLAGS) $(CFLAGS_FOR_BUILD) $(XCFLAGS)'
    70057078
    7006     STMP_FIXINC=
    7007     STMP_FIXPROTO=
     7079    if test "x$TARGET_SYSTEM_ROOT" = x; then
     7080        STMP_FIXINC=
     7081        STMP_FIXPROTO=
     7082    fi
    70087083fi
    70097084
     
    70507125# Figure out what assembler we will be using.
    70517126echo $ac_n "checking what assembler to use""... $ac_c" 1>&6
    7052 echo "configure:7053: checking what assembler to use" >&5
     7127echo "configure:7128: checking what assembler to use" >&5
    70537128gcc_cv_as=
    70547129gcc_cv_gas_major_version=
     
    71447219# Figure out what linker we will be using.
    71457220echo $ac_n "checking what linker to use""... $ac_c" 1>&6
    7146 echo "configure:7147: checking what linker to use" >&5
     7221echo "configure:7222: checking what linker to use" >&5
    71477222gcc_cv_ld=
    71487223gcc_cv_gld_major_version=
     
    72377312# Figure out what nm we will be using.
    72387313echo $ac_n "checking what nm to use""... $ac_c" 1>&6
    7239 echo "configure:7240: checking what nm to use" >&5
     7314echo "configure:7315: checking what nm to use" >&5
    72407315if test -x nm$host_exeext; then
    72417316        gcc_cv_nm=./nm$host_exeext
     
    72497324# Figure out what objdump we will be using.
    72507325echo $ac_n "checking what objdump to use""... $ac_c" 1>&6
    7251 echo "configure:7252: checking what objdump to use" >&5
     7326echo "configure:7327: checking what objdump to use" >&5
    72527327if test -x objdump$host_exeext; then
    72537328        gcc_cv_objdump=./objdump$host_exeext
     
    72617336# Figure out what assembler alignment features are present.
    72627337echo $ac_n "checking assembler alignment features""... $ac_c" 1>&6
    7263 echo "configure:7264: checking assembler alignment features" >&5
     7338echo "configure:7339: checking assembler alignment features" >&5
    72647339gcc_cv_as_alignment_features=none
    72657340if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    73097384
    73107385echo $ac_n "checking assembler subsection support""... $ac_c" 1>&6
    7311 echo "configure:7312: checking assembler subsection support" >&5
     7386echo "configure:7387: checking assembler subsection support" >&5
    73127387gcc_cv_as_subsections=no
    73137388if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    73497424
    73507425echo $ac_n "checking assembler weak support""... $ac_c" 1>&6
    7351 echo "configure:7352: checking assembler weak support" >&5
     7426echo "configure:7427: checking assembler weak support" >&5
    73527427gcc_cv_as_weak=no
    73537428if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    73727447
    73737448echo $ac_n "checking assembler hidden support""... $ac_c" 1>&6
    7374 echo "configure:7375: checking assembler hidden support" >&5
     7449echo "configure:7450: checking assembler hidden support" >&5
    73757450gcc_cv_as_hidden=no
    73767451if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    73937468        rm -f conftest.s conftest.o conftest.nm1 conftest.nm2
    73947469
    7395         # GNU LD versions before 2.12.1 have buggy support for STV_HIDDEN.
     7470        # GNU LD versions before 2.12.1 have buggy support for STV_HIDDEN.
    73967471        # This is irritatingly difficult to feature test for.  Look for
    73977472        # the date string after the version number.
    73987473        ld_ver=`$gcc_cv_ld --version 2>/dev/null | head -1`
    73997474        if echo "$ld_ver" | grep GNU > /dev/null; then
    7400                 ld_vers=`echo $ld_ver | sed -n 's,^.*[  ]\([0-9][0-9]*\.[0-9][0-9]*\(\|\.[0-9][0-9]*\(\|\.[0-9][0-9]*\)\)\)\([  ].*\|\)$,\1,p'`
    7401                 ld_date=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
     7475               ld_vers=`echo $ld_ver | sed -n 's,^.*[  ]\([0-9][0-9]*\.[0-9][0-9]*\(\|\.[0-9][0-9]*\(\|\.[0-9][0-9]*\)\)\)\([  ].*\|\)$,\1,p'`
     7476               ld_date=`echo $ld_ver | sed -n 's,^.*\([2-9][0-9][0-9][0-9]\)[-]*\([01][0-9]\)[-]*\([0-3][0-9]\).*$,\1\2\3,p'`
    74027477                if test 0"$ld_date" -lt 20020404; then
    74037478                        if test -n "$ld_date"; then
     
    74227497                        fi
    74237498                fi
     7499        else
     7500                # non-GNU linkers don't seem to support .hidden yet
     7501                gcc_cv_as_hidden=no
    74247502        fi
    74257503fi
    7426 
    74277504if test x"$gcc_cv_as_hidden" = xyes; then
    74287505        cat >> confdefs.h <<\EOF
     
    74367513
    74377514echo $ac_n "checking assembler leb128 support""... $ac_c" 1>&6
    7438 echo "configure:7439: checking assembler leb128 support" >&5
     7515echo "configure:7516: checking assembler leb128 support" >&5
    74397516gcc_cv_as_leb128=no
    74407517if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    74817558
    74827559echo $ac_n "checking assembler eh_frame optimization""... $ac_c" 1>&6
    7483 echo "configure:7484: checking assembler eh_frame optimization" >&5
     7560echo "configure:7561: checking assembler eh_frame optimization" >&5
    74847561gcc_cv_as_eh_frame=no
    74857562if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    75627639
    75637640echo $ac_n "checking assembler section merging support""... $ac_c" 1>&6
    7564 echo "configure:7565: checking assembler section merging support" >&5
     7641echo "configure:7642: checking assembler section merging support" >&5
    75657642gcc_cv_as_shf_merge=no
    75667643if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    75847661echo "$ac_t""$gcc_cv_as_shf_merge" 1>&6
    75857662
     7663echo $ac_n "checking assembler thread-local storage support""... $ac_c" 1>&6
     7664echo "configure:7665: checking assembler thread-local storage support" >&5
     7665gcc_cv_as_tls=no
     7666conftest_s=
     7667tls_first_major=
     7668tls_first_minor=
     7669case "$target" in
     7670  alpha*-*-*)
     7671    conftest_s='
     7672        .section ".tdata","awT",@progbits
     7673foo:    .long   25
     7674        .text
     7675        ldq     $27,__tls_get_addr($29)         !literal!1
     7676        lda     $16,foo($29)                    !tlsgd!1
     7677        jsr     $26,($27),__tls_get_addr        !lituse_tlsgd!1
     7678        ldq     $27,__tls_get_addr($29)         !literal!2
     7679        lda     $16,foo($29)                    !tlsldm!2
     7680        jsr     $26,($27),__tls_get_addr        !lituse_tlsldm!2
     7681        ldq     $1,foo($29)                     !gotdtprel
     7682        ldah    $2,foo($29)                     !dtprelhi
     7683        lda     $3,foo($2)                      !dtprello
     7684        lda     $4,foo($29)                     !dtprel
     7685        ldq     $1,foo($29)                     !gottprel
     7686        ldah    $2,foo($29)                     !tprelhi
     7687        lda     $3,foo($2)                      !tprello
     7688        lda     $4,foo($29)                     !tprel'
     7689        tls_first_major=2
     7690        tls_first_minor=13
     7691        ;;
     7692  i[34567]86-*-*)
     7693    conftest_s='
     7694        .section ".tdata","awT",@progbits
     7695foo:    .long   25
     7696        .text
     7697        movl    %gs:0, %eax
     7698        leal    foo@TLSGD(,%ebx,1), %eax
     7699        leal    foo@TLSLDM(%ebx), %eax
     7700        leal    foo@DTPOFF(%eax), %edx
     7701        movl    foo@GOTTPOFF(%ebx), %eax
     7702        subl    foo@GOTTPOFF(%ebx), %eax
     7703        addl    foo@GOTNTPOFF(%ebx), %eax
     7704        movl    foo@INDNTPOFF, %eax
     7705        movl    $foo@TPOFF, %eax
     7706        subl    $foo@TPOFF, %eax
     7707        leal    foo@NTPOFF(%ecx), %eax'
     7708        tls_first_major=2
     7709        tls_first_minor=14
     7710        ;;
     7711  x86_64-*-*)
     7712    conftest_s='
     7713        .section ".tdata","awT",@progbits
     7714foo:    .long   25
     7715        .text
     7716        movq    %fs:0, %rax
     7717        leaq    foo@TLSGD(%rip), %rdi
     7718        leaq    foo@TLSLD(%rip), %rdi
     7719        leaq    foo@DTPOFF(%rax), %rdx
     7720        movq    foo@GOTTPOFF(%rip), %rax
     7721        movq    $foo@TPOFF, %rax'
     7722        tls_first_major=2
     7723        tls_first_minor=14
     7724        ;;
     7725  ia64-*-*)
     7726    conftest_s='
     7727        .section ".tdata","awT",@progbits
     7728foo:    data8   25
     7729        .text
     7730        addl    r16 = @ltoff(@dtpmod(foo#)), gp
     7731        addl    r17 = @ltoff(@dtprel(foo#)), gp
     7732        addl    r18 = @ltoff(@tprel(foo#)), gp
     7733        addl    r19 = @dtprel(foo#), gp
     7734        adds    r21 = @dtprel(foo#), r13
     7735        movl    r23 = @dtprel(foo#)
     7736        addl    r20 = @tprel(foo#), gp
     7737        adds    r22 = @tprel(foo#), r13
     7738        movl    r24 = @tprel(foo#)'
     7739        tls_first_major=2
     7740        tls_first_minor=13
     7741        ;;
     7742  s390-*-*)
     7743    conftest_s='
     7744        .section ".tdata","awT",@progbits
     7745foo:    .long   25
     7746        .text
     7747        .long   foo@TLSGD
     7748        .long   foo@TLSLDM
     7749        .long   foo@DTPOFF
     7750        .long   foo@NTPOFF
     7751        .long   foo@GOTNTPOFF
     7752        .long   foo@INDNTPOFF
     7753        l       %r1,foo@GOTNTPOFF(%r12)
     7754        l       %r1,0(%r1):tls_load:foo
     7755        bas     %r14,0(%r1,%r13):tls_gdcall:foo
     7756        bas     %r14,0(%r1,%r13):tls_ldcall:foo'
     7757        tls_first_major=2
     7758        tls_first_minor=14
     7759        ;;
     7760  s390x-*-*)
     7761    conftest_s='
     7762        .section ".tdata","awT",@progbits
     7763foo:    .long   25
     7764        .text
     7765        .quad   foo@TLSGD
     7766        .quad   foo@TLSLDM
     7767        .quad   foo@DTPOFF
     7768        .quad   foo@NTPOFF
     7769        .quad   foo@GOTNTPOFF
     7770        lg      %r1,foo@GOTNTPOFF(%r12)
     7771        larl    %r1,foo@INDNTPOFF
     7772        brasl   %r14,__tls_get_offset@PLT:tls_gdcall:foo
     7773        brasl   %r14,__tls_get_offset@PLT:tls_ldcall:foo'
     7774        tls_first_major=2
     7775        tls_first_minor=14
     7776        ;;
     7777esac
     7778if test -z "$tls_first_major"; then
     7779  :
     7780elif test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x
     7781then
     7782  if test "$gcc_cv_gas_major_version" -eq "$tls_first_major" \
     7783          -a "$gcc_cv_gas_minor_version" -ge "$tls_first_minor" \
     7784          -o "$gcc_cv_gas_major_version" -gt "$tls_first_major"; then
     7785    gcc_cv_as_tls=yes
     7786  fi
     7787elif test x$gcc_cv_as != x; then
     7788  echo "$conftest_s" > conftest.s
     7789  if $gcc_cv_as --fatal-warnings -o conftest.o conftest.s > /dev/null 2>&1
     7790  then
     7791    gcc_cv_as_tls=yes
     7792  fi
     7793  rm -f conftest.s conftest.o
     7794fi
     7795if test "$gcc_cv_as_tls" = yes; then
     7796  cat >> confdefs.h <<\EOF
     7797#define HAVE_AS_TLS 1
     7798EOF
     7799
     7800fi
     7801echo "$ac_t""$gcc_cv_as_tls" 1>&6
     7802
    75867803case "$target" in
    75877804  # All TARGET_ABI_OSF targets.
    75887805  alpha*-*-osf* | alpha*-*-linux* | alpha*-*-*bsd*)
    75897806    echo $ac_n "checking assembler supports explicit relocations""... $ac_c" 1>&6
    7590 echo "configure:7591: checking assembler supports explicit relocations" >&5
     7807echo "configure:7808: checking assembler supports explicit relocations" >&5
    75917808if eval "test \"`echo '$''{'gcc_cv_as_explicit_relocs'+set}'`\" = set"; then
    75927809  echo $ac_n "(cached) $ac_c" 1>&6
     
    76387855  sparc*-*-*)
    76397856    echo $ac_n "checking assembler .register pseudo-op support""... $ac_c" 1>&6
    7640 echo "configure:7641: checking assembler .register pseudo-op support" >&5
     7857echo "configure:7858: checking assembler .register pseudo-op support" >&5
    76417858if eval "test \"`echo '$''{'gcc_cv_as_register_pseudo_op'+set}'`\" = set"; then
    76427859  echo $ac_n "(cached) $ac_c" 1>&6
     
    76667883
    76677884    echo $ac_n "checking assembler supports -relax""... $ac_c" 1>&6
    7668 echo "configure:7669: checking assembler supports -relax" >&5
     7885echo "configure:7886: checking assembler supports -relax" >&5
    76697886if eval "test \"`echo '$''{'gcc_cv_as_relax_opt'+set}'`\" = set"; then
    76707887  echo $ac_n "(cached) $ac_c" 1>&6
     
    76947911
    76957912    echo $ac_n "checking assembler and linker support unaligned pc related relocs""... $ac_c" 1>&6
    7696 echo "configure:7697: checking assembler and linker support unaligned pc related relocs" >&5
     7913echo "configure:7914: checking assembler and linker support unaligned pc related relocs" >&5
    76977914if eval "test \"`echo '$''{'gcc_cv_as_sparc_ua_pcrel'+set}'`\" = set"; then
    76987915  echo $ac_n "(cached) $ac_c" 1>&6
     
    77217938
    77227939    echo $ac_n "checking assembler and linker support unaligned pc related relocs against hidden symbols""... $ac_c" 1>&6
    7723 echo "configure:7724: checking assembler and linker support unaligned pc related relocs against hidden symbols" >&5
     7940echo "configure:7941: checking assembler and linker support unaligned pc related relocs against hidden symbols" >&5
    77247941if eval "test \"`echo '$''{'gcc_cv_as_sparc_ua_pcrel_hidden'+set}'`\" = set"; then
    77257942  echo $ac_n "(cached) $ac_c" 1>&6
     
    77617978
    77627979    echo $ac_n "checking for assembler offsetable %lo() support""... $ac_c" 1>&6
    7763 echo "configure:7764: checking for assembler offsetable %lo() support" >&5
     7980echo "configure:7981: checking for assembler offsetable %lo() support" >&5
    77647981if eval "test \"`echo '$''{'gcc_cv_as_offsetable_lo10'+set}'`\" = set"; then
    77657982  echo $ac_n "(cached) $ac_c" 1>&6
     
    78008017  i[34567]86-*-* | x86_64-*-*)
    78018018    echo $ac_n "checking assembler instructions""... $ac_c" 1>&6
    7802 echo "configure:7803: checking assembler instructions" >&5
     8019echo "configure:8020: checking assembler instructions" >&5
    78038020    gcc_cv_as_instructions=
    78048021    if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x; then
     
    78268043    echo "$ac_t""$gcc_cv_as_instructions" 1>&6
    78278044
     8045    echo $ac_n "checking cmov syntax""... $ac_c" 1>&6
     8046echo "configure:8047: checking cmov syntax" >&5
     8047    gcc_cv_as_ix86_cmov_sun_syntax=no
     8048    if test x$gcc_cv_as != x; then
     8049        echo 'cmovl.l %edx, %eax' > conftest.s
     8050        if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1; then
     8051                    gcc_cv_as_ix86_cmov_sun_syntax=yes
     8052        fi
     8053        rm -f conftest.s conftest.o
     8054    fi
     8055    if test "x$gcc_cv_as_ix86_cmov_sun_syntax" = xyes; then
     8056        cat >> confdefs.h <<\EOF
     8057#define HAVE_AS_IX86_CMOV_SUN_SYNTAX 1
     8058EOF
     8059
     8060    fi
     8061    echo "$ac_t""$gcc_cv_as_ix86_cmov_sun_syntax" 1>&6
     8062
    78288063    echo $ac_n "checking assembler GOTOFF in data directives""... $ac_c" 1>&6
    7829 echo "configure:7830: checking assembler GOTOFF in data directives" >&5
     8064echo "configure:8065: checking assembler GOTOFF in data directives" >&5
    78308065    gcc_cv_as_gotoff_in_data=no
    78318066    if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x
     
    78548089    echo "$ac_t""$gcc_cv_as_gotoff_in_data" 1>&6
    78558090    ;;
     8091
     8092  ia64*-*-*)
     8093    echo $ac_n "checking assembler supports ltoffx and ldxmov""... $ac_c" 1>&6
     8094echo "configure:8095: checking assembler supports ltoffx and ldxmov" >&5
     8095if eval "test \"`echo '$''{'gcc_cv_as_ltoffx_ldxmov_relocs'+set}'`\" = set"; then
     8096  echo $ac_n "(cached) $ac_c" 1>&6
     8097else
     8098 
     8099        gcc_cv_as_ltoffx_ldxmov_relocs=unknown
     8100        if test x$gcc_cv_gas_major_version != x \
     8101                -a x$gcc_cv_gas_minor_version != x
     8102        then
     8103           if test "$gcc_cv_gas_major_version" -eq 2 \
     8104                   -a "$gcc_cv_gas_minor_version" -ge 14 \
     8105                   -o "$gcc_cv_gas_major_version" -gt 2; then
     8106              gcc_cv_as_ltoffx_ldxmov_relocs=yes
     8107           fi
     8108        elif test x$gcc_cv_as != x; then
     8109            cat > conftest.s << 'EOF'
     8110        .text
     8111        addl r15 = @ltoffx(x#), gp
     8112        ;;
     8113        ld8.mov r16 = [r15], x#
     8114EOF
     8115            if $gcc_cv_as -o conftest.o conftest.s > /dev/null 2>&1; then
     8116                gcc_cv_as_ltoffx_ldxmov_relocs=yes
     8117            else
     8118                gcc_cv_as_ltoffx_ldxmov_relocs=no
     8119            fi
     8120            rm -f conftest.s conftest.o
     8121        fi
     8122   
     8123fi
     8124
     8125echo "$ac_t""$gcc_cv_as_ltoffx_ldxmov_relocs" 1>&6
     8126    if test "x$gcc_cv_as_ltoffx_ldxmov_relocs" = xyes; then
     8127        cat >> confdefs.h <<\EOF
     8128#define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1
     8129EOF
     8130
     8131    fi
     8132    ;;
    78568133esac
    78578134
    78588135echo $ac_n "checking assembler dwarf2 debug_line support""... $ac_c" 1>&6
    7859 echo "configure:7860: checking assembler dwarf2 debug_line support" >&5
     8136echo "configure:8137: checking assembler dwarf2 debug_line support" >&5
    78608137gcc_cv_as_dwarf2_debug_line=no
    78618138# ??? Not all targets support dwarf2 debug_line, even within a version
     
    78668143# version to the per-target configury.
    78678144case "$target" in
    7868   i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* | x86_64*-*-*)
     8145  i?86*-*-* | mips*-*-* | alpha*-*-* | powerpc*-*-* | sparc*-*-* | m68*-*-* \
     8146  | x86_64*-*-* | hppa*-*-* | arm*-*-* | strongarm*-*-* | xscale*-*-*)
    78698147    insn="nop"
    78708148    ;;
     
    79138191
    79148192echo $ac_n "checking assembler --gdwarf2 support""... $ac_c" 1>&6
    7915 echo "configure:7916: checking assembler --gdwarf2 support" >&5
     8193echo "configure:8194: checking assembler --gdwarf2 support" >&5
    79168194gcc_cv_as_gdwarf2_flag=no
    79178195if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x;
     
    79228200     && grep 'obj_format = elf' ../gas/Makefile > /dev/null \
    79238201     && test x"$insn" != x ; then
    7924     gcc_cv_as_gdwarf2_debug_flag="yes"
     8202    gcc_cv_as_gdwarf2_flag="yes"
    79258203  fi
    79268204elif test x$gcc_cv_as != x -a x"$insn" != x ; then
     
    79428220
    79438221echo $ac_n "checking assembler --gstabs support""... $ac_c" 1>&6
    7944 echo "configure:7945: checking assembler --gstabs support" >&5
     8222echo "configure:8223: checking assembler --gstabs support" >&5
    79458223gcc_cv_as_gstabs_flag=no
    79468224if test x$gcc_cv_gas_major_version != x -a x$gcc_cv_gas_minor_version != x;
     
    79518229     && grep 'obj_format = elf' ../gas/Makefile > /dev/null \
    79528230     && test x"$insn" != x ; then
    7953     gcc_cv_as_gstabs_debug_flag="yes"
     8231    gcc_cv_as_gstabs_flag="yes"
    79548232  fi
    79558233elif test x$gcc_cv_as != x -a x"$insn" != x ; then
     
    79588236        if $gcc_cv_as --gstabs -o conftest.o conftest.s > /dev/null 2>&1 ; then
    79598237          gcc_cv_as_gstabs_flag="yes"
     8238          # The native Solaris 9/Intel assembler doesn't understand --gstabs
     8239          # and warns about it, but still exits successfully.  So check for
     8240          # this.
     8241          if $gcc_cv_as --gstabs -o conftest.o conftest.s 2>&1 | \
     8242                grep -i warning > /dev/null ; then
     8243            gcc_cv_as_gstabs_flag="no"
     8244          fi
    79608245        fi
    79618246        rm -f conftest.s conftest.o
     
    79698254echo "$ac_t""$gcc_cv_as_gstabs_flag" 1>&6
    79708255
     8256echo $ac_n "checking linker read-only and read-write section mixing""... $ac_c" 1>&6
     8257echo "configure:8258: checking linker read-only and read-write section mixing" >&5
     8258gcc_cv_ld_ro_rw_mix=unknown
     8259if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
     8260  if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 10 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then
     8261    gcc_cv_ld_ro_rw_mix=read-write
     8262  fi
     8263elif test x$gcc_cv_as != x -a x$gcc_cv_ld != x -a x$gcc_cv_objdump != x ; then
     8264  echo '.section myfoosect, "a"' > conftest1.s
     8265  echo '.section myfoosect, "aw"' > conftest2.s
     8266  echo '.byte 1' >> conftest2.s
     8267  echo '.section myfoosect, "a"' > conftest3.s
     8268  echo '.byte 0' >> conftest3.s
     8269  if $gcc_cv_as -o conftest1.o conftest1.s > /dev/null 2>&1 \
     8270     && $gcc_cv_as -o conftest2.o conftest2.s > /dev/null 2>&1 \
     8271     && $gcc_cv_as -o conftest3.o conftest3.s > /dev/null 2>&1 \
     8272     && $gcc_cv_ld -shared -o conftest1.so conftest1.o \
     8273        conftest2.o conftest3.o > /dev/null 2>&1; then
     8274    gcc_cv_ld_ro_rw_mix=`$gcc_cv_objdump -h conftest1.so \
     8275                         | sed -e '/myfoosect/!d' -e N`
     8276    if echo "$gcc_cv_ld_ro_rw_mix" | grep CONTENTS > /dev/null; then
     8277      if echo "$gcc_cv_ld_ro_rw_mix" | grep READONLY > /dev/null; then
     8278        gcc_cv_ld_ro_rw_mix=read-only
     8279      else
     8280        gcc_cv_ld_ro_rw_mix=read-write
     8281      fi
     8282    fi
     8283  fi
     8284  rm -f conftest.* conftest[123].*
     8285fi
     8286if test x$gcc_cv_ld_ro_rw_mix = xread-write; then
     8287        cat >> confdefs.h <<\EOF
     8288#define HAVE_LD_RO_RW_SECTION_MIXING 1
     8289EOF
     8290
     8291fi
     8292echo "$ac_t""$gcc_cv_ld_ro_rw_mix" 1>&6
     8293
    79718294echo $ac_n "checking linker PT_GNU_EH_FRAME support""... $ac_c" 1>&6
    7972 echo "configure:7973: checking linker PT_GNU_EH_FRAME support" >&5
     8295echo "configure:8296: checking linker PT_GNU_EH_FRAME support" >&5
    79738296gcc_cv_ld_eh_frame_hdr=no
    79748297if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
     
    79828305        fi
    79838306fi
    7984 echo "$ac_t""$gcc_cv_ld_eh_frame_hdr" 1>&6
    79858307if test x"$gcc_cv_ld_eh_frame_hdr" = xyes; then
    7986   echo $ac_n "checking whether linker eh_frame optimizations work properly""... $ac_c" 1>&6
    7987 echo "configure:7988: checking whether linker eh_frame optimizations work properly" >&5
    7988   gcc_cv_ld_eh_frame_hdr_works=no
    7989   if test x$gcc_cv_gld_major_version != x -a x$gcc_cv_gld_minor_version != x; then
    7990     if test "$gcc_cv_gld_major_version" -eq 2 -a "$gcc_cv_gld_minor_version" -ge 13 -o "$gcc_cv_gld_major_version" -gt 2 && grep 'EMUL = elf' ../ld/Makefile > /dev/null; then
    7991       gcc_cv_ld_eh_frame_hdr_works=yes
    7992     fi
    7993   elif test x$gcc_cv_ld != x; then
    7994     for gcc_WS in 4 8; do
    7995       cat > conftest.s <<EOF
    7996         .text
    7997 .LFB1:  .skip   64
    7998 .LFE1:
    7999 .LFB2:  .skip   64
    8000 .LFE2:
    8001 .LFB3:  .skip   64
    8002 .LFE3:
    8003         .section .eh_frame,"aw",@progbits
    8004 .Lframe1:
    8005         .4byte  .LECIE1-.LSCIE1
    8006 .LSCIE1:
    8007         .4byte  0x0
    8008         .byte   0x1
    8009         .ascii "zR\0"
    8010         .uleb128 0x1
    8011         .sleb128 -4
    8012         .byte   0x8
    8013         .uleb128 0x1
    8014         .byte   0x50
    8015         .byte   0xc
    8016         .uleb128 0x4
    8017         .uleb128 0x4
    8018         .byte   0x88
    8019         .uleb128 0x1
    8020         .balign ${gcc_WS}
    8021 .LECIE1:
    8022 .LSFDE1:
    8023         .4byte  .LEFDE1-.LASFDE1
    8024 .LASFDE1:
    8025         .4byte  .LASFDE1-.Lframe1
    8026         .${gcc_WS}byte  .LFB1
    8027         .${gcc_WS}byte  .LFE1-.LFB1
    8028         .uleb128 0x0
    8029         .balign ${gcc_WS}
    8030 .LEFDE1:
    8031 .LSFDE2:
    8032         .4byte  .LEFDE2-.LASFDE2
    8033 .LASFDE2:
    8034         .4byte  .LASFDE2-.Lframe1
    8035         .${gcc_WS}byte  .LFB2
    8036         .${gcc_WS}byte  .LFE2-.LFB2
    8037         .uleb128 0x0
    8038         .balign ${gcc_WS}
    8039 .LEFDE2:
    8040 .LSFDE3:
    8041         .4byte  .LEFDE3-.LASFDE3
    8042 .LASFDE3:
    8043         .4byte  .LASFDE3-.Lframe1
    8044         .${gcc_WS}byte  .LFB3
    8045         .${gcc_WS}byte  .LFE3-.LFB3
    8046         .uleb128 0x0
    8047         .balign ${gcc_WS}
    8048 .LEFDE3:
    8049         .4byte  0
    8050 EOF
    8051 # r=bird: Make this omission OS/2 target specific.
    8052       rm -f conftest.*
    8053     done
    8054   fi
    8055   echo "$ac_t""$gcc_cv_ld_eh_frame_hdr_works" 1>&6
    8056 fi
    8057 if test x"$gcc_cv_ld_eh_frame_hdr" = xyes \
    8058    && test x"$gcc_cv_ld_eh_frame_hdr_works" = xyes; then
    80598308        cat >> confdefs.h <<\EOF
    80608309#define HAVE_LD_EH_FRAME_HDR 1
     
    80628311
    80638312fi
    8064 
    8065 if test "$prefix" != "/usr" && test "$prefix" != "/usr/local" ; then
     8313echo "$ac_t""$gcc_cv_ld_eh_frame_hdr" 1>&6
     8314
     8315# Miscellaneous target-specific checks.
     8316case "$target" in
     8317  mips*-*-*)
     8318    echo $ac_n "checking whether libgloss uses STARTUP directives consistently""... $ac_c" 1>&6
     8319echo "configure:8320: checking whether libgloss uses STARTUP directives consistently" >&5
     8320    gcc_cv_mips_libgloss_startup=no
     8321    gcc_cv_libgloss_srcdir=`echo $srcdir | sed -e 's,/gcc$,,'`/libgloss
     8322    if test "x$exec_prefix" = xNONE; then
     8323      if test "x$prefix" = xNONE; then
     8324        test_prefix=/usr/local
     8325      else
     8326        test_prefix=$prefix
     8327      fi
     8328    else
     8329      test_prefix=$exec_prefix
     8330    fi
     8331    for f in $gcc_cv_libgloss_srcdir/mips/idt.ld $test_prefix/$target_alias/lib/idt.ld
     8332    do
     8333      if grep '^STARTUP' $f > /dev/null 2>&1; then
     8334        gcc_cv_mips_libgloss_startup=yes
     8335        break
     8336      fi
     8337    done
     8338    if test x"$gcc_cv_mips_libgloss_startup" = xyes; then
     8339      cat >> confdefs.h <<\EOF
     8340#define HAVE_MIPS_LIBGLOSS_STARTUP_DIRECTIVES 1
     8341EOF
     8342
     8343    fi
     8344    echo "$ac_t""$gcc_cv_mips_libgloss_startup" 1>&6
     8345    ;;
     8346esac
     8347
     8348if test x$with_sysroot = x && test x$host = x$target \
     8349   && test "$prefix" != "/usr" && test "x$prefix" != "x$local_prefix" ; then
    80668350  cat >> confdefs.h <<EOF
    80678351#define PREFIX_INCLUDE_DIR "$prefix/include"
     
    80848368        fi
    80858369else
    8086         if test x"${enable_languages}" = x ||
    8087           test x"${enable_languages}" = xyes;
     8370        if test x"${enable_languages}" = x \
     8371        || test x"${enable_languages}" = xyes;
    80888372        then
    80898373                { echo "configure: error: --enable-languages needs at least one language argument" 1>&2; exit 1; }
     
    81238407done
    81248408
     8409expected_languages=`echo ,${enable_languages}, | sed -e 's:,: :g' -e 's:  *: :g' -e 's:  *: :g' -e 's:^ ::' -e 's: $::'`
     8410found_languages=
    81258411subdirs=
    81268412for lang in ${srcdir}/*/config-lang.in ..
     
    81468432          *) add_this_lang=no ;;
    81478433          esac
     8434          found_languages="${found_languages} ${lang_alias}"
    81488435          if test x"${add_this_lang}" = xyes; then
    81498436                case $lang in
     
    81628449done
    81638450
     8451missing_languages=
     8452for expected_language in ${expected_languages} ..
     8453do
     8454    if test "${expected_language}" != ..; then
     8455        missing_language="${expected_language}"
     8456        if test "${expected_language}" = "c" \
     8457           || test "${expected_language}" = "all"; then
     8458                missing_language=
     8459        fi
     8460        for found_language in ${found_languages} ..
     8461        do
     8462            if test "${found_language}" != ..; then
     8463                if test "${expected_language}" = "${found_language}"; then
     8464                    missing_language=
     8465                fi
     8466            fi
     8467        done
     8468        if test "x${missing_language}" != x; then
     8469           missing_languages="${missing_languages} ${missing_language}"
     8470        fi
     8471    fi
     8472done
     8473
     8474if test "x$missing_languages" != x; then
     8475  { echo "configure: error:
     8476The following requested languages were not found:${missing_languages}
     8477The following languages were available: c${found_languages}" 1>&2; exit 1; }
     8478fi
     8479
    81648480# Make gthr-default.h if we have a thread file.
    81658481gthread_flags=
     
    82068522
    82078523echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    8208 echo "configure:8209: checking whether to enable maintainer-specific portions of Makefiles" >&5
     8524echo "configure:8525: checking whether to enable maintainer-specific portions of Makefiles" >&5
    82098525    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    82108526if test "${enable_maintainer_mode+set}" = set; then
     
    82238539  MAINT='#'
    82248540fi
    8225 
    8226 # With Setjmp/Longjmp based exception handling.
    8227 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
    8228 if test "${enable_sjlj_exceptions+set}" = set; then
    8229   enableval="$enable_sjlj_exceptions"
    8230   sjlj=`if test $enableval = yes; then echo 1; else echo 0; fi`
    8231 cat >> confdefs.h <<EOF
    8232 #define CONFIG_SJLJ_EXCEPTIONS $sjlj
    8233 EOF
    8234 
    8235 fi
    8236 
    82378541
    82388542# Make empty files to contain the specs and options for each language.
     
    82618565all_compilers=
    82628566all_stagestuff=
    8263 all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc'
     8567all_outputs='Makefile intl/Makefile fixinc/Makefile gccbug mklibgcc mkheaders'
    82648568# List of language makefile fragments.
    82658569all_lang_makefiles=
     8570# Files for gengtype
     8571all_gtfiles="$target_gtfiles"
     8572# Files for gengtype with language
     8573all_gtfiles_files_langs=
     8574all_gtfiles_files_files=
    82668575
    82678576# Add the language fragments.
     
    82848593                stagestuff=
    82858594                outputs=
     8595                gtfiles=
    82868596                . ${srcdir}/$s/config-lang.in
    82878597                if test "x$language" = x
     
    83028612                all_stagestuff="$all_stagestuff $stagestuff"
    83038613                all_outputs="$all_outputs $outputs"
     8614                all_gtfiles="$all_gtfiles $gtfiles"
     8615                for f in .. $gtfiles
     8616                do
     8617                     if test $f != ".."
     8618                     then
     8619                         all_gtfiles_files_langs="$all_gtfiles_files_langs ${s} "
     8620                         all_gtfiles_files_files="$all_gtfiles_files_files ${f} "
     8621                     fi
     8622                done
    83048623        fi
     8624done
     8625
     8626# Pick up gtfiles for c
     8627gtfiles=
     8628s="c"
     8629. ${srcdir}/c-config-lang.in
     8630all_gtfiles="$all_gtfiles $gtfiles"
     8631for f in .. $gtfiles
     8632do
     8633     if test $f != ".."
     8634     then
     8635        all_gtfiles_files_langs="$all_gtfiles_files_langs ${s} "
     8636        all_gtfiles_files_files="$all_gtfiles_files_files ${f} "
     8637     fi
    83058638done
    83068639
     
    84278760
    84288761
    8429 # Nothing to do for FLOAT_H, float_format already handled.
    8430 objdir=`pwd`
     8762objdir=`${PWDCMD-pwd}`
    84318763
    84328764
     
    84478779
    84488780# Substitute configuration variables
     8781
     8782
     8783
     8784
     8785
    84498786
    84508787
     
    86919028s%@PATH_IFS@%$PATH_IFS%g
    86929029s%@EXEEXT@%$EXEEXT%g
    8693 s%@enable_multilib@%$enable_multilib%g
    8694 s%@enable_shared@%$enable_shared%g
     9030s%@TARGET_SYSTEM_ROOT@%$TARGET_SYSTEM_ROOT%g
     9031s%@TARGET_SYSTEM_ROOT_DEFINE@%$TARGET_SYSTEM_ROOT_DEFINE%g
     9032s%@CROSS_SYSTEM_HEADER_DIR@%$CROSS_SYSTEM_HEADER_DIR%g
    86959033s%@host@%$host%g
    86969034s%@host_alias@%$host_alias%g
     
    87169054s%@CPP@%$CPP%g
    87179055s%@warn_cflags@%$warn_cflags%g
     9056s%@enable_multilib@%$enable_multilib%g
     9057s%@nocommon_flag@%$nocommon_flag%g
     9058s%@valgrind_path@%$valgrind_path%g
     9059s%@valgrind_path_defines@%$valgrind_path_defines%g
     9060s%@valgrind_command@%$valgrind_command%g
     9061s%@coverage_flags@%$coverage_flags%g
     9062s%@enable_shared@%$enable_shared%g
    87189063s%@stage1_cflags@%$stage1_cflags%g
    87199064s%@SET_MAKE@%$SET_MAKE%g
     
    87339078s%@COLLECT2_LIBS@%$COLLECT2_LIBS%g
    87349079s%@GNAT_LIBEXC@%$GNAT_LIBEXC%g
     9080s%@LDEXP_LIB@%$LDEXP_LIB%g
    87359081s%@TARGET_GETGROUPS_T@%$TARGET_GETGROUPS_T%g
    87369082s%@LIBICONV@%$LIBICONV%g
     9083s%@gcc_cv_initfinit_array@%$gcc_cv_initfinit_array%g
    87379084s%@manext@%$manext%g
    87389085s%@objext@%$objext%g
     9086s%@extra_modes_file@%$extra_modes_file%g
    87399087s%@FORBUILD@%$FORBUILD%g
    87409088s%@PACKAGE@%$PACKAGE%g
     
    87649112s%@SYSTEM_HEADER_DIR@%$SYSTEM_HEADER_DIR%g
    87659113s%@inhibit_libc@%$inhibit_libc%g
    8766 s%@HOST_PREFIX@%$HOST_PREFIX%g
    8767 s%@HOST_PREFIX_1@%$HOST_PREFIX_1%g
     9114s%@BUILD_PREFIX@%$BUILD_PREFIX%g
     9115s%@BUILD_PREFIX_1@%$BUILD_PREFIX_1%g
    87689116s%@HOST_CC@%$HOST_CC%g
    87699117s%@HOST_CFLAGS@%$HOST_CFLAGS%g
     
    87849132s%@objdir@%$objdir%g
    87859133s%@subdirs@%$subdirs%g
     9134s%@srcdir@%$srcdir%g
    87869135s%@all_boot_languages@%$all_boot_languages%g
    87879136s%@all_compilers@%$all_compilers%g
     9137s%@all_gtfiles@%$all_gtfiles%g
     9138s%@all_gtfiles_files_langs@%$all_gtfiles_files_langs%g
     9139s%@all_gtfiles_files_files@%$all_gtfiles_files_files%g
    87889140s%@all_lang_makefiles@%$all_lang_makefiles%g
    87899141s%@all_languages@%$all_languages%g
     
    88389190s%@tm_file_list@%$tm_file_list%g
    88399191s%@tm_file@%$tm_file%g
     9192s%@tm_defines@%$tm_defines%g
    88409193s%@tm_p_file_list@%$tm_p_file_list%g
    88419194s%@tm_p_file@%$tm_p_file%g
     
    91099462 for d in .. ${subdirs} fixinc ; do
    91109463   if test $d != ..; then
    9111         STARTDIR=`pwd`
     9464        STARTDIR=`${PWDCMD-pwd}`
    91129465        cd $d
    91139466        for t in stage1 stage2 stage3 stage4 include
Note: See TracChangeset for help on using the changeset viewer.