Changeset e4829a05 in rtems
- Timestamp:
- 03/23/98 22:54:55 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 42dc81e
- Parents:
- d53130be
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/tools/generic/size_rtems.in
rd53130be re4829a05 59 59 case $cpu in 60 60 hppa1.1) rtems_cpu=hppa1_1 ;; 61 powerpc) rtems_cpu=ppc ;;62 61 *) rtems_cpu=$cpu ;; 63 62 esac -
configure
rd53130be re4829a05 1298 1298 RTEMS_HAS_POSIX_API=no 1299 1299 ;; 1300 powerpc-*rtems*)1301 target_cpu=ppc1302 ;;1303 1300 sparc-sun-solaris*) # unix "simulator" port 1304 1301 target_cpu=unix … … 1308 1305 *) 1309 1306 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 1310 echo "configure:13 11: checking rtems target cpu" >&51307 echo "configure:1308: checking rtems target cpu" >&5 1311 1308 target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'` 1312 1309 echo "$ac_t""$target_cpu" 1>&6 … … 1327 1324 # Is this a supported CPU? 1328 1325 echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6 1329 echo "configure:13 30: checking if cpu $target_cpu is supported" >&51326 echo "configure:1327: checking if cpu $target_cpu is supported" >&5 1330 1327 if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then 1331 1328 echo "$ac_t""yes" 1>&6 … … 1349 1346 set dummy gcc; ac_word=$2 1350 1347 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1351 echo "configure:13 52: checking for $ac_word" >&51348 echo "configure:1349: checking for $ac_word" >&5 1352 1349 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1353 1350 echo $ac_n "(cached) $ac_c" 1>&6 … … 1378 1375 set dummy cc; ac_word=$2 1379 1376 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1380 echo "configure:13 81: checking for $ac_word" >&51377 echo "configure:1378: checking for $ac_word" >&5 1381 1378 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1382 1379 echo $ac_n "(cached) $ac_c" 1>&6 … … 1426 1423 1427 1424 echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1428 echo "configure:142 9: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&51425 echo "configure:1426: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1429 1426 1430 1427 ac_ext=c … … 1436 1433 1437 1434 cat > conftest.$ac_ext <<EOF 1438 #line 143 9"configure"1435 #line 1436 "configure" 1439 1436 #include "confdefs.h" 1440 1437 main(){return(0);} 1441 1438 EOF 1442 if { (eval echo configure:144 3: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1439 if { (eval echo configure:1440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1443 1440 rtems_cv_prog_cc_works=yes 1444 1441 # If we can't run a trivial program, we are probably using a cross compiler. … … 1460 1457 fi 1461 1458 echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1462 echo "configure:146 3: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51459 echo "configure:1460: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1463 1460 echo "$ac_t""$rtems_cv_prog_cc_cross" 1>&6 1464 1461 1465 1462 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1466 echo "configure:146 7: checking whether we are using GNU C" >&51463 echo "configure:1464: checking whether we are using GNU C" >&5 1467 1464 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1468 1465 echo $ac_n "(cached) $ac_c" 1>&6 … … 1473 1470 #endif 1474 1471 EOF 1475 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:147 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1472 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1473: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1476 1473 ac_cv_prog_gcc=yes 1477 1474 else … … 1488 1485 CFLAGS= 1489 1486 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1490 echo "configure:14 91: checking whether ${CC-cc} accepts -g" >&51487 echo "configure:1488: checking whether ${CC-cc} accepts -g" >&5 1491 1488 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1492 1489 echo $ac_n "(cached) $ac_c" 1>&6 … … 1528 1525 1529 1526 echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6 1530 echo "configure:15 31: checking whether $CC_FOR_TARGET accepts -specs" >&51527 echo "configure:1528: checking whether $CC_FOR_TARGET accepts -specs" >&5 1531 1528 if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then 1532 1529 echo $ac_n "(cached) $ac_c" 1>&6 … … 1553 1550 1554 1551 echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6 1555 echo "configure:155 6: checking whether $CC_FOR_TARGET accepts --pipe" >&51552 echo "configure:1553: checking whether $CC_FOR_TARGET accepts --pipe" >&5 1556 1553 if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then 1557 1554 echo $ac_n "(cached) $ac_c" 1>&6 … … 1586 1583 set dummy $ac_prog; ac_word=$2 1587 1584 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1588 echo "configure:158 9: checking for $ac_word" >&51585 echo "configure:1586: checking for $ac_word" >&5 1589 1586 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1590 1587 echo $ac_n "(cached) $ac_c" 1>&6 … … 1617 1614 1618 1615 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1619 echo "configure:16 20: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51616 echo "configure:1617: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1620 1617 1621 1618 ac_ext=C … … 1628 1625 1629 1626 cat > conftest.$ac_ext <<EOF 1630 #line 16 31"configure"1627 #line 1628 "configure" 1631 1628 #include "confdefs.h" 1632 1629 main(){return(0);} 1633 1630 EOF 1634 if { (eval echo configure:163 5: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1631 if { (eval echo configure:1632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1635 1632 rtems_cv_prog_cxx_works=yes 1636 1633 # If we can't run a trivial program, we are probably using a cross compiler. … … 1648 1645 if test "$rtems_cv_prog_cxx_works" = "no"; then 1649 1646 cat > conftest.$ac_ext <<EOF 1650 #line 16 51"configure"1647 #line 1648 "configure" 1651 1648 #include "confdefs.h" 1652 1649 main(){return(0);} 1653 1650 EOF 1654 if { (eval echo configure:165 5: \"$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 1655 1652 rtems_cv_prog_cxx_works=yes 1656 1653 # If we can't run a trivial program, we are probably using a cross compiler. … … 1679 1676 fi 1680 1677 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1681 echo "configure:16 82: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51678 echo "configure:1679: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1682 1679 echo "$ac_t""$rtems_cv_prog_cxx_cross" 1>&6 1683 1680 1684 1681 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1685 echo "configure:168 6: checking whether we are using GNU C++" >&51682 echo "configure:1683: checking whether we are using GNU C++" >&5 1686 1683 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1687 1684 echo $ac_n "(cached) $ac_c" 1>&6 … … 1692 1689 #endif 1693 1690 EOF 1694 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:169 5: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1691 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1692: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1695 1692 ac_cv_prog_gxx=yes 1696 1693 else … … 1707 1704 CXXFLAGS= 1708 1705 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1709 echo "configure:17 10: checking whether ${CXX-g++} accepts -g" >&51706 echo "configure:1707: checking whether ${CXX-g++} accepts -g" >&5 1710 1707 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1711 1708 echo $ac_n "(cached) $ac_c" 1>&6 … … 1741 1738 set dummy "$program_prefix"g++; ac_word=$2 1742 1739 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1743 echo "configure:174 4: checking for $ac_word" >&51740 echo "configure:1741: checking for $ac_word" >&5 1744 1741 if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then 1745 1742 echo $ac_n "(cached) $ac_c" 1>&6 … … 1786 1783 set dummy "$program_prefix"gcc; ac_word=$2 1787 1784 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1788 echo "configure:178 9: checking for $ac_word" >&51785 echo "configure:1786: checking for $ac_word" >&5 1789 1786 if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then 1790 1787 echo $ac_n "(cached) $ac_c" 1>&6 … … 1819 1816 set dummy "$program_prefix"ar; ac_word=$2 1820 1817 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1821 echo "configure:18 22: checking for $ac_word" >&51818 echo "configure:1819: checking for $ac_word" >&5 1822 1819 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1823 1820 echo $ac_n "(cached) $ac_c" 1>&6 … … 1851 1848 set dummy "$program_prefix"as; ac_word=$2 1852 1849 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1853 echo "configure:185 4: checking for $ac_word" >&51850 echo "configure:1851: checking for $ac_word" >&5 1854 1851 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 1855 1852 echo $ac_n "(cached) $ac_c" 1>&6 … … 1883 1880 set dummy "$program_prefix"nm; ac_word=$2 1884 1881 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1885 echo "configure:188 6: checking for $ac_word" >&51882 echo "configure:1883: checking for $ac_word" >&5 1886 1883 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 1887 1884 echo $ac_n "(cached) $ac_c" 1>&6 … … 1915 1912 set dummy "$program_prefix"ld; ac_word=$2 1916 1913 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1917 echo "configure:191 8: checking for $ac_word" >&51914 echo "configure:1915: checking for $ac_word" >&5 1918 1915 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 1919 1916 echo $ac_n "(cached) $ac_c" 1>&6 … … 1948 1945 set dummy "$program_prefix"ranlib; ac_word=$2 1949 1946 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1950 echo "configure:19 51: checking for $ac_word" >&51947 echo "configure:1948: checking for $ac_word" >&5 1951 1948 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 1952 1949 echo $ac_n "(cached) $ac_c" 1>&6 … … 1981 1978 set dummy "$program_prefix"objcopy; ac_word=$2 1982 1979 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1983 echo "configure:198 4: checking for $ac_word" >&51980 echo "configure:1981: checking for $ac_word" >&5 1984 1981 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 1985 1982 echo $ac_n "(cached) $ac_c" 1>&6 … … 2013 2010 set dummy "$program_prefix"size; ac_word=$2 2014 2011 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2015 echo "configure:201 6: checking for $ac_word" >&52012 echo "configure:2013: checking for $ac_word" >&5 2016 2013 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2017 2014 echo $ac_n "(cached) $ac_c" 1>&6 … … 2048 2045 set dummy gcc; ac_word=$2 2049 2046 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2050 echo "configure:20 51: checking for $ac_word" >&52047 echo "configure:2048: checking for $ac_word" >&5 2051 2048 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2052 2049 echo $ac_n "(cached) $ac_c" 1>&6 … … 2077 2074 set dummy cc; ac_word=$2 2078 2075 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2079 echo "configure:20 80: checking for $ac_word" >&52076 echo "configure:2077: checking for $ac_word" >&5 2080 2077 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2081 2078 echo $ac_n "(cached) $ac_c" 1>&6 … … 2125 2122 2126 2123 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2127 echo "configure:212 8: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52124 echo "configure:2125: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2128 2125 2129 2126 ac_ext=c … … 2135 2132 2136 2133 cat > conftest.$ac_ext <<EOF 2137 #line 213 8"configure"2134 #line 2135 "configure" 2138 2135 #include "confdefs.h" 2139 2136 main(){return(0);} 2140 2137 EOF 2141 if { (eval echo configure:21 42: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2138 if { (eval echo configure:2139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2142 2139 ac_cv_prog_cc_works=yes 2143 2140 # If we can't run a trivial program, we are probably using a cross compiler. … … 2159 2156 fi 2160 2157 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2161 echo "configure:21 62: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52158 echo "configure:2159: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2162 2159 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2163 2160 cross_compiling=$ac_cv_prog_cc_cross 2164 2161 2165 2162 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2166 echo "configure:216 7: checking whether we are using GNU C" >&52163 echo "configure:2164: checking whether we are using GNU C" >&5 2167 2164 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2168 2165 echo $ac_n "(cached) $ac_c" 1>&6 … … 2173 2170 #endif 2174 2171 EOF 2175 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:217 6: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2172 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2173: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2176 2173 ac_cv_prog_gcc=yes 2177 2174 else … … 2188 2185 CFLAGS= 2189 2186 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2190 echo "configure:21 91: checking whether ${CC-cc} accepts -g" >&52187 echo "configure:2188: checking whether ${CC-cc} accepts -g" >&5 2191 2188 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2192 2189 echo $ac_n "(cached) $ac_c" 1>&6 … … 2219 2216 do 2220 2217 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2221 echo "configure:22 22: checking for $ac_func" >&52218 echo "configure:2219: checking for $ac_func" >&5 2222 2219 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2223 2220 echo $ac_n "(cached) $ac_c" 1>&6 2224 2221 else 2225 2222 cat > conftest.$ac_ext <<EOF 2226 #line 222 7"configure"2223 #line 2224 "configure" 2227 2224 #include "confdefs.h" 2228 2225 /* System header to define __stub macros and hopefully few prototypes, … … 2247 2244 ; return 0; } 2248 2245 EOF 2249 if { (eval echo configure:22 50: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2246 if { (eval echo configure:2247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2250 2247 rm -rf conftest* 2251 2248 eval "ac_cv_func_$ac_func=yes" … … 2275 2272 2276 2273 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 2277 echo "configure:227 8: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&52274 echo "configure:2275: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 2278 2275 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 2279 2276 rtems_av_save_dir=`pwd`; … … 2290 2287 2291 2288 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 2292 echo "configure:229 3: checking for Makefile.in in c/src/exec/rtems" >&52289 echo "configure:2290: checking for Makefile.in in c/src/exec/rtems" >&5 2293 2290 if test -d $srcdir/c/src/exec/rtems; then 2294 2291 rtems_av_save_dir=`pwd`; … … 2305 2302 2306 2303 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 2307 echo "configure:230 8: checking for Makefile.in in c/src/exec/sapi" >&52304 echo "configure:2305: checking for Makefile.in in c/src/exec/sapi" >&5 2308 2305 if test -d $srcdir/c/src/exec/sapi; then 2309 2306 rtems_av_save_dir=`pwd`; … … 2322 2319 2323 2320 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 2324 echo "configure:232 5: checking for Makefile.in in c/src/exec/posix" >&52321 echo "configure:2322: checking for Makefile.in in c/src/exec/posix" >&5 2325 2322 if test -d $srcdir/c/src/exec/posix; then 2326 2323 rtems_av_save_dir=`pwd`; … … 2344 2341 if test -z "$rtems_bsp"; then 2345 2342 echo $ac_n "checking for bsps""... $ac_c" 1>&6 2346 echo "configure:234 7: checking for bsps" >&52343 echo "configure:2344: checking for bsps" >&5 2347 2344 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 2348 2345 for file in $files; do … … 2391 2388 2392 2389 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6 2393 echo "configure:239 4: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&52390 echo "configure:2391: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5 2394 2391 if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then 2395 2392 rtems_av_save_dir=`pwd`; … … 2414 2411 2415 2412 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 2416 echo "configure:241 7: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&52413 echo "configure:2414: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 2417 2414 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 2418 2415 rtems_av_save_dir=`pwd`; … … 2431 2428 2432 2429 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 2433 echo "configure:243 4: checking for Makefile.in in c/src/lib/start/$target_cpu" >&52430 echo "configure:2431: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 2434 2431 if test -d $srcdir/c/src/lib/start/$target_cpu; then 2435 2432 rtems_av_save_dir=`pwd`; … … 2473 2470 # If the tests are enabled, then find all the test suite Makefiles 2474 2471 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 2475 echo "configure:247 6: checking Are the test suites enabled? " >&52472 echo "configure:2473: checking Are the test suites enabled? " >&5 2476 2473 tests_enabled=yes 2477 2474 # Check whether --enable-tests or --disable-tests was given. … … 2492 2489 2493 2490 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 2494 echo "configure:249 5: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&52491 echo "configure:2492: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 2495 2492 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 2496 2493 rtems_av_save_dir=`pwd`; … … 2509 2506 2510 2507 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 2511 echo "configure:25 12: checking for Makefile.in in c/src/tests/libtests" >&52508 echo "configure:2509: checking for Makefile.in in c/src/tests/libtests" >&5 2512 2509 if test -d $srcdir/c/src/tests/libtests; then 2513 2510 rtems_av_save_dir=`pwd`; … … 2524 2521 2525 2522 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 2526 echo "configure:252 7: checking for Makefile.in in c/src/tests/sptests" >&52523 echo "configure:2524: checking for Makefile.in in c/src/tests/sptests" >&5 2527 2524 if test -d $srcdir/c/src/tests/sptests; then 2528 2525 rtems_av_save_dir=`pwd`; … … 2539 2536 2540 2537 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 2541 echo "configure:25 42: checking for Makefile.in in c/src/tests/tmtests" >&52538 echo "configure:2539: checking for Makefile.in in c/src/tests/tmtests" >&5 2542 2539 if test -d $srcdir/c/src/tests/tmtests; then 2543 2540 rtems_av_save_dir=`pwd`; … … 2554 2551 2555 2552 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 2556 echo "configure:255 7: checking for Makefile.in in c/src/tests/mptests" >&52553 echo "configure:2554: checking for Makefile.in in c/src/tests/mptests" >&5 2557 2554 if test -d $srcdir/c/src/tests/mptests; then 2558 2555 rtems_av_save_dir=`pwd`; … … 2570 2567 2571 2568 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 2572 echo "configure:257 3: checking for Makefile.in in c/src/tests/psxtests" >&52569 echo "configure:2570: checking for Makefile.in in c/src/tests/psxtests" >&5 2573 2570 if test -d $srcdir/c/src/tests/psxtests; then 2574 2571 rtems_av_save_dir=`pwd`; … … 2588 2585 # If the HWAPI is enabled, the find the HWAPI Makefiles 2589 2586 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 2590 echo "configure:25 91: checking Is the HWAPI enabled? " >&52587 echo "configure:2588: checking Is the HWAPI enabled? " >&5 2591 2588 # Check whether --enable-hwapi or --disable-hwapi was given. 2592 2589 if test "${enable_hwapi+set}" = set; then … … 2599 2596 2600 2597 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 2601 echo "configure:2 602: checking for Makefile.in in c/src/lib/libhwapi/analog" >&52598 echo "configure:2599: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 2602 2599 if test -d $srcdir/c/src/lib/libhwapi/analog; then 2603 2600 rtems_av_save_dir=`pwd`; … … 2614 2611 2615 2612 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 2616 echo "configure:261 7: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&52613 echo "configure:2614: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 2617 2614 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 2618 2615 rtems_av_save_dir=`pwd`; … … 2629 2626 2630 2627 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 2631 echo "configure:26 32: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&52628 echo "configure:2629: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 2632 2629 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 2633 2630 rtems_av_save_dir=`pwd`; … … 2644 2641 2645 2642 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 2646 echo "configure:264 7: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&52643 echo "configure:2644: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 2647 2644 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 2648 2645 rtems_av_save_dir=`pwd`; … … 2659 2656 2660 2657 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 2661 echo "configure:26 62: checking for Makefile.in in c/src/lib/libhwapi/serial" >&52658 echo "configure:2659: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 2662 2659 if test -d $srcdir/c/src/lib/libhwapi/serial; then 2663 2660 rtems_av_save_dir=`pwd`; … … 2674 2671 2675 2672 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 2676 echo "configure:267 7: checking for Makefile.in in c/src/lib/libhwapi/support" >&52673 echo "configure:2674: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 2677 2674 if test -d $srcdir/c/src/lib/libhwapi/support; then 2678 2675 rtems_av_save_dir=`pwd`; … … 2689 2686 2690 2687 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 2691 echo "configure:26 92: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&52688 echo "configure:2689: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 2692 2689 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 2693 2690 rtems_av_save_dir=`pwd`; … … 2731 2728 2732 2729 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 2733 echo "configure:273 4: checking for Makefile.in in c/build-tools" >&52730 echo "configure:2731: checking for Makefile.in in c/build-tools" >&5 2734 2731 if test -d $srcdir/c/build-tools; then 2735 2732 rtems_av_save_dir=`pwd`; … … 2746 2743 2747 2744 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 2748 echo "configure:274 9: checking for Makefile.in in make" >&52745 echo "configure:2746: checking for Makefile.in in make" >&5 2749 2746 if test -d $srcdir/make; then 2750 2747 rtems_av_save_dir=`pwd`; … … 2761 2758 2762 2759 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 2763 echo "configure:276 4: checking for Makefile.in in c/src/lib/libmisc" >&52760 echo "configure:2761: checking for Makefile.in in c/src/lib/libmisc" >&5 2764 2761 if test -d $srcdir/c/src/lib/libmisc; then 2765 2762 rtems_av_save_dir=`pwd`; … … 2776 2773 2777 2774 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 2778 echo "configure:277 9: checking for Makefile.in in c/src/tests/samples" >&52775 echo "configure:2776: checking for Makefile.in in c/src/tests/samples" >&5 2779 2776 if test -d $srcdir/c/src/tests/samples; then 2780 2777 rtems_av_save_dir=`pwd`; -
configure.in
rd53130be re4829a05 141 141 target_cpu=no_cpu 142 142 RTEMS_HAS_POSIX_API=no 143 ;;144 powerpc-*rtems*)145 target_cpu=ppc146 143 ;; 147 144 sparc-sun-solaris*) # unix "simulator" port -
make/custom/papyrus.cfg
rd53130be re4829a05 7 7 include $(RTEMS_ROOT)/make/custom/default.cfg 8 8 9 RTEMS_CPU=p pc9 RTEMS_CPU=powerpc 10 10 RTEMS_CPU_MODEL=ppc403 11 11 -
tools/cpu/generic/size_rtems.in
rd53130be re4829a05 59 59 case $cpu in 60 60 hppa1.1) rtems_cpu=hppa1_1 ;; 61 powerpc) rtems_cpu=ppc ;;62 61 *) rtems_cpu=$cpu ;; 63 62 esac
Note: See TracChangeset
for help on using the changeset viewer.