Changeset 1394 for trunk/src/gcc/boehm-gc
- Timestamp:
- Apr 28, 2004, 6:58:06 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/gcc/boehm-gc/configure (modified) (24 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/boehm-gc/configure
-
Property cvs2svn:cvs-rev
changed from
1.4to1.5
r1393 r1394 1047 1047 1048 1048 # This works around an automake problem. 1049 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"1049 mkinstalldirs="`cd $ac_aux_dir && `/mkinstalldirs" 1050 1050 1051 1051 … … 2005 2005 hppa*) 2006 2006 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/file2008 lt_cv_file_magic_test_file=/usr/lib/libc.sl2007 lt_cv_file_magic_cmd=/usr/bin/file 2008 lt_cv_file_magic_test_file=/usr/lib/libc.sl 2009 2009 ;; 2010 2010 ia64*) … … 2012 2012 lt_cv_file_magic_cmd=/usr/bin/file 2013 2013 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 2014 ;;2014 ;; 2015 2015 esac 2016 2016 ;; … … 2040 2040 linux-gnu*) 2041 2041 case $host_cpu in 2042 alpha* | mips* |hppa* | i*86 | powerpc* | sparc* | ia64* )2042 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* ) 2043 2043 lt_cv_deplibs_check_method=pass_all ;; 2044 2044 *) … … 2487 2487 ;; 2488 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2489 2531 *-*-sco3.2v5*) 2490 2532 # On SCO OpenServer 5, we need -belf to get full-featured binaries. … … 2492 2534 CFLAGS="$CFLAGS -belf" 2493 2535 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2494 echo "configure:2 495: checking whether the C compiler needs -belf" >&52536 echo "configure:2: checking whether the C compiler needs -belf" >&5 2495 2537 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2496 2538 echo $ac_n "(cached) $ac_c" 1>&6 … … 2505 2547 2506 2548 cat > conftest.$ac_ext <<EOF 2507 #line 25 08"configure"2549 #line 25 "configure" 2508 2550 #include "confdefs.h" 2509 2551 … … 2512 2554 ; return 0; } 2513 2555 EOF 2514 if { (eval echo configure:25 15: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2556 if { (eval echo configure:25: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2515 2557 rm -rf conftest* 2516 2558 lt_cv_cc_needs_belf=yes … … 2542 2584 2543 2585 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 2544 echo "configure:25 45: checking how to run the C++ preprocessor" >&52586 echo "configure:25: checking how to run the C++ preprocessor" >&5 2545 2587 if test -z "$CXXCPP"; then 2546 2588 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 2556 2598 cat > conftest.$ac_ext <<EOF 2557 2599 #include <sys/types.h> 2558 #line 2 559"configure"2600 #line 2 "configure" 2559 2601 #include "confdefs.h" 2560 2602 #include <stdlib.h> 2561 2603 EOF 2562 2604 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2563 { (eval echo configure:2 564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2605 { (eval echo configure:2: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2564 2606 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2565 2607 if test -z "$ac_err"; then … … 2708 2750 2709 2751 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2710 echo "configure:27 11: checking whether to enable maintainer-specific portions of Makefiles" >&52752 echo "configure:27: checking whether to enable maintainer-specific portions of Makefiles" >&5 2711 2753 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2712 2754 if test "${enable_maintainer_mode+set}" = set; then … … 2742 2784 2743 2785 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2744 echo "configure:27 45: checking for executable suffix" >&52786 echo "configure:27: checking for executable suffix" >&5 2745 2787 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2746 2788 echo $ac_n "(cached) $ac_c" 1>&6 … … 2752 2794 echo 'int main () { return 0; }' > conftest.$ac_ext 2753 2795 ac_cv_exeext= 2754 if { (eval echo configure:27 55: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2796 if { (eval echo configure:27: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2755 2797 for file in conftest.*; do 2756 2798 case $file in … … 2775 2817 2776 2818 echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6 2777 echo "configure:2 778: checking for thread model used by GCC" >&52819 echo "configure:2: checking for thread model used by GCC" >&5 2778 2820 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'` 2779 2821 if test -z "$THREADS"; then … … 2804 2846 THREADLIBS=-lpthread 2805 2847 case "$host" in 2806 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* )2848 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux*) 2807 2849 cat >> confdefs.h <<\EOF 2808 2850 #define GC_LINUX_THREADS 1 … … 2895 2937 EOF 2896 2938 2939 2940 2941 2942 2943 2944 2897 2945 ;; 2898 2946 decosf1 | irix | mach | os2 | solaris | dce | vxworks) … … 2906 2954 2907 2955 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2908 echo "configure:29 09: checking for dlopen in -ldl" >&52956 echo "configure:29: checking for dlopen in -ldl" >&5 2909 2957 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2910 2958 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2914 2962 LIBS="-ldl $LIBS" 2915 2963 cat > conftest.$ac_ext <<EOF 2916 #line 29 17"configure"2964 #line 29 "configure" 2917 2965 #include "confdefs.h" 2918 2966 /* Override any gcc2 internal prototype to avoid an error. */ … … 2925 2973 ; return 0; } 2926 2974 EOF 2927 if { (eval echo configure:29 28: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2975 if { (eval echo configure:29: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2928 2976 rm -rf conftest* 2929 2977 eval "ac_cv_lib_$ac_lib_var=yes" … … 3013 3061 machdep="alpha_mach_dep.lo" 3014 3062 ;; 3015 i?86-*-solaris2.[89] *)3063 i?86-*-solaris2.[89]) 3016 3064 cat >> confdefs.h <<\EOF 3017 3065 #define SOLARIS25_PROC_VDB_BUG_FIXED 1 … … 3033 3081 machdep="mips_ultrix_mach-dep.lo" 3034 3082 ;; 3083 3084 3035 3085 mips-*-*) 3036 3086 machdep="mips_sgi_mach_dep.lo" … … 3040 3090 3041 3091 ;; 3042 sparc-sun-solaris2.3 *)3092 sparc-sun-solaris2.3) 3043 3093 machdep="sparc_mach_dep.lo" 3044 3094 cat >> confdefs.h <<\EOF … … 3142 3192 3143 3193 ;; 3144 x86-*-linux* | i586-*-linux* | i686-*-linux* )3194 x86-*-linux* | i586-*-linux* | i686-*-linux* ) 3145 3195 cat >> confdefs.h <<\EOF 3146 3196 #define MAKE_BACK_GRAPH 1 … … 3490 3540 gc_basedir=${gc_basedir} 3491 3541 CC="${CC}" 3542 3492 3543 DEFS="$DEFS" 3493 3544 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
