Changeset 04c99873 in rtems
- Timestamp:
- 03/21/98 15:27:00 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2b4aec8
- Parents:
- 5b3cf09
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal.m4
r5b3cf09 r04c99873 122 122 AC_LANG_C 123 123 AC_TRY_COMPILER( 124 [void *malloc() { return 0; } 124 [ 125 #if defined(__PPC__) 126 int __SDATA_START__; int __SDATA2_START__; 127 int __GOT_START__; int __GOT_END__; 128 int __GOT2_START__; int __GOT2_END__; 129 int __SBSS_END__; int __SBSS2_END__; 130 int __FIXUP_START__; int __FIXUP_END__; 131 int __EXCEPT_START__; int __EXCEPT_END__; 132 int __init; int __fini; 133 #endif 134 #if defined(__hppa__) 135 asm ( ".subspa \$GLOBAL\$,QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=40"); 136 asm ( ".export \$global\$" ); 137 asm ( "\$global\$:"); 138 #endif 139 int atexit() { return 0; } 140 void *malloc() { return 0; } 125 141 main(){return(0);}], 126 142 rtems_cv_prog_cc_works, rtems_cv_prog_cc_cross) … … 248 264 dnl now retry with our own version of malloc 249 265 AC_TRY_COMPILER( 250 [extern "C" void *malloc(); 251 void *malloc() { return (0); } 266 [extern "C" void *malloc(); void *malloc() { return (0); } 267 extern "C" int atexit(); int atexit() { return 0; } 268 #if defined(__PPC__) 269 int __SDATA_START__; int __SDATA2_START__; 270 int __GOT_START__; int __GOT_END__; 271 int __GOT2_START__; int __GOT2_END__; 272 int __SBSS_END__; int __SBSS2_END__; 273 int __FIXUP_START__; int __FIXUP_END__; 274 int __EXCEPT_START__; int __EXCEPT_END__; 275 int __init; int __fini; 276 #endif 277 #if defined(__hppa__) 278 asm ( ".subspa \$GLOBAL\$,QUAD=1,ALIGN=8,ACCESS=0x1f,SORT=40"); 279 asm ( ".export \$global\$" ); 280 asm ( "\$global\$:"); 281 #endif 282 252 283 main(){return(0);}], 253 284 rtems_cv_prog_cxx_works, rtems_cv_prog_cxx_cross) -
configure
r5b3cf09 r04c99873 1438 1438 #line 1439 "configure" 1439 1439 #include "confdefs.h" 1440 void *malloc() { return 0; } 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; } 1441 1457 main(){return(0);} 1442 1458 EOF 1443 if { (eval echo configure:14 44: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1459 if { (eval echo configure:1460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1444 1460 rtems_cv_prog_cc_works=yes 1445 1461 # If we can't run a trivial program, we are probably using a cross compiler. … … 1461 1477 fi 1462 1478 echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1463 echo "configure:14 64: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51479 echo "configure:1480: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1464 1480 echo "$ac_t""$rtems_cv_prog_cc_cross" 1>&6 1465 1481 1466 1482 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1467 echo "configure:14 68: checking whether we are using GNU C" >&51483 echo "configure:1484: checking whether we are using GNU C" >&5 1468 1484 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1469 1485 echo $ac_n "(cached) $ac_c" 1>&6 … … 1474 1490 #endif 1475 1491 EOF 1476 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:14 77: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1492 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1493: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1477 1493 ac_cv_prog_gcc=yes 1478 1494 else … … 1489 1505 CFLAGS= 1490 1506 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1491 echo "configure:1 492: checking whether ${CC-cc} accepts -g" >&51507 echo "configure:1508: checking whether ${CC-cc} accepts -g" >&5 1492 1508 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1493 1509 echo $ac_n "(cached) $ac_c" 1>&6 … … 1529 1545 1530 1546 echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6 1531 echo "configure:15 32: checking whether $CC_FOR_TARGET accepts -specs" >&51547 echo "configure:1548: checking whether $CC_FOR_TARGET accepts -specs" >&5 1532 1548 if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then 1533 1549 echo $ac_n "(cached) $ac_c" 1>&6 … … 1554 1570 1555 1571 echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6 1556 echo "configure:15 57: checking whether $CC_FOR_TARGET accepts --pipe" >&51572 echo "configure:1573: checking whether $CC_FOR_TARGET accepts --pipe" >&5 1557 1573 if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then 1558 1574 echo $ac_n "(cached) $ac_c" 1>&6 … … 1587 1603 set dummy $ac_prog; ac_word=$2 1588 1604 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1589 echo "configure:1 590: checking for $ac_word" >&51605 echo "configure:1606: checking for $ac_word" >&5 1590 1606 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1591 1607 echo $ac_n "(cached) $ac_c" 1>&6 … … 1618 1634 1619 1635 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1620 echo "configure:16 21: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51636 echo "configure:1637: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1621 1637 1622 1638 ac_ext=C … … 1629 1645 1630 1646 cat > conftest.$ac_ext <<EOF 1631 #line 16 32"configure"1647 #line 1648 "configure" 1632 1648 #include "confdefs.h" 1633 1649 main(){return(0);} 1634 1650 EOF 1635 if { (eval echo configure:16 36: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1651 if { (eval echo configure:1652: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1636 1652 rtems_cv_prog_cxx_works=yes 1637 1653 # If we can't run a trivial program, we are probably using a cross compiler. … … 1649 1665 if test "$rtems_cv_prog_cxx_works" = "no"; then 1650 1666 cat > conftest.$ac_ext <<EOF 1651 #line 16 52"configure"1667 #line 1668 "configure" 1652 1668 #include "confdefs.h" 1653 extern "C" void *malloc(); 1654 void *malloc() { return (0); } 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 1655 1686 main(){return(0);} 1656 1687 EOF 1657 if { (eval echo configure:16 58: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1688 if { (eval echo configure:1689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1658 1689 rtems_cv_prog_cxx_works=yes 1659 1690 # If we can't run a trivial program, we are probably using a cross compiler. … … 1682 1713 fi 1683 1714 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1684 echo "configure:1 685: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51715 echo "configure:1716: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1685 1716 echo "$ac_t""$rtems_cv_prog_cxx_cross" 1>&6 1686 1717 1687 1718 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1688 echo "configure:1 689: checking whether we are using GNU C++" >&51719 echo "configure:1720: checking whether we are using GNU C++" >&5 1689 1720 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1690 1721 echo $ac_n "(cached) $ac_c" 1>&6 … … 1695 1726 #endif 1696 1727 EOF 1697 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1 698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1728 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1729: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1698 1729 ac_cv_prog_gxx=yes 1699 1730 else … … 1710 1741 CXXFLAGS= 1711 1742 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1712 echo "configure:17 13: checking whether ${CXX-g++} accepts -g" >&51743 echo "configure:1744: checking whether ${CXX-g++} accepts -g" >&5 1713 1744 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1714 1745 echo $ac_n "(cached) $ac_c" 1>&6 … … 1744 1775 set dummy "$program_prefix"g++; ac_word=$2 1745 1776 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1746 echo "configure:17 47: checking for $ac_word" >&51777 echo "configure:1778: checking for $ac_word" >&5 1747 1778 if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then 1748 1779 echo $ac_n "(cached) $ac_c" 1>&6 … … 1789 1820 set dummy "$program_prefix"gcc; ac_word=$2 1790 1821 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1791 echo "configure:1 792: checking for $ac_word" >&51822 echo "configure:1823: checking for $ac_word" >&5 1792 1823 if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then 1793 1824 echo $ac_n "(cached) $ac_c" 1>&6 … … 1822 1853 set dummy "$program_prefix"ar; ac_word=$2 1823 1854 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1824 echo "configure:18 25: checking for $ac_word" >&51855 echo "configure:1856: checking for $ac_word" >&5 1825 1856 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1826 1857 echo $ac_n "(cached) $ac_c" 1>&6 … … 1854 1885 set dummy "$program_prefix"as; ac_word=$2 1855 1886 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1856 echo "configure:18 57: checking for $ac_word" >&51887 echo "configure:1888: checking for $ac_word" >&5 1857 1888 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 1858 1889 echo $ac_n "(cached) $ac_c" 1>&6 … … 1886 1917 set dummy "$program_prefix"nm; ac_word=$2 1887 1918 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1888 echo "configure:1 889: checking for $ac_word" >&51919 echo "configure:1920: checking for $ac_word" >&5 1889 1920 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 1890 1921 echo $ac_n "(cached) $ac_c" 1>&6 … … 1918 1949 set dummy "$program_prefix"ld; ac_word=$2 1919 1950 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1920 echo "configure:19 21: checking for $ac_word" >&51951 echo "configure:1952: checking for $ac_word" >&5 1921 1952 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 1922 1953 echo $ac_n "(cached) $ac_c" 1>&6 … … 1951 1982 set dummy "$program_prefix"ranlib; ac_word=$2 1952 1983 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1953 echo "configure:19 54: checking for $ac_word" >&51984 echo "configure:1985: checking for $ac_word" >&5 1954 1985 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 1955 1986 echo $ac_n "(cached) $ac_c" 1>&6 … … 1984 2015 set dummy "$program_prefix"objcopy; ac_word=$2 1985 2016 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1986 echo "configure: 1987: checking for $ac_word" >&52017 echo "configure:2018: checking for $ac_word" >&5 1987 2018 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 1988 2019 echo $ac_n "(cached) $ac_c" 1>&6 … … 2016 2047 set dummy "$program_prefix"size; ac_word=$2 2017 2048 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2018 echo "configure:20 19: checking for $ac_word" >&52049 echo "configure:2050: checking for $ac_word" >&5 2019 2050 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2020 2051 echo $ac_n "(cached) $ac_c" 1>&6 … … 2051 2082 set dummy gcc; ac_word=$2 2052 2083 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2053 echo "configure:20 54: checking for $ac_word" >&52084 echo "configure:2085: checking for $ac_word" >&5 2054 2085 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2055 2086 echo $ac_n "(cached) $ac_c" 1>&6 … … 2080 2111 set dummy cc; ac_word=$2 2081 2112 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2082 echo "configure:2 083: checking for $ac_word" >&52113 echo "configure:2114: checking for $ac_word" >&5 2083 2114 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2084 2115 echo $ac_n "(cached) $ac_c" 1>&6 … … 2128 2159 2129 2160 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2130 echo "configure:21 31: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52161 echo "configure:2162: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2131 2162 2132 2163 ac_ext=c … … 2138 2169 2139 2170 cat > conftest.$ac_ext <<EOF 2140 #line 21 41"configure"2171 #line 2172 "configure" 2141 2172 #include "confdefs.h" 2142 2173 main(){return(0);} 2143 2174 EOF 2144 if { (eval echo configure:21 45: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2175 if { (eval echo configure:2176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2145 2176 ac_cv_prog_cc_works=yes 2146 2177 # If we can't run a trivial program, we are probably using a cross compiler. … … 2162 2193 fi 2163 2194 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2164 echo "configure:21 65: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52195 echo "configure:2196: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2165 2196 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2166 2197 cross_compiling=$ac_cv_prog_cc_cross 2167 2198 2168 2199 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2169 echo "configure:2 170: checking whether we are using GNU C" >&52200 echo "configure:2201: checking whether we are using GNU C" >&5 2170 2201 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2171 2202 echo $ac_n "(cached) $ac_c" 1>&6 … … 2176 2207 #endif 2177 2208 EOF 2178 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2 179: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2209 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2210: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2179 2210 ac_cv_prog_gcc=yes 2180 2211 else … … 2191 2222 CFLAGS= 2192 2223 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2193 echo "configure:2 194: checking whether ${CC-cc} accepts -g" >&52224 echo "configure:2225: checking whether ${CC-cc} accepts -g" >&5 2194 2225 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2195 2226 echo $ac_n "(cached) $ac_c" 1>&6 … … 2222 2253 do 2223 2254 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2224 echo "configure:22 25: checking for $ac_func" >&52255 echo "configure:2256: checking for $ac_func" >&5 2225 2256 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2226 2257 echo $ac_n "(cached) $ac_c" 1>&6 2227 2258 else 2228 2259 cat > conftest.$ac_ext <<EOF 2229 #line 22 30"configure"2260 #line 2261 "configure" 2230 2261 #include "confdefs.h" 2231 2262 /* System header to define __stub macros and hopefully few prototypes, … … 2250 2281 ; return 0; } 2251 2282 EOF 2252 if { (eval echo configure:22 53: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2283 if { (eval echo configure:2284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2253 2284 rm -rf conftest* 2254 2285 eval "ac_cv_func_$ac_func=yes" … … 2278 2309 2279 2310 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 2280 echo "configure:2 281: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&52311 echo "configure:2312: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 2281 2312 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 2282 2313 rtems_av_save_dir=`pwd`; … … 2293 2324 2294 2325 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 2295 echo "configure:2 296: checking for Makefile.in in c/src/exec/rtems" >&52326 echo "configure:2327: checking for Makefile.in in c/src/exec/rtems" >&5 2296 2327 if test -d $srcdir/c/src/exec/rtems; then 2297 2328 rtems_av_save_dir=`pwd`; … … 2308 2339 2309 2340 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 2310 echo "configure:23 11: checking for Makefile.in in c/src/exec/sapi" >&52341 echo "configure:2342: checking for Makefile.in in c/src/exec/sapi" >&5 2311 2342 if test -d $srcdir/c/src/exec/sapi; then 2312 2343 rtems_av_save_dir=`pwd`; … … 2325 2356 2326 2357 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 2327 echo "configure:23 28: checking for Makefile.in in c/src/exec/posix" >&52358 echo "configure:2359: checking for Makefile.in in c/src/exec/posix" >&5 2328 2359 if test -d $srcdir/c/src/exec/posix; then 2329 2360 rtems_av_save_dir=`pwd`; … … 2347 2378 if test -z "$rtems_bsp"; then 2348 2379 echo $ac_n "checking for bsps""... $ac_c" 1>&6 2349 echo "configure:23 50: checking for bsps" >&52380 echo "configure:2381: checking for bsps" >&5 2350 2381 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 2351 2382 for file in $files; do … … 2394 2425 2395 2426 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6 2396 echo "configure:2 397: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&52427 echo "configure:2428: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5 2397 2428 if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then 2398 2429 rtems_av_save_dir=`pwd`; … … 2417 2448 2418 2449 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 2419 echo "configure:24 20: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&52450 echo "configure:2451: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 2420 2451 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 2421 2452 rtems_av_save_dir=`pwd`; … … 2434 2465 2435 2466 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 2436 echo "configure:24 37: checking for Makefile.in in c/src/lib/start/$target_cpu" >&52467 echo "configure:2468: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 2437 2468 if test -d $srcdir/c/src/lib/start/$target_cpu; then 2438 2469 rtems_av_save_dir=`pwd`; … … 2476 2507 # If the tests are enabled, then find all the test suite Makefiles 2477 2508 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 2478 echo "configure:2 479: checking Are the test suites enabled? " >&52509 echo "configure:2510: checking Are the test suites enabled? " >&5 2479 2510 tests_enabled=yes 2480 2511 # Check whether --enable-tests or --disable-tests was given. … … 2495 2526 2496 2527 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 2497 echo "configure:2 498: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&52528 echo "configure:2529: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 2498 2529 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 2499 2530 rtems_av_save_dir=`pwd`; … … 2512 2543 2513 2544 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 2514 echo "configure:25 15: checking for Makefile.in in c/src/tests/libtests" >&52545 echo "configure:2546: checking for Makefile.in in c/src/tests/libtests" >&5 2515 2546 if test -d $srcdir/c/src/tests/libtests; then 2516 2547 rtems_av_save_dir=`pwd`; … … 2527 2558 2528 2559 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 2529 echo "configure:25 30: checking for Makefile.in in c/src/tests/sptests" >&52560 echo "configure:2561: checking for Makefile.in in c/src/tests/sptests" >&5 2530 2561 if test -d $srcdir/c/src/tests/sptests; then 2531 2562 rtems_av_save_dir=`pwd`; … … 2542 2573 2543 2574 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 2544 echo "configure:25 45: checking for Makefile.in in c/src/tests/tmtests" >&52575 echo "configure:2576: checking for Makefile.in in c/src/tests/tmtests" >&5 2545 2576 if test -d $srcdir/c/src/tests/tmtests; then 2546 2577 rtems_av_save_dir=`pwd`; … … 2557 2588 2558 2589 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 2559 echo "configure:25 60: checking for Makefile.in in c/src/tests/mptests" >&52590 echo "configure:2591: checking for Makefile.in in c/src/tests/mptests" >&5 2560 2591 if test -d $srcdir/c/src/tests/mptests; then 2561 2592 rtems_av_save_dir=`pwd`; … … 2573 2604 2574 2605 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 2575 echo "configure:2 576: checking for Makefile.in in c/src/tests/psxtests" >&52606 echo "configure:2607: checking for Makefile.in in c/src/tests/psxtests" >&5 2576 2607 if test -d $srcdir/c/src/tests/psxtests; then 2577 2608 rtems_av_save_dir=`pwd`; … … 2591 2622 # If the HWAPI is enabled, the find the HWAPI Makefiles 2592 2623 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 2593 echo "configure:2 594: checking Is the HWAPI enabled? " >&52624 echo "configure:2625: checking Is the HWAPI enabled? " >&5 2594 2625 # Check whether --enable-hwapi or --disable-hwapi was given. 2595 2626 if test "${enable_hwapi+set}" = set; then … … 2602 2633 2603 2634 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 2604 echo "configure:26 05: checking for Makefile.in in c/src/lib/libhwapi/analog" >&52635 echo "configure:2636: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 2605 2636 if test -d $srcdir/c/src/lib/libhwapi/analog; then 2606 2637 rtems_av_save_dir=`pwd`; … … 2617 2648 2618 2649 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 2619 echo "configure:26 20: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&52650 echo "configure:2651: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 2620 2651 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 2621 2652 rtems_av_save_dir=`pwd`; … … 2632 2663 2633 2664 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 2634 echo "configure:26 35: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&52665 echo "configure:2666: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 2635 2666 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 2636 2667 rtems_av_save_dir=`pwd`; … … 2647 2678 2648 2679 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 2649 echo "configure:26 50: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&52680 echo "configure:2681: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 2650 2681 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 2651 2682 rtems_av_save_dir=`pwd`; … … 2662 2693 2663 2694 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 2664 echo "configure:26 65: checking for Makefile.in in c/src/lib/libhwapi/serial" >&52695 echo "configure:2696: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 2665 2696 if test -d $srcdir/c/src/lib/libhwapi/serial; then 2666 2697 rtems_av_save_dir=`pwd`; … … 2677 2708 2678 2709 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 2679 echo "configure:2 680: checking for Makefile.in in c/src/lib/libhwapi/support" >&52710 echo "configure:2711: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 2680 2711 if test -d $srcdir/c/src/lib/libhwapi/support; then 2681 2712 rtems_av_save_dir=`pwd`; … … 2692 2723 2693 2724 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 2694 echo "configure:2 695: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&52725 echo "configure:2726: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 2695 2726 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 2696 2727 rtems_av_save_dir=`pwd`; … … 2734 2765 2735 2766 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 2736 echo "configure:27 37: checking for Makefile.in in c/build-tools" >&52767 echo "configure:2768: checking for Makefile.in in c/build-tools" >&5 2737 2768 if test -d $srcdir/c/build-tools; then 2738 2769 rtems_av_save_dir=`pwd`; … … 2749 2780 2750 2781 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 2751 echo "configure:27 52: checking for Makefile.in in make" >&52782 echo "configure:2783: checking for Makefile.in in make" >&5 2752 2783 if test -d $srcdir/make; then 2753 2784 rtems_av_save_dir=`pwd`; … … 2764 2795 2765 2796 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 2766 echo "configure:27 67: checking for Makefile.in in c/src/lib/libmisc" >&52797 echo "configure:2798: checking for Makefile.in in c/src/lib/libmisc" >&5 2767 2798 if test -d $srcdir/c/src/lib/libmisc; then 2768 2799 rtems_av_save_dir=`pwd`; … … 2779 2810 2780 2811 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 2781 echo "configure:2 782: checking for Makefile.in in c/src/tests/samples" >&52812 echo "configure:2813: checking for Makefile.in in c/src/tests/samples" >&5 2782 2813 if test -d $srcdir/c/src/tests/samples; then 2783 2814 rtems_av_save_dir=`pwd`;
Note: See TracChangeset
for help on using the changeset viewer.