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/libf2c/configure

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.1.1.2
    r1390 r1391  
    769769# canonicalize only relative paths, because then amd will not unmount
    770770# drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
    771 glibcpp_builddir=`pwd`
     771glibcpp_builddir=`${PWDCMD-pwd}`
    772772case $srcdir in
    773773\\/$* | ?:\\/*) glibcpp_srcdir=${srcdir} ;;
     
    15971597
    15981598hpux10.20*|hpux11*)
    1599   lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
    1600   lt_cv_file_magic_cmd=/usr/bin/file
    1601   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1599  case $host_cpu in
     1600  hppa*)
     1601    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
     1602    lt_cv_file_magic_cmd=/usr/bin/file
     1603    lt_cv_file_magic_test_file=/usr/lib/libc.sl
     1604    ;;
     1605  ia64*)
     1606    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
     1607    lt_cv_file_magic_cmd=/usr/bin/file
     1608    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
     1609    ;;
     1610  esac
    16021611  ;;
    16031612
     
    16891698
    16901699echo $ac_n "checking for object suffix""... $ac_c" 1>&6
    1691 echo "configure:1692: checking for object suffix" >&5
     1700echo "configure:1701: checking for object suffix" >&5
    16921701if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
    16931702  echo $ac_n "(cached) $ac_c" 1>&6
     
    16951704  rm -f conftest*
    16961705echo 'int i = 1;' > conftest.$ac_ext
    1697 if { (eval echo configure:1698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     1706if { (eval echo configure:1707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    16981707  for ac_file in conftest.*; do
    16991708    case $ac_file in
     
    17191728  if test "$file_magic_cmd" = '$MAGIC_CMD'; then
    17201729    echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
    1721 echo "configure:1722: checking for ${ac_tool_prefix}file" >&5
     1730echo "configure:1731: checking for ${ac_tool_prefix}file" >&5
    17221731if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17231732  echo $ac_n "(cached) $ac_c" 1>&6
     
    17811790  if test -n "$ac_tool_prefix"; then
    17821791    echo $ac_n "checking for file""... $ac_c" 1>&6
    1783 echo "configure:1784: checking for file" >&5
     1792echo "configure:1793: checking for file" >&5
    17841793if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
    17851794  echo $ac_n "(cached) $ac_c" 1>&6
     
    18521861set dummy ${ac_tool_prefix}ranlib; ac_word=$2
    18531862echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1854 echo "configure:1855: checking for $ac_word" >&5
     1863echo "configure:1864: checking for $ac_word" >&5
    18551864if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18561865  echo $ac_n "(cached) $ac_c" 1>&6
     
    18841893set dummy ranlib; ac_word=$2
    18851894echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1886 echo "configure:1887: checking for $ac_word" >&5
     1895echo "configure:1896: checking for $ac_word" >&5
    18871896if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    18881897  echo $ac_n "(cached) $ac_c" 1>&6
     
    19191928set dummy ${ac_tool_prefix}strip; ac_word=$2
    19201929echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1921 echo "configure:1922: checking for $ac_word" >&5
     1930echo "configure:1931: checking for $ac_word" >&5
    19221931if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19231932  echo $ac_n "(cached) $ac_c" 1>&6
     
    19511960set dummy strip; ac_word=$2
    19521961echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1953 echo "configure:1954: checking for $ac_word" >&5
     1962echo "configure:1963: checking for $ac_word" >&5
    19541963if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
    19551964  echo $ac_n "(cached) $ac_c" 1>&6
     
    20182027*-*-irix6*)
    20192028  # Find out which ABI we are using.
    2020   echo '#line 2021 "configure"' > conftest.$ac_ext
    2021   if { (eval echo configure:2022: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2029  echo '#line 2030 "configure"' > conftest.$ac_ext
     2030  if { (eval echo configure:2031: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2031   if test "$lt_cv_prog_gnu_ld" = yes; then
     2032    case `/usr/bin/file conftest.$ac_objext` in
     2033    *32-bit*)
     2034      LD="${LD-ld} -melf32bsmip"
     2035      ;;
     2036    *N32*)
     2037      LD="${LD-ld} -melf32bmipn32"
     2038      ;;
     2039    *64-bit*)
     2040      LD="${LD-ld} -melf64bmip"
     2041      ;;
     2042    esac
     2043   else
    20222044    case `/usr/bin/file conftest.$ac_objext` in
    20232045    *32-bit*)
     
    20312053      ;;
    20322054    esac
     2055   fi
     2056  fi
     2057  rm -rf conftest*
     2058  ;;
     2059
     2060ia64-*-hpux*)
     2061  # Find out which ABI we are using.
     2062  echo 'int i;' > conftest.$ac_ext
     2063  if { (eval echo configure:2064: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2064    case "`/usr/bin/file conftest.o`" in
     2065    *ELF-32*)
     2066      HPUX_IA64_MODE="32"
     2067      ;;
     2068    *ELF-64*)
     2069      HPUX_IA64_MODE="64"
     2070      ;;
     2071    esac
     2072  fi
     2073  rm -rf conftest*
     2074  ;;
     2075
     2076x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
     2077  # Find out which ABI we are using.
     2078  echo 'int i;' > conftest.$ac_ext
     2079  if { (eval echo configure:2080: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2080    case "`/usr/bin/file conftest.o`" in
     2081    *32-bit*)
     2082      case $host in
     2083        x86_64-*linux*)
     2084          LD="${LD-ld} -m elf_i386"
     2085          ;;
     2086        ppc64-*linux*|powerpc64-*linux*)
     2087          LD="${LD-ld} -m elf32ppclinux"
     2088          ;;
     2089        s390x-*linux*)
     2090          LD="${LD-ld} -m elf_s390"
     2091          ;;
     2092        sparc64-*linux*)
     2093          LD="${LD-ld} -m elf32_sparc"
     2094          ;;
     2095      esac
     2096      ;;
     2097    *64-bit*)
     2098      case $host in
     2099        x86_64-*linux*)
     2100          LD="${LD-ld} -m elf_x86_64"
     2101          ;;
     2102        ppc*-*linux*|powerpc*-*linux*)
     2103          LD="${LD-ld} -m elf64ppc"
     2104          ;;
     2105        s390*-*linux*)
     2106          LD="${LD-ld} -m elf64_s390"
     2107          ;;
     2108        sparc*-*linux*)
     2109          LD="${LD-ld} -m elf64_sparc"
     2110          ;;
     2111      esac
     2112      ;;
     2113    esac
    20332114  fi
    20342115  rm -rf conftest*
     
    20402121  CFLAGS="$CFLAGS -belf"
    20412122  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2042 echo "configure:2043: checking whether the C compiler needs -belf" >&5
     2123echo "configure:2124: checking whether the C compiler needs -belf" >&5
    20432124if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    20442125  echo $ac_n "(cached) $ac_c" 1>&6
     
    20532134
    20542135     cat > conftest.$ac_ext <<EOF
    2055 #line 2056 "configure"
     2136#line 2137 "configure"
    20562137#include "confdefs.h"
    20572138
     
    20602141; return 0; }
    20612142EOF
    2062 if { (eval echo configure:2063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2143if { (eval echo configure:2144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    20632144  rm -rf conftest*
    20642145  lt_cv_cc_needs_belf=yes
     
    21842265set dummy ranlib; ac_word=$2
    21852266echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    2186 echo "configure:2187: checking for $ac_word" >&5
     2267echo "configure:2268: checking for $ac_word" >&5
    21872268if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
    21882269  echo $ac_n "(cached) $ac_c" 1>&6
     
    22242305# ./install, which can be erroneously created by make from ./install.sh.
    22252306echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
    2226 echo "configure:2227: checking for a BSD compatible install" >&5
     2307echo "configure:2308: checking for a BSD compatible install" >&5
    22272308if test -z "$INSTALL"; then
    22282309if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     
    22772358
    22782359echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
    2279 echo "configure:2280: checking whether ${MAKE-make} sets \${MAKE}" >&5
     2360echo "configure:2361: checking whether ${MAKE-make} sets \${MAKE}" >&5
    22802361set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
    22812362if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
     
    23062387# Sanity check for the cross-compilation case:
    23072388echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
    2308 echo "configure:2309: checking how to run the C preprocessor" >&5
     2389echo "configure:2390: checking how to run the C preprocessor" >&5
    23092390# On Suns, sometimes $CPP names a directory.
    23102391if test -n "$CPP" && test -d "$CPP"; then
     
    23212402  # not just through cpp.
    23222403  cat > conftest.$ac_ext <<EOF
    2323 #line 2324 "configure"
     2404#line 2405 "configure"
    23242405#include "confdefs.h"
    23252406#include <assert.h>
     
    23272408EOF
    23282409ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2329 { (eval echo configure:2330: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2410{ (eval echo configure:2411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    23302411ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    23312412if test -z "$ac_err"; then
     
    23382419  CPP="${CC-cc} -E -traditional-cpp"
    23392420  cat > conftest.$ac_ext <<EOF
    2340 #line 2341 "configure"
     2421#line 2422 "configure"
    23412422#include "confdefs.h"
    23422423#include <assert.h>
     
    23442425EOF
    23452426ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2346 { (eval echo configure:2347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2427{ (eval echo configure:2428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    23472428ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    23482429if test -z "$ac_err"; then
     
    23552436  CPP="${CC-cc} -nologo -E"
    23562437  cat > conftest.$ac_ext <<EOF
    2357 #line 2358 "configure"
     2438#line 2439 "configure"
    23582439#include "confdefs.h"
    23592440#include <assert.h>
     
    23612442EOF
    23622443ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2363 { (eval echo configure:2364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2444{ (eval echo configure:2445: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    23642445ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    23652446if test -z "$ac_err"; then
     
    23872468ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'`
    23882469echo $ac_n "checking for stdio.h""... $ac_c" 1>&6
    2389 echo "configure:2390: checking for stdio.h" >&5
     2470echo "configure:2471: checking for stdio.h" >&5
    23902471if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
    23912472  echo $ac_n "(cached) $ac_c" 1>&6
    23922473else
    23932474  cat > conftest.$ac_ext <<EOF
    2394 #line 2395 "configure"
     2475#line 2476 "configure"
    23952476#include "confdefs.h"
    23962477#include <stdio.h>
    23972478EOF
    23982479ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2399 { (eval echo configure:2400: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2480{ (eval echo configure:2481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    24002481ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    24012482if test -z "$ac_err"; then
     
    24252506
    24262507echo $ac_n "checking for built-in g77 integer types""... $ac_c" 1>&6
    2427 echo "configure:2428: checking for built-in g77 integer types" >&5
     2508echo "configure:2509: checking for built-in g77 integer types" >&5
    24282509if eval "test \"`echo '$''{'libf2c_cv_has_g77_builtin_types'+set}'`\" = set"; then
    24292510  echo $ac_n "(cached) $ac_c" 1>&6
    24302511else
    24312512  cat > conftest.$ac_ext <<EOF
    2432 #line 2433 "configure"
     2513#line 2514 "configure"
    24332514#include "confdefs.h"
    24342515
     
    24402521; return 0; }
    24412522EOF
    2442 if { (eval echo configure:2443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2523if { (eval echo configure:2524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
    24432524  rm -rf conftest*
    24442525  libf2c_cv_has_g77_builtin_types=yes
     
    27832864toplevel_srcdir=${toplevel_srcdir}
    27842865CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
     2866ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
    27852867
    27862868EOF
Note: See TracChangeset for help on using the changeset viewer.