Ignore:
Timestamp:
Apr 27, 2004, 8:39:34 PM (21 years ago)
Author:
bird
Message:

GCC v3.3.3 sources.

Location:
branches/GNU/src/gcc
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gcc

    • Property svn:ignore
      •  

        old new  
        2626configure.vr
        2727configure.vrs
         28dir.info
        2829Makefile
        29 dir.info
        3030lost+found
        3131update.out
  • branches/GNU/src/gcc/libobjc/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    773773# canonicalize only relative paths, because then amd will not unmount
    774774# drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
    775 glibcpp_builddir=`pwd`
     775glibcpp_builddir=`${PWDCMD-pwd}`
    776776case $srcdir in
    777777\\/$* | ?:\\/*) glibcpp_srcdir=${srcdir} ;;
     
    16051605
    16061606hpux10.20*|hpux11*)
    1607   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
    1608   lt_cv_file_magic_cmd=/usr/bin/file
    1609   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1607  case $host_cpu in
     1608  hppa*)
     1609    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     1610    lt_cv_file_magic_cmd=/usr/bin/file
     1611    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1612    ;;
     1613  ia64*)
     1614    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     1615    lt_cv_file_magic_cmd=/usr/bin/file
     1616    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     1617    ;;
     1618  esac
    16101619  ;;
    16111620
     
    16971706
    16981707echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1699 echo "configure:1700: checking for object suffix" >&5
     1708echo "configure:1709: checking for object suffix" >&5
    17001709if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    17011710  echo $ac_n "(cached) $ac_c" 1>&6
     
    17031712  rm -f conftest*
    17041713echo 'int i = 1;' > conftest.$ac_ext
    1705 if { (eval echo configure:1706: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1714if { (eval echo configure:1715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    17061715  for ac_file in conftest.*; do
    17071716    case $ac_file in
     
    17271736  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17281737    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1729 echo "configure:1730: checking for ${ac_tool_prefix}file" >&5
     1738echo "configure:1739: checking for ${ac_tool_prefix}file" >&5
    17301739if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17311740  echo $ac_n "(cached) $ac_c" 1>&6
     
    17891798  if test -n "$ac_tool_prefix"; then
    17901799    echo $ac_n "checking for file""... $ac_c" 1>&6
    1791 echo "configure:1792: checking for file" >&5
     1800echo "configure:1801: checking for file" >&5
    17921801if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17931802  echo $ac_n "(cached) $ac_c" 1>&6
     
    18601869set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18611870echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1862 echo "configure:1863: checking for $ac_word" >&5
     1871echo "configure:1872: checking for $ac_word" >&5
    18631872if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18641873  echo $ac_n "(cached) $ac_c" 1>&6
     
    18921901set dummy ranlib; ac_word=$2
    18931902echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1894 echo "configure:1895: checking for $ac_word" >&5
     1903echo "configure:1904: checking for $ac_word" >&5
    18951904if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18961905  echo $ac_n "(cached) $ac_c" 1>&6
     
    19271936set dummy ${ac_tool_prefix}strip; ac_word=$2
    19281937echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1929 echo "configure:1930: checking for $ac_word" >&5
     1938echo "configure:1939: checking for $ac_word" >&5
    19301939if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19311940  echo $ac_n "(cached) $ac_c" 1>&6
     
    19591968set dummy strip; ac_word=$2
    19601969echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1961 echo "configure:1962: checking for $ac_word" >&5
     1970echo "configure:1971: checking for $ac_word" >&5
    19621971if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19631972  echo $ac_n "(cached) $ac_c" 1>&6
     
    20262035*-*-irix6*)
    20272036  # Find out which ABI we are using.
    2028   echo '#line 2029 "configure"' > conftest.$ac_ext
    2029   if { (eval echo configure:2030: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2037  echo '#line 2038 "configure"' > conftest.$ac_ext
     2038  if { (eval echo configure:2039: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2039   if test "$lt_cv_prog_gnu_ld" = yes; then
     2040    case `/usr/bin/file conftest.$ac_objext` in
     2041    *32-bit*)
     2042      LD="${LD-ld} -melf32bsmip"
     2043      ;;
     2044    *N32*)
     2045      LD="${LD-ld} -melf32bmipn32"
     2046      ;;
     2047    *64-bit*)
     2048      LD="${LD-ld} -melf64bmip"
     2049      ;;
     2050    esac
     2051   else
    20302052    case `/usr/bin/file conftest.$ac_objext` in
    20312053    *32-bit*)
     
    20392061      ;;
    20402062    esac
     2063   fi
     2064  fi
     2065  rm -rf conftest*
     2066  ;;
     2067
     2068ia64-*-hpux*)
     2069  # Find out which ABI we are using.
     2070  echo 'int i;' > conftest.$ac_ext
     2071  if { (eval echo configure:2072: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2072    case "`/usr/bin/file conftest.o`" in
     2073    *ELF-32*)
     2074      HPUX_IA64_MODE="32"
     2075      ;;
     2076    *ELF-64*)
     2077      HPUX_IA64_MODE="64"
     2078      ;;
     2079    esac
     2080  fi
     2081  rm -rf conftest*
     2082  ;;
     2083
     2084x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
     2085  # Find out which ABI we are using.
     2086  echo 'int i;' > conftest.$ac_ext
     2087  if { (eval echo configure:2088: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2088    case "`/usr/bin/file conftest.o`" in
     2089    *32-bit*)
     2090      case $host in
     2091        x86_64-*linux*)
     2092          LD="${LD-ld} -m elf_i386"
     2093          ;;
     2094        ppc64-*linux*|powerpc64-*linux*)
     2095          LD="${LD-ld} -m elf32ppclinux"
     2096          ;;
     2097        s390x-*linux*)
     2098          LD="${LD-ld} -m elf_s390"
     2099          ;;
     2100        sparc64-*linux*)
     2101          LD="${LD-ld} -m elf32_sparc"
     2102          ;;
     2103      esac
     2104      ;;
     2105    *64-bit*)
     2106      case $host in
     2107        x86_64-*linux*)
     2108          LD="${LD-ld} -m elf_x86_64"
     2109          ;;
     2110        ppc*-*linux*|powerpc*-*linux*)
     2111          LD="${LD-ld} -m elf64ppc"
     2112          ;;
     2113        s390*-*linux*)
     2114          LD="${LD-ld} -m elf64_s390"
     2115          ;;
     2116        sparc*-*linux*)
     2117          LD="${LD-ld} -m elf64_sparc"
     2118          ;;
     2119      esac
     2120      ;;
     2121    esac
    20412122  fi
    20422123  rm -rf conftest*
     
    20482129  CFLAGS="$CFLAGS -belf"
    20492130  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2050 echo "configure:2051: checking whether the C compiler needs -belf" >&5
     2131echo "configure:2132: checking whether the C compiler needs -belf" >&5
    20512132if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20522133  echo $ac_n "(cached) $ac_c" 1>&6
     
    20612142
    20622143     cat > conftest.$ac_ext <<EOF
    2063 #line 2064 "configure"
     2144#line 2145 "configure"
    20642145#include "confdefs.h"
    20652146
     
    20682149; return 0; }
    20692150EOF
    2070 if { (eval echo configure:2071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2151if { (eval echo configure:2152: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20712152  rm -rf conftest*
    20722153  lt_cv_cc_needs_belf=yes
     
    20982179set dummy ${ac_tool_prefix}dlltool; ac_word=$2
    20992180echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2100 echo "configure:2101: checking for $ac_word" >&5
     2181echo "configure:2182: checking for $ac_word" >&5
    21012182if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
    21022183  echo $ac_n "(cached) $ac_c" 1>&6
     
    21302211set dummy dlltool; ac_word=$2
    21312212echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2132 echo "configure:2133: checking for $ac_word" >&5
     2213echo "configure:2214: checking for $ac_word" >&5
    21332214if eval "test \"`echo '$''{'ac_cv_prog_DLLTOOL'+set}'`\" = set"; then
    21342215  echo $ac_n "(cached) $ac_c" 1>&6
     
    21652246set dummy ${ac_tool_prefix}as; ac_word=$2
    21662247echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2167 echo "configure:2168: checking for $ac_word" >&5
     2248echo "configure:2249: checking for $ac_word" >&5
    21682249if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    21692250  echo $ac_n "(cached) $ac_c" 1>&6
     
    21972278set dummy as; ac_word=$2
    21982279echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2199 echo "configure:2200: checking for $ac_word" >&5
     2280echo "configure:2281: checking for $ac_word" >&5
    22002281if eval "test \"`echo '$''{'ac_cv_prog_AS'+set}'`\" = set"; then
    22012282  echo $ac_n "(cached) $ac_c" 1>&6
     
    22322313set dummy ${ac_tool_prefix}objdump; ac_word=$2
    22332314echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2234 echo "configure:2235: checking for $ac_word" >&5
     2315echo "configure:2316: checking for $ac_word" >&5
    22352316if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
    22362317  echo $ac_n "(cached) $ac_c" 1>&6
     
    22642345set dummy objdump; ac_word=$2
    22652346echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2266 echo "configure:2267: checking for $ac_word" >&5
     2347echo "configure:2348: checking for $ac_word" >&5
    22672348if eval "test \"`echo '$''{'ac_cv_prog_OBJDUMP'+set}'`\" = set"; then
    22682349  echo $ac_n "(cached) $ac_c" 1>&6
     
    23002381  # can override, but on older systems we have to supply one
    23012382  echo $ac_n "checking if libtool should supply DllMain function""... $ac_c" 1>&6
    2302 echo "configure:2303: checking if libtool should supply DllMain function" >&5
     2383echo "configure:2384: checking if libtool should supply DllMain function" >&5
    23032384if eval "test \"`echo '$''{'lt_cv_need_dllmain'+set}'`\" = set"; then
    23042385  echo $ac_n "(cached) $ac_c" 1>&6
    23052386else
    23062387  cat > conftest.$ac_ext <<EOF
    2307 #line 2308 "configure"
     2388#line 2389 "configure"
    23082389#include "confdefs.h"
    23092390
     
    23132394; return 0; }
    23142395EOF
    2315 if { (eval echo configure:2316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2396if { (eval echo configure:2397: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23162397  rm -rf conftest*
    23172398  lt_cv_need_dllmain=no
     
    23342415    CFLAGS="$CFLAGS -mdll"
    23352416    echo $ac_n "checking how to link DLLs""... $ac_c" 1>&6
    2336 echo "configure:2337: checking how to link DLLs" >&5
     2417echo "configure:2418: checking how to link DLLs" >&5
    23372418if eval "test \"`echo '$''{'lt_cv_cc_dll_switch'+set}'`\" = set"; then
    23382419  echo $ac_n "(cached) $ac_c" 1>&6
    23392420else
    23402421  cat > conftest.$ac_ext <<EOF
    2341 #line 2342 "configure"
     2422#line 2423 "configure"
    23422423#include "confdefs.h"
    23432424
     
    23462427; return 0; }
    23472428EOF
    2348 if { (eval echo configure:2349: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2429if { (eval echo configure:2430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    23492430  rm -rf conftest*
    23502431  lt_cv_cc_dll_switch=-mdll
     
    24642545set dummy ranlib; ac_word=$2
    24652546echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2466 echo "configure:2467: checking for $ac_word" >&5
     2547echo "configure:2548: checking for $ac_word" >&5
    24672548if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    24682549  echo $ac_n "(cached) $ac_c" 1>&6
     
    25042585# ./install, which can be erroneously created by make from ./install.sh.
    25052586echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2506 echo "configure:2507: checking for a BSD compatible install" >&5
     2587echo "configure:2588: checking for a BSD compatible install" >&5
    25072588if test -z "$INSTALL"; then
    25082589if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    25572638
    25582639echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2559 echo "configure:2560: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2640echo "configure:2641: checking whether ${MAKE-make} sets \${MAKE}" >&5
    25602641set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    25612642if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    25862667# Sanity check for the cross-compilation case:
    25872668echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2588 echo "configure:2589: checking how to run the C preprocessor" >&5
     2669echo "configure:2670: checking how to run the C preprocessor" >&5
    25892670# On Suns, sometimes $CPP names a directory.
    25902671if test -n "$CPP" && test -d "$CPP"; then
     
    26012682  # not just through cpp.
    26022683  cat > conftest.$ac_ext <<EOF
    2603 #line 2604 "configure"
     2684#line 2685 "configure"
    26042685#include "confdefs.h"
    26052686#include <assert.h>
     
    26072688EOF
    26082689ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2609 { (eval echo configure:2610: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2690{ (eval echo configure:2691: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26102691ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26112692if test -z "$ac_err"; then
     
    26182699  CPP="${CC-cc} -E -traditional-cpp"
    26192700  cat > conftest.$ac_ext <<EOF
    2620 #line 2621 "configure"
     2701#line 2702 "configure"
    26212702#include "confdefs.h"
    26222703#include <assert.h>
     
    26242705EOF
    26252706ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2626 { (eval echo configure:2627: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2707{ (eval echo configure:2708: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26272708ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26282709if test -z "$ac_err"; then
     
    26352716  CPP="${CC-cc} -nologo -E"
    26362717  cat > conftest.$ac_ext <<EOF
    2637 #line 2638 "configure"
     2718#line 2719 "configure"
    26382719#include "confdefs.h"
    26392720#include <assert.h>
     
    26412722EOF
    26422723ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2643 { (eval echo configure:2644: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2724{ (eval echo configure:2725: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26442725ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26452726if test -z "$ac_err"; then
     
    26672748ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
    26682749echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
    2669 echo "configure:2670: checking for stdio.h" >&5
     2750echo "configure:2751: checking for stdio.h" >&5
    26702751if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    26712752  echo $ac_n "(cached) $ac_c" 1>&6
    26722753else
    26732754  cat > conftest.$ac_ext <<EOF
    2674 #line 2675 "configure"
     2755#line 2756 "configure"
    26752756#include "confdefs.h"
    26762757#include <stdio.h>
    26772758EOF
    26782759ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2679 { (eval echo configure:2680: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2760{ (eval echo configure:2761: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    26802761ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    26812762if test -z "$ac_err"; then
     
    27052786
    27062787echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
    2707 echo "configure:2708: checking for ANSI C header files" >&5
     2788echo "configure:2789: checking for ANSI C header files" >&5
    27082789if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
    27092790  echo $ac_n "(cached) $ac_c" 1>&6
    27102791else
    27112792  cat > conftest.$ac_ext <<EOF
    2712 #line 2713 "configure"
     2793#line 2794 "configure"
    27132794#include "confdefs.h"
    27142795#include <stdlib.h>
     
    27182799EOF
    27192800ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2720 { (eval echo configure:2721: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2801{ (eval echo configure:2802: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    27212802ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    27222803if test -z "$ac_err"; then
     
    27352816  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    27362817cat > conftest.$ac_ext <<EOF
    2737 #line 2738 "configure"
     2818#line 2819 "configure"
    27382819#include "confdefs.h"
    27392820#include <string.h>
     
    27532834  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    27542835cat > conftest.$ac_ext <<EOF
    2755 #line 2756 "configure"
     2836#line 2837 "configure"
    27562837#include "confdefs.h"
    27572838#include <stdlib.h>
     
    27742855else
    27752856  cat > conftest.$ac_ext <<EOF
    2776 #line 2777 "configure"
     2857#line 2858 "configure"
    27772858#include "confdefs.h"
    27782859#include <ctype.h>
     
    27852866
    27862867EOF
    2787 if { (eval echo configure:2788: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
     2868if { (eval echo configure:2869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
    27882869then
    27892870  :
     
    28132894ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
    28142895echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
    2815 echo "configure:2816: checking for $ac_hdr" >&5
     2896echo "configure:2897: checking for $ac_hdr" >&5
    28162897if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    28172898  echo $ac_n "(cached) $ac_c" 1>&6
    28182899else
    28192900  cat > conftest.$ac_ext <<EOF
    2820 #line 2821 "configure"
     2901#line 2902 "configure"
    28212902#include "confdefs.h"
    28222903#include <$ac_hdr>
    28232904EOF
    28242905ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2825 { (eval echo configure:2826: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2906{ (eval echo configure:2907: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    28262907ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    28272908if test -z "$ac_err"; then
     
    28532934
    28542935echo $ac_n "checking for gthread cflags""... $ac_c" 1>&6
    2855 echo "configure:2856: checking for gthread cflags" >&5
     2936echo "configure:2937: checking for gthread cflags" >&5
    28562937if eval "test \"`echo '$''{'objc_cv_gthread_flags'+set}'`\" = set"; then
    28572938  echo $ac_n "(cached) $ac_c" 1>&6
     
    32763357toplevel_srcdir=${toplevel_srcdir}
    32773358CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
     3359ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
    32783360
    32793361EOF
Note: See TracChangeset for help on using the changeset viewer.