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/boehm-gc/configure

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1393 r1394  
    10471047
    10481048# This works around an automake problem.
    1049 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"
     1049mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
    10501050
    10511051
     
    20052005  hppa*)
    20062006    lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
    2007   lt_cv_file_magic_cmd=/usr/bin/file
    2008   lt_cv_file_magic_test_file=/usr/lib/libc.sl
     2007    lt_cv_file_magic_cmd=/usr/bin/file
     2008    lt_cv_file_magic_test_file=/usr/lib/libc.sl
    20092009    ;;
    20102010  ia64*)
     
    20122012    lt_cv_file_magic_cmd=/usr/bin/file
    20132013    lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
    2014   ;;
     2014    ;;
    20152015  esac
    20162016  ;;
     
    20402040linux-gnu*)
    20412041  case $host_cpu in
    2042   alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* )
     2042  alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )
    20432043    lt_cv_deplibs_check_method=pass_all ;;
    20442044  *)
     
    24872487  ;;
    24882488
     2489x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
     2490  # Find out which ABI we are using.
     2491  echo 'int i;' > conftest.$ac_ext
     2492  if { (eval echo configure:2493: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     2493    case "`/usr/bin/file conftest.o`" in
     2494    *32-bit*)
     2495      case $host in
     2496        x86_64-*linux*)
     2497          LD="${LD-ld} -m elf_i386"
     2498          ;;
     2499        ppc64-*linux*|powerpc64-*linux*)
     2500          LD="${LD-ld} -m elf32ppclinux"
     2501          ;;
     2502        s390x-*linux*)
     2503          LD="${LD-ld} -m elf_s390"
     2504          ;;
     2505        sparc64-*linux*)
     2506          LD="${LD-ld} -m elf32_sparc"
     2507          ;;
     2508      esac
     2509      ;;
     2510    *64-bit*)
     2511      case $host in
     2512        x86_64-*linux*)
     2513          LD="${LD-ld} -m elf_x86_64"
     2514          ;;
     2515        ppc*-*linux*|powerpc*-*linux*)
     2516          LD="${LD-ld} -m elf64ppc"
     2517          ;;
     2518        s390*-*linux*)
     2519          LD="${LD-ld} -m elf64_s390"
     2520          ;;
     2521        sparc*-*linux*)
     2522          LD="${LD-ld} -m elf64_sparc"
     2523          ;;
     2524      esac
     2525      ;;
     2526    esac
     2527  fi
     2528  rm -rf conftest*
     2529  ;;
     2530
    24892531*-*-sco3.2v5*)
    24902532  # On SCO OpenServer 5, we need -belf to get full-featured binaries.
     
    24922534  CFLAGS="$CFLAGS -belf"
    24932535  echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
    2494 echo "configure:2495: checking whether the C compiler needs -belf" >&5
     2536echo "configure:2537: checking whether the C compiler needs -belf" >&5
    24952537if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
    24962538  echo $ac_n "(cached) $ac_c" 1>&6
     
    25052547
    25062548     cat > conftest.$ac_ext <<EOF
    2507 #line 2508 "configure"
     2549#line 2550 "configure"
    25082550#include "confdefs.h"
    25092551
     
    25122554; return 0; }
    25132555EOF
    2514 if { (eval echo configure:2515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2556if { (eval echo configure:2557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    25152557  rm -rf conftest*
    25162558  lt_cv_cc_needs_belf=yes
     
    25422584
    25432585echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
    2544 echo "configure:2545: checking how to run the C++ preprocessor" >&5
     2586echo "configure:2587: checking how to run the C++ preprocessor" >&5
    25452587if test -z "$CXXCPP"; then
    25462588if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
     
    25562598  cat > conftest.$ac_ext <<EOF
    25572599#include <sys/types.h>
    2558 #line 2559 "configure"
     2600#line 2601 "configure"
    25592601#include "confdefs.h"
    25602602#include <stdlib.h>
    25612603EOF
    25622604ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
    2563 { (eval echo configure:2564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
     2605{ (eval echo configure:2606: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
    25642606ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
    25652607if test -z "$ac_err"; then
     
    27082750
    27092751echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6
    2710 echo "configure:2711: checking whether to enable maintainer-specific portions of Makefiles" >&5
     2752echo "configure:2753: checking whether to enable maintainer-specific portions of Makefiles" >&5
    27112753    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
    27122754if test "${enable_maintainer_mode+set}" = set; then
     
    27422784
    27432785echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
    2744 echo "configure:2745: checking for executable suffix" >&5
     2786echo "configure:2787: checking for executable suffix" >&5
    27452787if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
    27462788  echo $ac_n "(cached) $ac_c" 1>&6
     
    27522794  echo 'int main () { return 0; }' > conftest.$ac_ext
    27532795  ac_cv_exeext=
    2754   if { (eval echo configure:2755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
     2796  if { (eval echo configure:2797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
    27552797    for file in conftest.*; do
    27562798      case $file in
     
    27752817
    27762818echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6
    2777 echo "configure:2778: checking for thread model used by GCC" >&5
     2819echo "configure:2820: checking for thread model used by GCC" >&5
    27782820THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
    27792821if test -z "$THREADS"; then
     
    28042846    THREADLIBS=-lpthread
    28052847    case "$host" in
    2806      x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux*)
     2848     x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* )
    28072849        cat >> confdefs.h <<\EOF
    28082850#define GC_LINUX_THREADS 1
     
    28952937EOF
    28962938
     2939    if test $enable_shared = yes; then
     2940      cat >> confdefs.h <<\EOF
     2941#define GC_DLL 1
     2942EOF
     2943
     2944    fi
    28972945    ;;
    28982946 decosf1 | irix | mach | os2 | solaris | dce | vxworks)
     
    29062954
    29072955echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
    2908 echo "configure:2909: checking for dlopen in -ldl" >&5
     2956echo "configure:2957: checking for dlopen in -ldl" >&5
    29092957ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
    29102958if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     
    29142962LIBS="-ldl  $LIBS"
    29152963cat > conftest.$ac_ext <<EOF
    2916 #line 2917 "configure"
     2964#line 2965 "configure"
    29172965#include "confdefs.h"
    29182966/* Override any gcc2 internal prototype to avoid an error.  */
     
    29252973; return 0; }
    29262974EOF
    2927 if { (eval echo configure:2928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     2975if { (eval echo configure:2976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
    29282976  rm -rf conftest*
    29292977  eval "ac_cv_lib_$ac_lib_var=yes"
     
    30133061    machdep="alpha_mach_dep.lo"
    30143062    ;;
    3015  i?86-*-solaris2.[89]*)
     3063 i?86-*-solaris2.[89] | i?86-*-solaris2.1?)
    30163064    cat >> confdefs.h <<\EOF
    30173065#define SOLARIS25_PROC_VDB_BUG_FIXED 1
     
    30333081    machdep="mips_ultrix_mach-dep.lo"
    30343082    ;;
     3083 mips*-*-linux*)
     3084    ;;
    30353085 mips-*-*)
    30363086    machdep="mips_sgi_mach_dep.lo"
     
    30403090
    30413091    ;;
    3042  sparc-sun-solaris2.3*)
     3092 sparc-sun-solaris2.3)
    30433093    machdep="sparc_mach_dep.lo"
    30443094    cat >> confdefs.h <<\EOF
     
    31423192
    31433193      ;;
    3144       x86-*-linux* | i586-*-linux* | i686-*-linux* )
     3194      x86-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* )
    31453195        cat >> confdefs.h <<\EOF
    31463196#define MAKE_BACK_GRAPH 1
     
    34903540gc_basedir=${gc_basedir}
    34913541CC="${CC}"
     3542ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
    34923543DEFS="$DEFS"
    34933544
Note: See TracChangeset for help on using the changeset viewer.