Changeset 1122 for trunk/src/gcc/boehm-gc/configure
- Timestamp:
- Jan 30, 2004, 10:27:14 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/boehm-gc/configure
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.3
r1121 r1122 2002 2002 2003 2003 hpux10.20*|hpux11*) 2004 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 2004 case $host_cpu in 2005 hppa*) 2006 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 2005 2007 lt_cv_file_magic_cmd=/usr/bin/file 2006 2008 lt_cv_file_magic_test_file=/usr/lib/libc.sl 2009 ;; 2010 ia64*) 2011 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 2012 lt_cv_file_magic_cmd=/usr/bin/file 2013 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 2014 ;; 2015 esac 2007 2016 ;; 2008 2017 … … 2031 2040 linux-gnu*) 2032 2041 case $host_cpu in 2033 alpha* | hppa* | i*86 | powerpc* | sparc* | ia64* )2042 alpha* | mips* | hppa* | i*86 | powerpc* | sparc* | ia64* ) 2034 2043 lt_cv_deplibs_check_method=pass_all ;; 2035 2044 *) … … 2052 2061 lt_cv_file_magic_cmd=/usr/bin/file 2053 2062 lt_cv_file_magic_test_file=/usr/lib/libnls.so 2063 ;; 2064 2065 os2*) 2066 lt_cv_deplibs_check_method=pass_all 2054 2067 ;; 2055 2068 … … 2094 2107 2095 2108 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 2096 echo "configure:2 097: checking for object suffix" >&52109 echo "configure:2110: checking for object suffix" >&5 2097 2110 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 2098 2111 echo $ac_n "(cached) $ac_c" 1>&6 … … 2100 2113 rm -f conftest* 2101 2114 echo 'int i = 1;' > conftest.$ac_ext 2102 if { (eval echo configure:21 03: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2115 if { (eval echo configure:2116: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2103 2116 for ac_file in conftest.*; do 2104 2117 case $ac_file in … … 2124 2137 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 2125 2138 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 2126 echo "configure:21 27: checking for ${ac_tool_prefix}file" >&52139 echo "configure:2140: checking for ${ac_tool_prefix}file" >&5 2127 2140 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 2128 2141 echo $ac_n "(cached) $ac_c" 1>&6 … … 2186 2199 if test -n "$ac_tool_prefix"; then 2187 2200 echo $ac_n "checking for file""... $ac_c" 1>&6 2188 echo "configure:2 189: checking for file" >&52201 echo "configure:2202: checking for file" >&5 2189 2202 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 2190 2203 echo $ac_n "(cached) $ac_c" 1>&6 … … 2257 2270 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2258 2271 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2259 echo "configure:22 60: checking for $ac_word" >&52272 echo "configure:2273: checking for $ac_word" >&5 2260 2273 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2261 2274 echo $ac_n "(cached) $ac_c" 1>&6 … … 2290 2303 set dummy ranlib; ac_word=$2 2291 2304 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2292 echo "configure:2 293: checking for $ac_word" >&52305 echo "configure:2306: checking for $ac_word" >&5 2293 2306 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2294 2307 echo $ac_n "(cached) $ac_c" 1>&6 … … 2326 2339 set dummy ${ac_tool_prefix}strip; ac_word=$2 2327 2340 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2328 echo "configure:23 29: checking for $ac_word" >&52341 echo "configure:2342: checking for $ac_word" >&5 2329 2342 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2330 2343 echo $ac_n "(cached) $ac_c" 1>&6 … … 2359 2372 set dummy strip; ac_word=$2 2360 2373 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2361 echo "configure:23 62: checking for $ac_word" >&52374 echo "configure:2375: checking for $ac_word" >&5 2362 2375 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2363 2376 echo $ac_n "(cached) $ac_c" 1>&6 … … 2427 2440 *-*-irix6*) 2428 2441 # Find out which ABI we are using. 2429 echo '#line 2430 "configure"' > conftest.$ac_ext 2430 if { (eval echo configure:2431: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2442 echo '#line 2443 "configure"' > conftest.$ac_ext 2443 if { (eval echo configure:2444: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2444 if test "$lt_cv_prog_gnu_ld" = yes; then 2445 case `/usr/bin/file conftest.$ac_objext` in 2446 *32-bit*) 2447 LD="${LD-ld} -melf32bsmip" 2448 ;; 2449 *N32*) 2450 LD="${LD-ld} -melf32bmipn32" 2451 ;; 2452 *64-bit*) 2453 LD="${LD-ld} -melf64bmip" 2454 ;; 2455 esac 2456 else 2431 2457 case `/usr/bin/file conftest.$ac_objext` in 2432 2458 *32-bit*) … … 2440 2466 ;; 2441 2467 esac 2468 fi 2469 fi 2470 rm -rf conftest* 2471 ;; 2472 2473 ia64-*-hpux*) 2474 # Find out which ABI we are using. 2475 echo 'int i;' > conftest.$ac_ext 2476 if { (eval echo configure:2477: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2477 case "`/usr/bin/file conftest.o`" in 2478 *ELF-32*) 2479 HPUX_IA64_MODE="32" 2480 ;; 2481 *ELF-64*) 2482 HPUX_IA64_MODE="64" 2483 ;; 2484 esac 2442 2485 fi 2443 2486 rm -rf conftest* … … 2449 2492 CFLAGS="$CFLAGS -belf" 2450 2493 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2451 echo "configure:24 52: checking whether the C compiler needs -belf" >&52494 echo "configure:2495: checking whether the C compiler needs -belf" >&5 2452 2495 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2453 2496 echo $ac_n "(cached) $ac_c" 1>&6 … … 2462 2505 2463 2506 cat > conftest.$ac_ext <<EOF 2464 #line 2 465"configure"2507 #line 2508 "configure" 2465 2508 #include "confdefs.h" 2466 2509 … … 2469 2512 ; return 0; } 2470 2513 EOF 2471 if { (eval echo configure:2 472: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2514 if { (eval echo configure:2515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2472 2515 rm -rf conftest* 2473 2516 lt_cv_cc_needs_belf=yes … … 2499 2542 2500 2543 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 2501 echo "configure:25 02: checking how to run the C++ preprocessor" >&52544 echo "configure:2545: checking how to run the C++ preprocessor" >&5 2502 2545 if test -z "$CXXCPP"; then 2503 2546 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 2513 2556 cat > conftest.$ac_ext <<EOF 2514 2557 #include <sys/types.h> 2515 #line 25 16"configure"2558 #line 2559 "configure" 2516 2559 #include "confdefs.h" 2517 2560 #include <stdlib.h> 2518 2561 EOF 2519 2562 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2520 { (eval echo configure:25 21: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2563 { (eval echo configure:2564: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2521 2564 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2522 2565 if test -z "$ac_err"; then … … 2665 2708 2666 2709 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2667 echo "configure:2 668: checking whether to enable maintainer-specific portions of Makefiles" >&52710 echo "configure:2711: checking whether to enable maintainer-specific portions of Makefiles" >&5 2668 2711 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2669 2712 if test "${enable_maintainer_mode+set}" = set; then … … 2699 2742 2700 2743 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2701 echo "configure:27 02: checking for executable suffix" >&52744 echo "configure:2745: checking for executable suffix" >&5 2702 2745 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2703 2746 echo $ac_n "(cached) $ac_c" 1>&6 … … 2709 2752 echo 'int main () { return 0; }' > conftest.$ac_ext 2710 2753 ac_cv_exeext= 2711 if { (eval echo configure:27 12: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2754 if { (eval echo configure:2755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2712 2755 for file in conftest.*; do 2713 2756 case $file in … … 2732 2775 2733 2776 echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6 2734 echo "configure:27 35: checking for thread model used by GCC" >&52777 echo "configure:2778: checking for thread model used by GCC" >&5 2735 2778 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'` 2736 2779 if test -z "$THREADS"; then … … 2863 2906 2864 2907 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2865 echo "configure:2 866: checking for dlopen in -ldl" >&52908 echo "configure:2909: checking for dlopen in -ldl" >&5 2866 2909 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2867 2910 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2871 2914 LIBS="-ldl $LIBS" 2872 2915 cat > conftest.$ac_ext <<EOF 2873 #line 2 874"configure"2916 #line 2917 "configure" 2874 2917 #include "confdefs.h" 2875 2918 /* Override any gcc2 internal prototype to avoid an error. */ … … 2882 2925 ; return 0; } 2883 2926 EOF 2884 if { (eval echo configure:2 885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2927 if { (eval echo configure:2928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2885 2928 rm -rf conftest* 2886 2929 eval "ac_cv_lib_$ac_lib_var=yes" … … 3406 3449 if test -z "$ac_dots"; then top_srcdir=. 3407 3450 else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;; 3408 /* | [A-Za-z]:*)3451 [/\\]* | [a-zA-Z]:*) 3409 3452 srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;; 3410 3453 *) # Relative path. … … 3414 3457 3415 3458 case "$ac_given_INSTALL" in 3416 [/$ ]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;;3459 [/$\\]* | [A-Za-z]:*) INSTALL="$ac_given_INSTALL" ;; 3417 3460 *) INSTALL="$ac_dots$ac_given_INSTALL" ;; 3418 3461 esac -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.