Changeset 1391 for branches/GNU/src/gcc/libf2c/configure
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
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/libf2c/configure
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 769 769 # canonicalize only relative paths, because then amd will not unmount 770 770 # drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd. 771 glibcpp_builddir=` pwd`771 glibcpp_builddir=`${PWDCMD-pwd}` 772 772 case $srcdir in 773 773 \\/$* | ?:\\/*) glibcpp_srcdir=${srcdir} ;; … … 1597 1597 1598 1598 hpux10.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 1602 1611 ;; 1603 1612 … … 1689 1698 1690 1699 echo $ac_n "checking for object suffix""... $ac_c" 1>&6 1691 echo "configure:1 692: checking for object suffix" >&51700 echo "configure:1701: checking for object suffix" >&5 1692 1701 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then 1693 1702 echo $ac_n "(cached) $ac_c" 1>&6 … … 1695 1704 rm -f conftest* 1696 1705 echo 'int i = 1;' > conftest.$ac_ext 1697 if { (eval echo configure:1 698: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then1706 if { (eval echo configure:1707: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 1698 1707 for ac_file in conftest.*; do 1699 1708 case $ac_file in … … 1719 1728 if test "$file_magic_cmd" = '$MAGIC_CMD'; then 1720 1729 echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 1721 echo "configure:17 22: checking for ${ac_tool_prefix}file" >&51730 echo "configure:1731: checking for ${ac_tool_prefix}file" >&5 1722 1731 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1723 1732 echo $ac_n "(cached) $ac_c" 1>&6 … … 1781 1790 if test -n "$ac_tool_prefix"; then 1782 1791 echo $ac_n "checking for file""... $ac_c" 1>&6 1783 echo "configure:17 84: checking for file" >&51792 echo "configure:1793: checking for file" >&5 1784 1793 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then 1785 1794 echo $ac_n "(cached) $ac_c" 1>&6 … … 1852 1861 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 1853 1862 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1854 echo "configure:18 55: checking for $ac_word" >&51863 echo "configure:1864: checking for $ac_word" >&5 1855 1864 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1856 1865 echo $ac_n "(cached) $ac_c" 1>&6 … … 1884 1893 set dummy ranlib; ac_word=$2 1885 1894 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1886 echo "configure:18 87: checking for $ac_word" >&51895 echo "configure:1896: checking for $ac_word" >&5 1887 1896 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 1888 1897 echo $ac_n "(cached) $ac_c" 1>&6 … … 1919 1928 set dummy ${ac_tool_prefix}strip; ac_word=$2 1920 1929 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1921 echo "configure:19 22: checking for $ac_word" >&51930 echo "configure:1931: checking for $ac_word" >&5 1922 1931 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1923 1932 echo $ac_n "(cached) $ac_c" 1>&6 … … 1951 1960 set dummy strip; ac_word=$2 1952 1961 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1953 echo "configure:19 54: checking for $ac_word" >&51962 echo "configure:1963: checking for $ac_word" >&5 1954 1963 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then 1955 1964 echo $ac_n "(cached) $ac_c" 1>&6 … … 2018 2027 *-*-irix6*) 2019 2028 # 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 2022 2044 case `/usr/bin/file conftest.$ac_objext` in 2023 2045 *32-bit*) … … 2031 2053 ;; 2032 2054 esac 2055 fi 2056 fi 2057 rm -rf conftest* 2058 ;; 2059 2060 ia64-*-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 2076 x86_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 2033 2114 fi 2034 2115 rm -rf conftest* … … 2040 2121 CFLAGS="$CFLAGS -belf" 2041 2122 echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 2042 echo "configure:2 043: checking whether the C compiler needs -belf" >&52123 echo "configure:2124: checking whether the C compiler needs -belf" >&5 2043 2124 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then 2044 2125 echo $ac_n "(cached) $ac_c" 1>&6 … … 2053 2134 2054 2135 cat > conftest.$ac_ext <<EOF 2055 #line 2 056"configure"2136 #line 2137 "configure" 2056 2137 #include "confdefs.h" 2057 2138 … … 2060 2141 ; return 0; } 2061 2142 EOF 2062 if { (eval echo configure:2 063: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then2143 if { (eval echo configure:2144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 2063 2144 rm -rf conftest* 2064 2145 lt_cv_cc_needs_belf=yes … … 2184 2265 set dummy ranlib; ac_word=$2 2185 2266 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2186 echo "configure:2 187: checking for $ac_word" >&52267 echo "configure:2268: checking for $ac_word" >&5 2187 2268 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 2188 2269 echo $ac_n "(cached) $ac_c" 1>&6 … … 2224 2305 # ./install, which can be erroneously created by make from ./install.sh. 2225 2306 echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 2226 echo "configure:2 227: checking for a BSD compatible install" >&52307 echo "configure:2308: checking for a BSD compatible install" >&5 2227 2308 if test -z "$INSTALL"; then 2228 2309 if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then … … 2277 2358 2278 2359 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 2279 echo "configure:2 280: checking whether ${MAKE-make} sets \${MAKE}" >&52360 echo "configure:2361: checking whether ${MAKE-make} sets \${MAKE}" >&5 2280 2361 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 2281 2362 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 2306 2387 # Sanity check for the cross-compilation case: 2307 2388 echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 2308 echo "configure:23 09: checking how to run the C preprocessor" >&52389 echo "configure:2390: checking how to run the C preprocessor" >&5 2309 2390 # On Suns, sometimes $CPP names a directory. 2310 2391 if test -n "$CPP" && test -d "$CPP"; then … … 2321 2402 # not just through cpp. 2322 2403 cat > conftest.$ac_ext <<EOF 2323 #line 2 324"configure"2404 #line 2405 "configure" 2324 2405 #include "confdefs.h" 2325 2406 #include <assert.h> … … 2327 2408 EOF 2328 2409 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2329 { (eval echo configure:2 330: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2410 { (eval echo configure:2411: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2330 2411 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2331 2412 if test -z "$ac_err"; then … … 2338 2419 CPP="${CC-cc} -E -traditional-cpp" 2339 2420 cat > conftest.$ac_ext <<EOF 2340 #line 2 341"configure"2421 #line 2422 "configure" 2341 2422 #include "confdefs.h" 2342 2423 #include <assert.h> … … 2344 2425 EOF 2345 2426 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2346 { (eval echo configure:2 347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2427 { (eval echo configure:2428: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2347 2428 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2348 2429 if test -z "$ac_err"; then … … 2355 2436 CPP="${CC-cc} -nologo -E" 2356 2437 cat > conftest.$ac_ext <<EOF 2357 #line 2 358"configure"2438 #line 2439 "configure" 2358 2439 #include "confdefs.h" 2359 2440 #include <assert.h> … … 2361 2442 EOF 2362 2443 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2363 { (eval echo configure:2 364: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2444 { (eval echo configure:2445: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2364 2445 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2365 2446 if test -z "$ac_err"; then … … 2387 2468 ac_safe=`echo "stdio.h" | sed 'y%./+-%__p_%'` 2388 2469 echo $ac_n "checking for stdio.h""... $ac_c" 1>&6 2389 echo "configure:2 390: checking for stdio.h" >&52470 echo "configure:2471: checking for stdio.h" >&5 2390 2471 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 2391 2472 echo $ac_n "(cached) $ac_c" 1>&6 2392 2473 else 2393 2474 cat > conftest.$ac_ext <<EOF 2394 #line 2 395"configure"2475 #line 2476 "configure" 2395 2476 #include "confdefs.h" 2396 2477 #include <stdio.h> 2397 2478 EOF 2398 2479 ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 2399 { (eval echo configure:24 00: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }2480 { (eval echo configure:2481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 2400 2481 ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 2401 2482 if test -z "$ac_err"; then … … 2425 2506 2426 2507 echo $ac_n "checking for built-in g77 integer types""... $ac_c" 1>&6 2427 echo "configure:2 428: checking for built-in g77 integer types" >&52508 echo "configure:2509: checking for built-in g77 integer types" >&5 2428 2509 if eval "test \"`echo '$''{'libf2c_cv_has_g77_builtin_types'+set}'`\" = set"; then 2429 2510 echo $ac_n "(cached) $ac_c" 1>&6 2430 2511 else 2431 2512 cat > conftest.$ac_ext <<EOF 2432 #line 2 433"configure"2513 #line 2514 "configure" 2433 2514 #include "confdefs.h" 2434 2515 … … 2440 2521 ; return 0; } 2441 2522 EOF 2442 if { (eval echo configure:2 443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then2523 if { (eval echo configure:2524: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 2443 2524 rm -rf conftest* 2444 2525 libf2c_cv_has_g77_builtin_types=yes … … 2783 2864 toplevel_srcdir=${toplevel_srcdir} 2784 2865 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} 2866 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}" 2785 2867 2786 2868 EOF -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.