Changeset 42dc81e in rtems
- Timestamp:
- 03/23/98 23:08:10 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 237f8b0d
- Parents:
- e4829a05
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/tools/generic/size_rtems.in
re4829a05 r42dc81e 57 57 *-rtems*) 58 58 cpu=`echo $target | sed -e 's/-.*//'` 59 case $cpu in 60 hppa1.1) rtems_cpu=hppa1_1 ;; 61 *) rtems_cpu=$cpu ;; 62 esac 59 rtems_cpu=$cpu 63 60 ;; 64 61 *) -
configure
re4829a05 r42dc81e 1280 1280 case "${target}" in 1281 1281 # hpux unix port should go here 1282 hppa1.1-*-rtems*)1283 target_cpu=hppa1_11284 ;;1285 1282 i[3456]86-go32-rtems*) 1286 1283 target_cpu=i386 … … 1305 1302 *) 1306 1303 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 1307 echo "configure:130 8: checking rtems target cpu" >&51304 echo "configure:1305: checking rtems target cpu" >&5 1308 1305 target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'` 1309 1306 echo "$ac_t""$target_cpu" 1>&6 … … 1324 1321 # Is this a supported CPU? 1325 1322 echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6 1326 echo "configure:132 7: checking if cpu $target_cpu is supported" >&51323 echo "configure:1324: checking if cpu $target_cpu is supported" >&5 1327 1324 if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then 1328 1325 echo "$ac_t""yes" 1>&6 … … 1346 1343 set dummy gcc; ac_word=$2 1347 1344 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1348 echo "configure:134 9: checking for $ac_word" >&51345 echo "configure:1346: checking for $ac_word" >&5 1349 1346 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1350 1347 echo $ac_n "(cached) $ac_c" 1>&6 … … 1375 1372 set dummy cc; ac_word=$2 1376 1373 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1377 echo "configure:137 8: checking for $ac_word" >&51374 echo "configure:1375: checking for $ac_word" >&5 1378 1375 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 1379 1376 echo $ac_n "(cached) $ac_c" 1>&6 … … 1423 1420 1424 1421 echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1425 echo "configure:142 6: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&51422 echo "configure:1423: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 1426 1423 1427 1424 ac_ext=c … … 1433 1430 1434 1431 cat > conftest.$ac_ext <<EOF 1435 #line 143 6"configure"1432 #line 1433 "configure" 1436 1433 #include "confdefs.h" 1437 1434 main(){return(0);} 1438 1435 EOF 1439 if { (eval echo configure:14 40: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1436 if { (eval echo configure:1437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1440 1437 rtems_cv_prog_cc_works=yes 1441 1438 # If we can't run a trivial program, we are probably using a cross compiler. … … 1457 1454 fi 1458 1455 echo $ac_n "checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1459 echo "configure:14 60: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&51456 echo "configure:1457: checking whether the target C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 1460 1457 echo "$ac_t""$rtems_cv_prog_cc_cross" 1>&6 1461 1458 1462 1459 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 1463 echo "configure:146 4: checking whether we are using GNU C" >&51460 echo "configure:1461: checking whether we are using GNU C" >&5 1464 1461 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 1465 1462 echo $ac_n "(cached) $ac_c" 1>&6 … … 1470 1467 #endif 1471 1468 EOF 1472 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:147 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1469 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1470: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1473 1470 ac_cv_prog_gcc=yes 1474 1471 else … … 1485 1482 CFLAGS= 1486 1483 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 1487 echo "configure:148 8: checking whether ${CC-cc} accepts -g" >&51484 echo "configure:1485: checking whether ${CC-cc} accepts -g" >&5 1488 1485 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 1489 1486 echo $ac_n "(cached) $ac_c" 1>&6 … … 1525 1522 1526 1523 echo $ac_n "checking whether $CC_FOR_TARGET accepts -specs""... $ac_c" 1>&6 1527 echo "configure:152 8: checking whether $CC_FOR_TARGET accepts -specs" >&51524 echo "configure:1525: checking whether $CC_FOR_TARGET accepts -specs" >&5 1528 1525 if eval "test \"`echo '$''{'rtems_cv_gcc_specs'+set}'`\" = set"; then 1529 1526 echo $ac_n "(cached) $ac_c" 1>&6 … … 1550 1547 1551 1548 echo $ac_n "checking whether $CC_FOR_TARGET accepts --pipe""... $ac_c" 1>&6 1552 echo "configure:155 3: checking whether $CC_FOR_TARGET accepts --pipe" >&51549 echo "configure:1550: checking whether $CC_FOR_TARGET accepts --pipe" >&5 1553 1550 if eval "test \"`echo '$''{'rtems_cv_gcc_pipe'+set}'`\" = set"; then 1554 1551 echo $ac_n "(cached) $ac_c" 1>&6 … … 1583 1580 set dummy $ac_prog; ac_word=$2 1584 1581 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1585 echo "configure:158 6: checking for $ac_word" >&51582 echo "configure:1583: checking for $ac_word" >&5 1586 1583 if eval "test \"`echo '$''{'ac_cv_prog_CXX'+set}'`\" = set"; then 1587 1584 echo $ac_n "(cached) $ac_c" 1>&6 … … 1614 1611 1615 1612 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works""... $ac_c" 1>&6 1616 echo "configure:161 7: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&51613 echo "configure:1614: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) works" >&5 1617 1614 1618 1615 ac_ext=C … … 1625 1622 1626 1623 cat > conftest.$ac_ext <<EOF 1627 #line 162 8"configure"1624 #line 1625 "configure" 1628 1625 #include "confdefs.h" 1629 1626 main(){return(0);} 1630 1627 EOF 1631 if { (eval echo configure:16 32: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1628 if { (eval echo configure:1629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1632 1629 rtems_cv_prog_cxx_works=yes 1633 1630 # If we can't run a trivial program, we are probably using a cross compiler. … … 1645 1642 if test "$rtems_cv_prog_cxx_works" = "no"; then 1646 1643 cat > conftest.$ac_ext <<EOF 1647 #line 164 8"configure"1644 #line 1645 "configure" 1648 1645 #include "confdefs.h" 1649 1646 main(){return(0);} 1650 1647 EOF 1651 if { (eval echo configure:16 52: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then1648 if { (eval echo configure:1649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 1652 1649 rtems_cv_prog_cxx_works=yes 1653 1650 # If we can't run a trivial program, we are probably using a cross compiler. … … 1676 1673 fi 1677 1674 echo $ac_n "checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 1678 echo "configure:167 9: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&51675 echo "configure:1676: checking whether the target C++ compiler ($CXX $CXXFLAGS $LDFLAGS) is a cross-compiler" >&5 1679 1676 echo "$ac_t""$rtems_cv_prog_cxx_cross" 1>&6 1680 1677 1681 1678 echo $ac_n "checking whether we are using GNU C++""... $ac_c" 1>&6 1682 echo "configure:168 3: checking whether we are using GNU C++" >&51679 echo "configure:1680: checking whether we are using GNU C++" >&5 1683 1680 if eval "test \"`echo '$''{'ac_cv_prog_gxx'+set}'`\" = set"; then 1684 1681 echo $ac_n "(cached) $ac_c" 1>&6 … … 1689 1686 #endif 1690 1687 EOF 1691 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:16 92: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then1688 if { ac_try='${CXX-g++} -E conftest.C'; { (eval echo configure:1689: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 1692 1689 ac_cv_prog_gxx=yes 1693 1690 else … … 1704 1701 CXXFLAGS= 1705 1702 echo $ac_n "checking whether ${CXX-g++} accepts -g""... $ac_c" 1>&6 1706 echo "configure:170 7: checking whether ${CXX-g++} accepts -g" >&51703 echo "configure:1704: checking whether ${CXX-g++} accepts -g" >&5 1707 1704 if eval "test \"`echo '$''{'ac_cv_prog_cxx_g'+set}'`\" = set"; then 1708 1705 echo $ac_n "(cached) $ac_c" 1>&6 … … 1738 1735 set dummy "$program_prefix"g++; ac_word=$2 1739 1736 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1740 echo "configure:17 41: checking for $ac_word" >&51737 echo "configure:1738: checking for $ac_word" >&5 1741 1738 if eval "test \"`echo '$''{'ac_cv_path_CXX_FOR_TARGET'+set}'`\" = set"; then 1742 1739 echo $ac_n "(cached) $ac_c" 1>&6 … … 1783 1780 set dummy "$program_prefix"gcc; ac_word=$2 1784 1781 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1785 echo "configure:178 6: checking for $ac_word" >&51782 echo "configure:1783: checking for $ac_word" >&5 1786 1783 if eval "test \"`echo '$''{'ac_cv_path_CC_FOR_TARGET'+set}'`\" = set"; then 1787 1784 echo $ac_n "(cached) $ac_c" 1>&6 … … 1816 1813 set dummy "$program_prefix"ar; ac_word=$2 1817 1814 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1818 echo "configure:181 9: checking for $ac_word" >&51815 echo "configure:1816: checking for $ac_word" >&5 1819 1816 if eval "test \"`echo '$''{'ac_cv_path_AR_FOR_TARGET'+set}'`\" = set"; then 1820 1817 echo $ac_n "(cached) $ac_c" 1>&6 … … 1848 1845 set dummy "$program_prefix"as; ac_word=$2 1849 1846 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1850 echo "configure:18 51: checking for $ac_word" >&51847 echo "configure:1848: checking for $ac_word" >&5 1851 1848 if eval "test \"`echo '$''{'ac_cv_path_AS_FOR_TARGET'+set}'`\" = set"; then 1852 1849 echo $ac_n "(cached) $ac_c" 1>&6 … … 1880 1877 set dummy "$program_prefix"nm; ac_word=$2 1881 1878 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1882 echo "configure:188 3: checking for $ac_word" >&51879 echo "configure:1880: checking for $ac_word" >&5 1883 1880 if eval "test \"`echo '$''{'ac_cv_path_NM_FOR_TARGET'+set}'`\" = set"; then 1884 1881 echo $ac_n "(cached) $ac_c" 1>&6 … … 1912 1909 set dummy "$program_prefix"ld; ac_word=$2 1913 1910 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1914 echo "configure:191 5: checking for $ac_word" >&51911 echo "configure:1912: checking for $ac_word" >&5 1915 1912 if eval "test \"`echo '$''{'ac_cv_path_LD_FOR_TARGET'+set}'`\" = set"; then 1916 1913 echo $ac_n "(cached) $ac_c" 1>&6 … … 1945 1942 set dummy "$program_prefix"ranlib; ac_word=$2 1946 1943 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1947 echo "configure:194 8: checking for $ac_word" >&51944 echo "configure:1945: checking for $ac_word" >&5 1948 1945 if eval "test \"`echo '$''{'ac_cv_path_RANLIB_FOR_TARGET'+set}'`\" = set"; then 1949 1946 echo $ac_n "(cached) $ac_c" 1>&6 … … 1978 1975 set dummy "$program_prefix"objcopy; ac_word=$2 1979 1976 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1980 echo "configure:19 81: checking for $ac_word" >&51977 echo "configure:1978: checking for $ac_word" >&5 1981 1978 if eval "test \"`echo '$''{'ac_cv_path_OBJCOPY_FOR_TARGET'+set}'`\" = set"; then 1982 1979 echo $ac_n "(cached) $ac_c" 1>&6 … … 2010 2007 set dummy "$program_prefix"size; ac_word=$2 2011 2008 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2012 echo "configure:201 3: checking for $ac_word" >&52009 echo "configure:2010: checking for $ac_word" >&5 2013 2010 if eval "test \"`echo '$''{'ac_cv_path_SIZE_FOR_TARGET'+set}'`\" = set"; then 2014 2011 echo $ac_n "(cached) $ac_c" 1>&6 … … 2045 2042 set dummy gcc; ac_word=$2 2046 2043 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2047 echo "configure:204 8: checking for $ac_word" >&52044 echo "configure:2045: checking for $ac_word" >&5 2048 2045 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2049 2046 echo $ac_n "(cached) $ac_c" 1>&6 … … 2074 2071 set dummy cc; ac_word=$2 2075 2072 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 2076 echo "configure:207 7: checking for $ac_word" >&52073 echo "configure:2074: checking for $ac_word" >&5 2077 2074 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then 2078 2075 echo $ac_n "(cached) $ac_c" 1>&6 … … 2122 2119 2123 2120 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 2124 echo "configure:212 5: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&52121 echo "configure:2122: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 2125 2122 2126 2123 ac_ext=c … … 2132 2129 2133 2130 cat > conftest.$ac_ext <<EOF 2134 #line 213 5"configure"2131 #line 2132 "configure" 2135 2132 #include "confdefs.h" 2136 2133 main(){return(0);} 2137 2134 EOF 2138 if { (eval echo configure:213 9: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2135 if { (eval echo configure:2136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2139 2136 ac_cv_prog_cc_works=yes 2140 2137 # If we can't run a trivial program, we are probably using a cross compiler. … … 2156 2153 fi 2157 2154 echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 2158 echo "configure:215 9: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&52155 echo "configure:2156: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 2159 2156 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 2160 2157 cross_compiling=$ac_cv_prog_cc_cross 2161 2158 2162 2159 echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 2163 echo "configure:216 4: checking whether we are using GNU C" >&52160 echo "configure:2161: checking whether we are using GNU C" >&5 2164 2161 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then 2165 2162 echo $ac_n "(cached) $ac_c" 1>&6 … … 2170 2167 #endif 2171 2168 EOF 2172 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:217 3: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then2169 if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2170: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then 2173 2170 ac_cv_prog_gcc=yes 2174 2171 else … … 2185 2182 CFLAGS= 2186 2183 echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 2187 echo "configure:218 8: checking whether ${CC-cc} accepts -g" >&52184 echo "configure:2185: checking whether ${CC-cc} accepts -g" >&5 2188 2185 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then 2189 2186 echo $ac_n "(cached) $ac_c" 1>&6 … … 2216 2213 do 2217 2214 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 2218 echo "configure:221 9: checking for $ac_func" >&52215 echo "configure:2216: checking for $ac_func" >&5 2219 2216 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 2220 2217 echo $ac_n "(cached) $ac_c" 1>&6 2221 2218 else 2222 2219 cat > conftest.$ac_ext <<EOF 2223 #line 222 4"configure"2220 #line 2221 "configure" 2224 2221 #include "confdefs.h" 2225 2222 /* System header to define __stub macros and hopefully few prototypes, … … 2244 2241 ; return 0; } 2245 2242 EOF 2246 if { (eval echo configure:224 7: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then2243 if { (eval echo configure:2244: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest; then 2247 2244 rm -rf conftest* 2248 2245 eval "ac_cv_func_$ac_func=yes" … … 2272 2269 2273 2270 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 2274 echo "configure:227 5: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&52271 echo "configure:2272: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 2275 2272 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 2276 2273 rtems_av_save_dir=`pwd`; … … 2287 2284 2288 2285 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 2289 echo "configure:22 90: checking for Makefile.in in c/src/exec/rtems" >&52286 echo "configure:2287: checking for Makefile.in in c/src/exec/rtems" >&5 2290 2287 if test -d $srcdir/c/src/exec/rtems; then 2291 2288 rtems_av_save_dir=`pwd`; … … 2302 2299 2303 2300 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 2304 echo "configure:230 5: checking for Makefile.in in c/src/exec/sapi" >&52301 echo "configure:2302: checking for Makefile.in in c/src/exec/sapi" >&5 2305 2302 if test -d $srcdir/c/src/exec/sapi; then 2306 2303 rtems_av_save_dir=`pwd`; … … 2319 2316 2320 2317 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 2321 echo "configure:23 22: checking for Makefile.in in c/src/exec/posix" >&52318 echo "configure:2319: checking for Makefile.in in c/src/exec/posix" >&5 2322 2319 if test -d $srcdir/c/src/exec/posix; then 2323 2320 rtems_av_save_dir=`pwd`; … … 2341 2338 if test -z "$rtems_bsp"; then 2342 2339 echo $ac_n "checking for bsps""... $ac_c" 1>&6 2343 echo "configure:234 4: checking for bsps" >&52340 echo "configure:2341: checking for bsps" >&5 2344 2341 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 2345 2342 for file in $files; do … … 2388 2385 2389 2386 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6 2390 echo "configure:23 91: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&52387 echo "configure:2388: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5 2391 2388 if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then 2392 2389 rtems_av_save_dir=`pwd`; … … 2411 2408 2412 2409 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 2413 echo "configure:241 4: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&52410 echo "configure:2411: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 2414 2411 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 2415 2412 rtems_av_save_dir=`pwd`; … … 2428 2425 2429 2426 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 2430 echo "configure:24 31: checking for Makefile.in in c/src/lib/start/$target_cpu" >&52427 echo "configure:2428: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 2431 2428 if test -d $srcdir/c/src/lib/start/$target_cpu; then 2432 2429 rtems_av_save_dir=`pwd`; … … 2470 2467 # If the tests are enabled, then find all the test suite Makefiles 2471 2468 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 2472 echo "configure:247 3: checking Are the test suites enabled? " >&52469 echo "configure:2470: checking Are the test suites enabled? " >&5 2473 2470 tests_enabled=yes 2474 2471 # Check whether --enable-tests or --disable-tests was given. … … 2489 2486 2490 2487 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 2491 echo "configure:24 92: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&52488 echo "configure:2489: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 2492 2489 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 2493 2490 rtems_av_save_dir=`pwd`; … … 2506 2503 2507 2504 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 2508 echo "configure:250 9: checking for Makefile.in in c/src/tests/libtests" >&52505 echo "configure:2506: checking for Makefile.in in c/src/tests/libtests" >&5 2509 2506 if test -d $srcdir/c/src/tests/libtests; then 2510 2507 rtems_av_save_dir=`pwd`; … … 2521 2518 2522 2519 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 2523 echo "configure:252 4: checking for Makefile.in in c/src/tests/sptests" >&52520 echo "configure:2521: checking for Makefile.in in c/src/tests/sptests" >&5 2524 2521 if test -d $srcdir/c/src/tests/sptests; then 2525 2522 rtems_av_save_dir=`pwd`; … … 2536 2533 2537 2534 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 2538 echo "configure:253 9: checking for Makefile.in in c/src/tests/tmtests" >&52535 echo "configure:2536: checking for Makefile.in in c/src/tests/tmtests" >&5 2539 2536 if test -d $srcdir/c/src/tests/tmtests; then 2540 2537 rtems_av_save_dir=`pwd`; … … 2551 2548 2552 2549 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 2553 echo "configure:255 4: checking for Makefile.in in c/src/tests/mptests" >&52550 echo "configure:2551: checking for Makefile.in in c/src/tests/mptests" >&5 2554 2551 if test -d $srcdir/c/src/tests/mptests; then 2555 2552 rtems_av_save_dir=`pwd`; … … 2567 2564 2568 2565 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 2569 echo "configure:25 70: checking for Makefile.in in c/src/tests/psxtests" >&52566 echo "configure:2567: checking for Makefile.in in c/src/tests/psxtests" >&5 2570 2567 if test -d $srcdir/c/src/tests/psxtests; then 2571 2568 rtems_av_save_dir=`pwd`; … … 2585 2582 # If the HWAPI is enabled, the find the HWAPI Makefiles 2586 2583 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 2587 echo "configure:258 8: checking Is the HWAPI enabled? " >&52584 echo "configure:2585: checking Is the HWAPI enabled? " >&5 2588 2585 # Check whether --enable-hwapi or --disable-hwapi was given. 2589 2586 if test "${enable_hwapi+set}" = set; then … … 2596 2593 2597 2594 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 2598 echo "configure:259 9: checking for Makefile.in in c/src/lib/libhwapi/analog" >&52595 echo "configure:2596: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 2599 2596 if test -d $srcdir/c/src/lib/libhwapi/analog; then 2600 2597 rtems_av_save_dir=`pwd`; … … 2611 2608 2612 2609 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 2613 echo "configure:261 4: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&52610 echo "configure:2611: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 2614 2611 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 2615 2612 rtems_av_save_dir=`pwd`; … … 2626 2623 2627 2624 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 2628 echo "configure:262 9: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&52625 echo "configure:2626: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 2629 2626 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 2630 2627 rtems_av_save_dir=`pwd`; … … 2641 2638 2642 2639 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 2643 echo "configure:264 4: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&52640 echo "configure:2641: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 2644 2641 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 2645 2642 rtems_av_save_dir=`pwd`; … … 2656 2653 2657 2654 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 2658 echo "configure:265 9: checking for Makefile.in in c/src/lib/libhwapi/serial" >&52655 echo "configure:2656: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 2659 2656 if test -d $srcdir/c/src/lib/libhwapi/serial; then 2660 2657 rtems_av_save_dir=`pwd`; … … 2671 2668 2672 2669 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 2673 echo "configure:267 4: checking for Makefile.in in c/src/lib/libhwapi/support" >&52670 echo "configure:2671: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 2674 2671 if test -d $srcdir/c/src/lib/libhwapi/support; then 2675 2672 rtems_av_save_dir=`pwd`; … … 2686 2683 2687 2684 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 2688 echo "configure:268 9: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&52685 echo "configure:2686: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 2689 2686 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 2690 2687 rtems_av_save_dir=`pwd`; … … 2728 2725 2729 2726 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 2730 echo "configure:27 31: checking for Makefile.in in c/build-tools" >&52727 echo "configure:2728: checking for Makefile.in in c/build-tools" >&5 2731 2728 if test -d $srcdir/c/build-tools; then 2732 2729 rtems_av_save_dir=`pwd`; … … 2743 2740 2744 2741 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 2745 echo "configure:274 6: checking for Makefile.in in make" >&52742 echo "configure:2743: checking for Makefile.in in make" >&5 2746 2743 if test -d $srcdir/make; then 2747 2744 rtems_av_save_dir=`pwd`; … … 2758 2755 2759 2756 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 2760 echo "configure:27 61: checking for Makefile.in in c/src/lib/libmisc" >&52757 echo "configure:2758: checking for Makefile.in in c/src/lib/libmisc" >&5 2761 2758 if test -d $srcdir/c/src/lib/libmisc; then 2762 2759 rtems_av_save_dir=`pwd`; … … 2773 2770 2774 2771 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 2775 echo "configure:277 6: checking for Makefile.in in c/src/tests/samples" >&52772 echo "configure:2773: checking for Makefile.in in c/src/tests/samples" >&5 2776 2773 if test -d $srcdir/c/src/tests/samples; then 2777 2774 rtems_av_save_dir=`pwd`; -
configure.in
re4829a05 r42dc81e 124 124 case "${target}" in 125 125 # hpux unix port should go here 126 hppa1.1-*-rtems*)127 target_cpu=hppa1_1128 ;;129 126 i[[3456]]86-go32-rtems*) 130 127 target_cpu=i386 -
tools/cpu/generic/size_rtems.in
re4829a05 r42dc81e 57 57 *-rtems*) 58 58 cpu=`echo $target | sed -e 's/-.*//'` 59 case $cpu in 60 hppa1.1) rtems_cpu=hppa1_1 ;; 61 *) rtems_cpu=$cpu ;; 62 esac 59 rtems_cpu=$cpu 63 60 ;; 64 61 *)
Note: See TracChangeset
for help on using the changeset viewer.