Changeset 1391 for branches/GNU/src/gcc/boehm-gc/configure
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (22 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
boehm-gc/configure (modified) (32 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/boehm-gc/configure
-
Property cvs2svn:cvs-rev
changed from
1.1to1.1.1.2
r1390 r1391 956 956 957 957 # This works around an automake problem. 958 mkinstalldirs="`cd $ac_aux_dir && pwd`/mkinstalldirs"958 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs" 959 959 960 960 … … 1894 1894 1895 1895 hpux10.20*|hpux11*) 1896 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1897 lt_cv_file_magic_cmd=/usr/bin/file 1898 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1896 case $host_cpu in 1897 hppa*) 1898 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library' 1899 lt_cv_file_magic_cmd=/usr/bin/file 1900 lt_cv_file_magic_test_file=/usr/lib/libc.sl 1901 ;; 1902 ia64*) 1903 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64' 1904 lt_cv_file_magic_cmd=/usr/bin/file 1905 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so 1906 ;; 1907 esac 1899 1908 ;; 1900 1909 … … 1986 1995 1987 1996 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1988 echo "configure:19 89: checking for object suffix" >&51997 echo "configure:1998: checking for object suffix" >&5 1989 1998 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1990 1999 echo $ac_n "(cached) $ac_c" 1>&6 … … 1992 2001 rm -f conftest* 1993 2002 echo 'int i = 1;' > conftest.$ac_ext 1994 if { (eval echo configure: 1995: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2003 if { (eval echo configure:2004: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1995 2004 for ac_file in conftest.*; do 1996 2005 case $ac_file in … … 2016 2025 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 2017 2026 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 2018 echo "configure:20 19: checking for ${ac_tool_prefix}file" >&52027 echo "configure:2028: checking for ${ac_tool_prefix}file" >&5 2019 2028 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 2020 2029 echo $ac_n "(cached) $ac_c" 1>&6 … … 2078 2087 if test -n "$ac_tool_prefix"; then 2079 2088 echo $ac_n "checking for file""... $ac_c" 1>&6 2080 echo "configure:20 81: checking for file" >&52089 echo "configure:2090: checking for file" >&5 2081 2090 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 2082 2091 echo $ac_n "(cached) $ac_c" 1>&6 … … 2149 2158 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 2150 2159 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2151 echo "configure:21 52: checking for $ac_word" >&52160 echo "configure:2161: checking for $ac_word" >&5 2152 2161 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2153 2162 echo $ac_n "(cached) $ac_c" 1>&6 … … 2181 2190 set dummy ranlib; ac_word=$2 2182 2191 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2183 echo "configure:21 84: checking for $ac_word" >&52192 echo "configure:2193: checking for $ac_word" >&5 2184 2193 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2185 2194 echo $ac_n "(cached) $ac_c" 1>&6 … … 2216 2225 set dummy ${ac_tool_prefix}strip; ac_word=$2 2217 2226 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2218 echo "configure:22 19: checking for $ac_word" >&52227 echo "configure:2228: checking for $ac_word" >&5 2219 2228 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2220 2229 echo $ac_n "(cached) $ac_c" 1>&6 … … 2248 2257 set dummy strip; ac_word=$2 2249 2258 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2250 echo "configure:22 51: checking for $ac_word" >&52259 echo "configure:2260: checking for $ac_word" >&5 2251 2260 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 2252 2261 echo $ac_n "(cached) $ac_c" 1>&6 … … 2315 2324 *-*-irix6*) 2316 2325 # Find out which ABI we are using. 2317 echo '#line 2318 "configure"' > conftest.$ac_ext 2318 if { (eval echo configure:2319: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2326 echo '#line 2327 "configure"' > conftest.$ac_ext 2327 if { (eval echo configure:2328: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2328 if test "$lt_cv_prog_gnu_ld" = yes; then 2329 case `/usr/bin/file conftest.$ac_objext` in 2330 *32-bit*) 2331 LD="${LD-ld} -melf32bsmip" 2332 ;; 2333 *N32*) 2334 LD="${LD-ld} -melf32bmipn32" 2335 ;; 2336 *64-bit*) 2337 LD="${LD-ld} -melf64bmip" 2338 ;; 2339 esac 2340 else 2319 2341 case `/usr/bin/file conftest.$ac_objext` in 2320 2342 *32-bit*) … … 2328 2350 ;; 2329 2351 esac 2352 fi 2353 fi 2354 rm -rf conftest* 2355 ;; 2356 2357 ia64-*-hpux*) 2358 # Find out which ABI we are using. 2359 echo 'int i;' > conftest.$ac_ext 2360 if { (eval echo configure:2361: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2361 case "`/usr/bin/file conftest.o`" in 2362 *ELF-32*) 2363 HPUX_IA64_MODE="32" 2364 ;; 2365 *ELF-64*) 2366 HPUX_IA64_MODE="64" 2367 ;; 2368 esac 2369 fi 2370 rm -rf conftest* 2371 ;; 2372 2373 x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*) 2374 # Find out which ABI we are using. 2375 echo 'int i;' > conftest.$ac_ext 2376 if { (eval echo configure:2377: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2377 case "`/usr/bin/file conftest.o`" in 2378 *32-bit*) 2379 case $host in 2380 x86_64-*linux*) 2381 LD="${LD-ld} -m elf_i386" 2382 ;; 2383 ppc64-*linux*|powerpc64-*linux*) 2384 LD="${LD-ld} -m elf32ppclinux" 2385 ;; 2386 s390x-*linux*) 2387 LD="${LD-ld} -m elf_s390" 2388 ;; 2389 sparc64-*linux*) 2390 LD="${LD-ld} -m elf32_sparc" 2391 ;; 2392 esac 2393 ;; 2394 *64-bit*) 2395 case $host in 2396 x86_64-*linux*) 2397 LD="${LD-ld} -m elf_x86_64" 2398 ;; 2399 ppc*-*linux*|powerpc*-*linux*) 2400 LD="${LD-ld} -m elf64ppc" 2401 ;; 2402 s390*-*linux*) 2403 LD="${LD-ld} -m elf64_s390" 2404 ;; 2405 sparc*-*linux*) 2406 LD="${LD-ld} -m elf64_sparc" 2407 ;; 2408 esac 2409 ;; 2410 esac 2330 2411 fi 2331 2412 rm -rf conftest* … … 2337 2418 CFLAGS="$CFLAGS -belf" 2338 2419 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2339 echo "configure:2 340: checking whether the C compiler needs -belf" >&52420 echo "configure:2421: checking whether the C compiler needs -belf" >&5 2340 2421 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2341 2422 echo $ac_n "(cached) $ac_c" 1>&6 … … 2350 2431 2351 2432 cat > conftest.$ac_ext <<EOF 2352 #line 2 353"configure"2433 #line 2434 "configure" 2353 2434 #include "confdefs.h" 2354 2435 … … 2357 2438 ; return 0; } 2358 2439 EOF 2359 if { (eval echo configure:2 360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2440 if { (eval echo configure:2441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2360 2441 rm -rf conftest* 2361 2442 lt_cv_cc_needs_belf=yes … … 2387 2468 2388 2469 echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6 2389 echo "configure:2 390: checking how to run the C++ preprocessor" >&52470 echo "configure:2471: checking how to run the C++ preprocessor" >&5 2390 2471 if test -z "$CXXCPP"; then 2391 2472 if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then … … 2400 2481 CXXCPP="${CXX-g++} -E" 2401 2482 cat > conftest.$ac_ext <<EOF 2402 #line 24 03"configure"2483 #line 2484 "configure" 2403 2484 #include "confdefs.h" 2404 2485 #include <stdlib.h> 2405 2486 EOF 2406 2487 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2407 { (eval echo configure:24 08: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2488 { (eval echo configure:2489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2408 2489 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2409 2490 if test -z "$ac_err"; then … … 2552 2633 2553 2634 echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 2554 echo "configure:2 555: checking whether to enable maintainer-specific portions of Makefiles" >&52635 echo "configure:2636: checking whether to enable maintainer-specific portions of Makefiles" >&5 2555 2636 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. 2556 2637 if test "${enable_maintainer_mode+set}" = set; then … … 2585 2666 2586 2667 echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 2587 echo "configure:2 588: checking for executable suffix" >&52668 echo "configure:2669: checking for executable suffix" >&5 2588 2669 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then 2589 2670 echo $ac_n "(cached) $ac_c" 1>&6 … … 2595 2676 echo 'int main () { return 0; }' > conftest.$ac_ext 2596 2677 ac_cv_exeext= 2597 if { (eval echo configure:2 598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then2678 if { (eval echo configure:2679: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then 2598 2679 for file in conftest.*; do 2599 2680 case $file in … … 2618 2699 2619 2700 echo $ac_n "checking for thread model used by GCC""... $ac_c" 1>&6 2620 echo "configure:2 621: checking for thread model used by GCC" >&52701 echo "configure:2702: checking for thread model used by GCC" >&5 2621 2702 THREADS=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'` 2622 2703 if test -z "$THREADS"; then … … 2647 2728 THREADLIBS=-lpthread 2648 2729 case "$host" in 2649 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* )2730 x86-*-linux* | ia64-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* ) 2650 2731 cat >> confdefs.h <<\EOF 2651 2732 #define GC_LINUX_THREADS 1 … … 2738 2819 EOF 2739 2820 2821 if test $enable_shared = yes; then 2822 cat >> confdefs.h <<\EOF 2823 #define GC_DLL 1 2824 EOF 2825 2826 fi 2740 2827 ;; 2741 2828 decosf1 | irix | mach | os2 | solaris | dce | vxworks) … … 2749 2836 2750 2837 echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6 2751 echo "configure:2 752: checking for dlopen in -ldl" >&52838 echo "configure:2839: checking for dlopen in -ldl" >&5 2752 2839 ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'` 2753 2840 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then … … 2757 2844 LIBS="-ldl $LIBS" 2758 2845 cat > conftest.$ac_ext <<EOF 2759 #line 2 760"configure"2846 #line 2847 "configure" 2760 2847 #include "confdefs.h" 2761 2848 /* Override any gcc2 internal prototype to avoid an error. */ … … 2768 2855 ; return 0; } 2769 2856 EOF 2770 if { (eval echo configure:2 771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2857 if { (eval echo configure:2858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2771 2858 rm -rf conftest* 2772 2859 eval "ac_cv_lib_$ac_lib_var=yes" … … 2856 2943 machdep="alpha_mach_dep.lo" 2857 2944 ;; 2858 i?86-*-solaris2.[89] *)2945 i?86-*-solaris2.[89] | i?86-*-solaris2.1?) 2859 2946 cat >> confdefs.h <<\EOF 2860 2947 #define SOLARIS25_PROC_VDB_BUG_FIXED 1 … … 2876 2963 machdep="mips_ultrix_mach-dep.lo" 2877 2964 ;; 2965 mips*-*-linux*) 2966 ;; 2878 2967 mips-*-*) 2879 2968 machdep="mips_sgi_mach_dep.lo" … … 2883 2972 2884 2973 ;; 2885 sparc-sun-solaris2.3 *)2974 sparc-sun-solaris2.3) 2886 2975 machdep="sparc_mach_dep.lo" 2887 2976 cat >> confdefs.h <<\EOF … … 2985 3074 2986 3075 ;; 2987 x86-*-linux* | i586-*-linux* | i686-*-linux* )3076 x86-*-linux* | i586-*-linux* | i686-*-linux* | x86_64-*-linux* ) 2988 3077 cat >> confdefs.h <<\EOF 2989 3078 #define MAKE_BACK_GRAPH 1 … … 3085 3174 # Protect against shell expansion while executing Makefile rules. 3086 3175 # Protect against Makefile macro expansion. 3087 # 3088 # If the first sed substitution is executed (which looks for macros that 3089 # take arguments), then we branch to the quote section. Otherwise, 3090 # look for a macro that doesn't take arguments. 3091 cat >confdef2opt.sed <<\_ACEOF 3092 t clear 3093 : clear 3094 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g 3095 t quote 3096 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g 3097 t quote 3098 d 3099 : quote 3100 s,[ `~#$^&*(){}\\|;'"<>?],\\&,g 3101 s,\[,\\&,g 3102 s,\],\\&,g 3103 s,\$,$$,g 3104 p 3105 _ACEOF 3106 # We use echo to avoid assuming a particular line-breaking character. 3107 # The extra dot is to prevent the shell from consuming trailing 3108 # line-breaks from the sub-command output. A line-break within 3109 # single-quotes doesn't work because, if this script is created in a 3110 # platform that uses two characters for line-breaks (e.g., DOS), tr 3111 # would break. 3112 ac_LF_and_DOT=`echo; echo .` 3113 DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'` 3114 rm -f confdef2opt.sed 3176 cat > conftest.defs <<\EOF 3177 s%#define \([A-Za-z_][A-Za-z0-9_]*\) *\(.*\)%-D\1=\2%g 3178 s%[ `~#$^&*(){}\\|;'"<>?]%\\&%g 3179 s%\[%\\&%g 3180 s%\]%\\&%g 3181 s%\$%$$%g 3182 EOF 3183 DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '` 3184 rm -f conftest.defs 3115 3185 3116 3186 … … 3345 3415 gc_basedir=${gc_basedir} 3346 3416 CC="${CC}" 3417 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}" 3347 3418 DEFS="$DEFS" 3348 3419 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
