Changeset 01518357 in rtems
- Timestamp:
- 03/23/98 19:53:08 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d53130be
- Parents:
- 5839b0c1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r5839b0c1 r01518357 1438 1438 #line 1439 "configure" 1439 1439 #include "confdefs.h" 1440 1441 #if defined(__PPC__) 1442 int __SDATA_START__; int __SDATA2_START__; 1443 int __GOT_START__; int __GOT_END__; 1444 int __GOT2_START__; int __GOT2_END__; 1445 int __SBSS_END__; int __SBSS2_END__; 1446 int __FIXUP_START__; int __FIXUP_END__; 1447 int __EXCEPT_START__; int __EXCEPT_END__; 1448 int __init; int __fini; 1449 #endif 1450 #if defined(__hppa__) 1451 asm ( ".subspa \$GLOBAL\$,QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=40"); 1452 asm ( ".export \$global\$" ); 1453 asm ( "\$global\$:"); 1454 #endif 1455 int atexit() { return 0; } 1456 void *malloc() { return 0; } 1457 main(){return(0);} 1440 main(){return(0);} 1458 1441 EOF 1459 if { (eval echo configure:14 60: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1442 if { (eval echo configure:1443: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1460 1443 rtems_cv_prog_cc_works=yes 1461 1444 # If we can't run a trivial program, we are probably using a cross compiler. … … 1477 1460 fi 1478 1461 echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1479 echo "configure:14 80: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51462 echo "configure:1463: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1480 1463 echo "$ac_t""$rtems_cv_prog_cc_cross" 1>&6 1481 1464 1482 1465 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1483 echo "configure:14 84: checking whether we are using GNU C" >&51466 echo "configure:1467: checking whether we are using GNU C" >&5 1484 1467 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1485 1468 echo $ac_n "(cached) $ac_c" 1>&6 … … 1490 1473 #endif 1491 1474 EOF 1492 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:14 93: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1475 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1493 1476 ac_cv_prog_gcc=yes 1494 1477 else … … 1505 1488 CFLAGS= 1506 1489 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1507 echo "configure:1 508: checking whether ${CC-cc} accepts -g" >&51490 echo "configure:1491: checking whether ${CC-cc} accepts -g" >&5 1508 1491 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1509 1492 echo $ac_n "(cached) $ac_c" 1>&6 … … 1545 1528 1546 1529 echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6 1547 echo "configure:15 48: checking whether $CC_FOR_TARGET accepts -specs" >&51530 echo "configure:1531: checking whether $CC_FOR_TARGET accepts -specs" >&5 1548 1531 if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then 1549 1532 echo $ac_n "(cached) $ac_c" 1>&6 … … 1570 1553 1571 1554 echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6 1572 echo "configure:15 73: checking whether $CC_FOR_TARGET accepts --pipe" >&51555 echo "configure:1556: checking whether $CC_FOR_TARGET accepts --pipe" >&5 1573 1556 if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then 1574 1557 echo $ac_n "(cached) $ac_c" 1>&6 … … 1603 1586 set dummy $ac_prog; ac_word=$2 1604 1587 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1605 echo "configure:1 606: checking for $ac_word" >&51588 echo "configure:1589: checking for $ac_word" >&5 1606 1589 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1607 1590 echo $ac_n "(cached) $ac_c" 1>&6 … … 1634 1617 1635 1618 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1636 echo "configure:16 37: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51619 echo "configure:1620: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1637 1620 1638 1621 ac_ext=C … … 1645 1628 1646 1629 cat > conftest.$ac_ext <<EOF 1647 #line 16 48"configure"1630 #line 1631 "configure" 1648 1631 #include "confdefs.h" 1649 1632 main(){return(0);} 1650 1633 EOF 1651 if { (eval echo configure:16 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1634 if { (eval echo configure:1635: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1652 1635 rtems_cv_prog_cxx_works=yes 1653 1636 # If we can't run a trivial program, we are probably using a cross compiler. … … 1665 1648 if test "$rtems_cv_prog_cxx_works" = "no"; then 1666 1649 cat > conftest.$ac_ext <<EOF 1667 #line 16 68"configure"1650 #line 1651 "configure" 1668 1651 #include "confdefs.h" 1669 extern "C" void *malloc(); void *malloc() { return (0); } 1670 extern "C" int atexit(); int atexit() { return 0; } 1671 #if defined(__PPC__) 1672 int __SDATA_START__; int __SDATA2_START__; 1673 int __GOT_START__; int __GOT_END__; 1674 int __GOT2_START__; int __GOT2_END__; 1675 int __SBSS_END__; int __SBSS2_END__; 1676 int __FIXUP_START__; int __FIXUP_END__; 1677 int __EXCEPT_START__; int __EXCEPT_END__; 1678 int __init; int __fini; 1679 #endif 1680 #if defined(__hppa__) 1681 asm ( ".subspa \$GLOBAL\$,QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=40"); 1682 asm ( ".export \$global\$" ); 1683 asm ( "\$global\$:"); 1684 #endif 1685 1686 main(){return(0);} 1652 main(){return(0);} 1687 1653 EOF 1688 if { (eval echo configure:16 89: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1654 if { (eval echo configure:1655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1689 1655 rtems_cv_prog_cxx_works=yes 1690 1656 # If we can't run a trivial program, we are probably using a cross compiler. … … 1713 1679 fi 1714 1680 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1715 echo "configure:1 716: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51681 echo "configure:1682: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1716 1682 echo "$ac_t""$rtems_cv_prog_cxx_cross" 1>&6 1717 1683 1718 1684 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1719 echo "configure:1 720: checking whether we are using GNU C++" >&51685 echo "configure:1686: checking whether we are using GNU C++" >&5 1720 1686 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1721 1687 echo $ac_n "(cached) $ac_c" 1>&6 … … 1726 1692 #endif 1727 1693 EOF 1728 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1 729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1694 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1729 1695 ac_cv_prog_gxx=yes 1730 1696 else … … 1741 1707 CXXFLAGS= 1742 1708 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1743 echo "configure:17 44: checking whether ${CXX-g++} accepts -g" >&51709 echo "configure:1710: checking whether ${CXX-g++} accepts -g" >&5 1744 1710 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1745 1711 echo $ac_n "(cached) $ac_c" 1>&6 … … 1775 1741 set dummy "$program_prefix"g++; ac_word=$2 1776 1742 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1777 echo "configure:17 78: checking for $ac_word" >&51743 echo "configure:1744: checking for $ac_word" >&5 1778 1744 if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then 1779 1745 echo $ac_n "(cached) $ac_c" 1>&6 … … 1820 1786 set dummy "$program_prefix"gcc; ac_word=$2 1821 1787 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1822 echo "configure:1 823: checking for $ac_word" >&51788 echo "configure:1789: checking for $ac_word" >&5 1823 1789 if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then 1824 1790 echo $ac_n "(cached) $ac_c" 1>&6 … … 1853 1819 set dummy "$program_prefix"ar; ac_word=$2 1854 1820 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1855 echo "configure:18 56: checking for $ac_word" >&51821 echo "configure:1822: checking for $ac_word" >&5 1856 1822 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1857 1823 echo $ac_n "(cached) $ac_c" 1>&6 … … 1885 1851 set dummy "$program_prefix"as; ac_word=$2 1886 1852 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1887 echo "configure:18 88: checking for $ac_word" >&51853 echo "configure:1854: checking for $ac_word" >&5 1888 1854 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 1889 1855 echo $ac_n "(cached) $ac_c" 1>&6 … … 1917 1883 set dummy "$program_prefix"nm; ac_word=$2 1918 1884 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1919 echo "configure:1 920: checking for $ac_word" >&51885 echo "configure:1886: checking for $ac_word" >&5 1920 1886 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 1921 1887 echo $ac_n "(cached) $ac_c" 1>&6 … … 1949 1915 set dummy "$program_prefix"ld; ac_word=$2 1950 1916 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1951 echo "configure:19 52: checking for $ac_word" >&51917 echo "configure:1918: checking for $ac_word" >&5 1952 1918 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 1953 1919 echo $ac_n "(cached) $ac_c" 1>&6 … … 1982 1948 set dummy "$program_prefix"ranlib; ac_word=$2 1983 1949 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1984 echo "configure:19 85: checking for $ac_word" >&51950 echo "configure:1951: checking for $ac_word" >&5 1985 1951 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 1986 1952 echo $ac_n "(cached) $ac_c" 1>&6 … … 2015 1981 set dummy "$program_prefix"objcopy; ac_word=$2 2016 1982 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2017 echo "configure: 2018: checking for $ac_word" >&51983 echo "configure:1984: checking for $ac_word" >&5 2018 1984 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 2019 1985 echo $ac_n "(cached) $ac_c" 1>&6 … … 2047 2013 set dummy "$program_prefix"size; ac_word=$2 2048 2014 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2049 echo "configure:20 50: checking for $ac_word" >&52015 echo "configure:2016: checking for $ac_word" >&5 2050 2016 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2051 2017 echo $ac_n "(cached) $ac_c" 1>&6 … … 2082 2048 set dummy gcc; ac_word=$2 2083 2049 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2084 echo "configure:20 85: checking for $ac_word" >&52050 echo "configure:2051: checking for $ac_word" >&5 2085 2051 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2086 2052 echo $ac_n "(cached) $ac_c" 1>&6 … … 2111 2077 set dummy cc; ac_word=$2 2112 2078 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2113 echo "configure:2 114: checking for $ac_word" >&52079 echo "configure:2080: checking for $ac_word" >&5 2114 2080 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2115 2081 echo $ac_n "(cached) $ac_c" 1>&6 … … 2159 2125 2160 2126 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2161 echo "configure:21 62: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52127 echo "configure:2128: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2162 2128 2163 2129 ac_ext=c … … 2169 2135 2170 2136 cat > conftest.$ac_ext <<EOF 2171 #line 21 72"configure"2137 #line 2138 "configure" 2172 2138 #include "confdefs.h" 2173 2139 main(){return(0);} 2174 2140 EOF 2175 if { (eval echo configure:21 76: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2141 if { (eval echo configure:2142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2176 2142 ac_cv_prog_cc_works=yes 2177 2143 # If we can't run a trivial program, we are probably using a cross compiler. … … 2193 2159 fi 2194 2160 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2195 echo "configure:21 96: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52161 echo "configure:2162: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2196 2162 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2197 2163 cross_compiling=$ac_cv_prog_cc_cross 2198 2164 2199 2165 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2200 echo "configure:2 201: checking whether we are using GNU C" >&52166 echo "configure:2167: checking whether we are using GNU C" >&5 2201 2167 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2202 2168 echo $ac_n "(cached) $ac_c" 1>&6 … … 2207 2173 #endif 2208 2174 EOF 2209 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2175 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2176: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2210 2176 ac_cv_prog_gcc=yes 2211 2177 else … … 2222 2188 CFLAGS= 2223 2189 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2224 echo "configure:2 225: checking whether ${CC-cc} accepts -g" >&52190 echo "configure:2191: checking whether ${CC-cc} accepts -g" >&5 2225 2191 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2226 2192 echo $ac_n "(cached) $ac_c" 1>&6 … … 2253 2219 do 2254 2220 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2255 echo "configure:22 56: checking for $ac_func" >&52221 echo "configure:2222: checking for $ac_func" >&5 2256 2222 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2257 2223 echo $ac_n "(cached) $ac_c" 1>&6 2258 2224 else 2259 2225 cat > conftest.$ac_ext <<EOF 2260 #line 22 61"configure"2226 #line 2227 "configure" 2261 2227 #include "confdefs.h" 2262 2228 /* System header to define __stub macros and hopefully few prototypes, … … 2281 2247 ; return 0; } 2282 2248 EOF 2283 if { (eval echo configure:22 84: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2249 if { (eval echo configure:2250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2284 2250 rm -rf conftest* 2285 2251 eval "ac_cv_func_$ac_func=yes" … … 2309 2275 2310 2276 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 2311 echo "configure:2 312: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&52277 echo "configure:2278: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 2312 2278 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 2313 2279 rtems_av_save_dir=`pwd`; … … 2324 2290 2325 2291 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 2326 echo "configure:2 327: checking for Makefile.in in c/src/exec/rtems" >&52292 echo "configure:2293: checking for Makefile.in in c/src/exec/rtems" >&5 2327 2293 if test -d $srcdir/c/src/exec/rtems; then 2328 2294 rtems_av_save_dir=`pwd`; … … 2339 2305 2340 2306 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 2341 echo "configure:23 42: checking for Makefile.in in c/src/exec/sapi" >&52307 echo "configure:2308: checking for Makefile.in in c/src/exec/sapi" >&5 2342 2308 if test -d $srcdir/c/src/exec/sapi; then 2343 2309 rtems_av_save_dir=`pwd`; … … 2356 2322 2357 2323 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 2358 echo "configure:23 59: checking for Makefile.in in c/src/exec/posix" >&52324 echo "configure:2325: checking for Makefile.in in c/src/exec/posix" >&5 2359 2325 if test -d $srcdir/c/src/exec/posix; then 2360 2326 rtems_av_save_dir=`pwd`; … … 2378 2344 if test -z "$rtems_bsp"; then 2379 2345 echo $ac_n "checking for bsps""... $ac_c" 1>&6 2380 echo "configure:23 81: checking for bsps" >&52346 echo "configure:2347: checking for bsps" >&5 2381 2347 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 2382 2348 for file in $files; do … … 2425 2391 2426 2392 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6 2427 echo "configure:2 428: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&52393 echo "configure:2394: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5 2428 2394 if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then 2429 2395 rtems_av_save_dir=`pwd`; … … 2448 2414 2449 2415 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 2450 echo "configure:24 51: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&52416 echo "configure:2417: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 2451 2417 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 2452 2418 rtems_av_save_dir=`pwd`; … … 2465 2431 2466 2432 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 2467 echo "configure:24 68: checking for Makefile.in in c/src/lib/start/$target_cpu" >&52433 echo "configure:2434: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 2468 2434 if test -d $srcdir/c/src/lib/start/$target_cpu; then 2469 2435 rtems_av_save_dir=`pwd`; … … 2507 2473 # If the tests are enabled, then find all the test suite Makefiles 2508 2474 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 2509 echo "configure:2 510: checking Are the test suites enabled? " >&52475 echo "configure:2476: checking Are the test suites enabled? " >&5 2510 2476 tests_enabled=yes 2511 2477 # Check whether --enable-tests or --disable-tests was given. … … 2526 2492 2527 2493 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 2528 echo "configure:2 529: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&52494 echo "configure:2495: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 2529 2495 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 2530 2496 rtems_av_save_dir=`pwd`; … … 2543 2509 2544 2510 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 2545 echo "configure:25 46: checking for Makefile.in in c/src/tests/libtests" >&52511 echo "configure:2512: checking for Makefile.in in c/src/tests/libtests" >&5 2546 2512 if test -d $srcdir/c/src/tests/libtests; then 2547 2513 rtems_av_save_dir=`pwd`; … … 2558 2524 2559 2525 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 2560 echo "configure:25 61: checking for Makefile.in in c/src/tests/sptests" >&52526 echo "configure:2527: checking for Makefile.in in c/src/tests/sptests" >&5 2561 2527 if test -d $srcdir/c/src/tests/sptests; then 2562 2528 rtems_av_save_dir=`pwd`; … … 2573 2539 2574 2540 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 2575 echo "configure:25 76: checking for Makefile.in in c/src/tests/tmtests" >&52541 echo "configure:2542: checking for Makefile.in in c/src/tests/tmtests" >&5 2576 2542 if test -d $srcdir/c/src/tests/tmtests; then 2577 2543 rtems_av_save_dir=`pwd`; … … 2588 2554 2589 2555 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 2590 echo "configure:25 91: checking for Makefile.in in c/src/tests/mptests" >&52556 echo "configure:2557: checking for Makefile.in in c/src/tests/mptests" >&5 2591 2557 if test -d $srcdir/c/src/tests/mptests; then 2592 2558 rtems_av_save_dir=`pwd`; … … 2604 2570 2605 2571 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 2606 echo "configure:2 607: checking for Makefile.in in c/src/tests/psxtests" >&52572 echo "configure:2573: checking for Makefile.in in c/src/tests/psxtests" >&5 2607 2573 if test -d $srcdir/c/src/tests/psxtests; then 2608 2574 rtems_av_save_dir=`pwd`; … … 2622 2588 # If the HWAPI is enabled, the find the HWAPI Makefiles 2623 2589 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 2624 echo "configure:2 625: checking Is the HWAPI enabled? " >&52590 echo "configure:2591: checking Is the HWAPI enabled? " >&5 2625 2591 # Check whether --enable-hwapi or --disable-hwapi was given. 2626 2592 if test "${enable_hwapi+set}" = set; then … … 2633 2599 2634 2600 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 2635 echo "configure:26 36: checking for Makefile.in in c/src/lib/libhwapi/analog" >&52601 echo "configure:2602: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 2636 2602 if test -d $srcdir/c/src/lib/libhwapi/analog; then 2637 2603 rtems_av_save_dir=`pwd`; … … 2648 2614 2649 2615 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 2650 echo "configure:26 51: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&52616 echo "configure:2617: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 2651 2617 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 2652 2618 rtems_av_save_dir=`pwd`; … … 2663 2629 2664 2630 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 2665 echo "configure:26 66: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&52631 echo "configure:2632: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 2666 2632 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 2667 2633 rtems_av_save_dir=`pwd`; … … 2678 2644 2679 2645 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 2680 echo "configure:26 81: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&52646 echo "configure:2647: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 2681 2647 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 2682 2648 rtems_av_save_dir=`pwd`; … … 2693 2659 2694 2660 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 2695 echo "configure:26 96: checking for Makefile.in in c/src/lib/libhwapi/serial" >&52661 echo "configure:2662: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 2696 2662 if test -d $srcdir/c/src/lib/libhwapi/serial; then 2697 2663 rtems_av_save_dir=`pwd`; … … 2708 2674 2709 2675 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 2710 echo "configure:2 711: checking for Makefile.in in c/src/lib/libhwapi/support" >&52676 echo "configure:2677: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 2711 2677 if test -d $srcdir/c/src/lib/libhwapi/support; then 2712 2678 rtems_av_save_dir=`pwd`; … … 2723 2689 2724 2690 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 2725 echo "configure:2 726: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&52691 echo "configure:2692: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 2726 2692 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 2727 2693 rtems_av_save_dir=`pwd`; … … 2765 2731 2766 2732 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 2767 echo "configure:27 68: checking for Makefile.in in c/build-tools" >&52733 echo "configure:2734: checking for Makefile.in in c/build-tools" >&5 2768 2734 if test -d $srcdir/c/build-tools; then 2769 2735 rtems_av_save_dir=`pwd`; … … 2780 2746 2781 2747 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 2782 echo "configure:27 83: checking for Makefile.in in make" >&52748 echo "configure:2749: checking for Makefile.in in make" >&5 2783 2749 if test -d $srcdir/make; then 2784 2750 rtems_av_save_dir=`pwd`; … … 2795 2761 2796 2762 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 2797 echo "configure:27 98: checking for Makefile.in in c/src/lib/libmisc" >&52763 echo "configure:2764: checking for Makefile.in in c/src/lib/libmisc" >&5 2798 2764 if test -d $srcdir/c/src/lib/libmisc; then 2799 2765 rtems_av_save_dir=`pwd`; … … 2810 2776 2811 2777 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 2812 echo "configure:2 813: checking for Makefile.in in c/src/tests/samples" >&52778 echo "configure:2779: checking for Makefile.in in c/src/tests/samples" >&5 2813 2779 if test -d $srcdir/c/src/tests/samples; then 2814 2780 rtems_av_save_dir=`pwd`;
Note: See TracChangeset
for help on using the changeset viewer.