Changeset b37137b in rtems
- Timestamp:
- 02/04/98 15:56:12 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 02d19d8
- Parents:
- 7a524954
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r7a524954 rb37137b 1345 1345 RTEMS_HAS_POSIX_API=no 1346 1346 ;; 1347 i[3456]86-rtems*)1348 target_cpu=i3861349 ;;1350 1347 i[3456]86-pc-linux*) # unix "simulator" port 1351 1348 target_cpu=unix … … 1367 1364 *) 1368 1365 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 1369 echo "configure:13 70: checking rtems target cpu" >&51366 echo "configure:1367: checking rtems target cpu" >&5 1370 1367 target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'` 1371 1368 echo "$ac_t""$target_cpu" 1>&6 … … 1386 1383 # Is this a supported CPU? 1387 1384 echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6 1388 echo "configure:138 9: checking if cpu $target_cpu is supported" >&51385 echo "configure:1386: checking if cpu $target_cpu is supported" >&5 1389 1386 if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then 1390 1387 echo "$ac_t""yes" 1>&6 … … 1397 1394 1398 1395 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 1399 echo "configure:1 400: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&51396 echo "configure:1397: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 1400 1397 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 1401 1398 rtems_av_save_dir=`pwd`; … … 1412 1409 1413 1410 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 1414 echo "configure:141 5: checking for Makefile.in in c/src/exec/rtems" >&51411 echo "configure:1412: checking for Makefile.in in c/src/exec/rtems" >&5 1415 1412 if test -d $srcdir/c/src/exec/rtems; then 1416 1413 rtems_av_save_dir=`pwd`; … … 1427 1424 1428 1425 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 1429 echo "configure:14 30: checking for Makefile.in in c/src/exec/sapi" >&51426 echo "configure:1427: checking for Makefile.in in c/src/exec/sapi" >&5 1430 1427 if test -d $srcdir/c/src/exec/sapi; then 1431 1428 rtems_av_save_dir=`pwd`; … … 1444 1441 1445 1442 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 1446 echo "configure:144 7: checking for Makefile.in in c/src/exec/posix" >&51443 echo "configure:1444: checking for Makefile.in in c/src/exec/posix" >&5 1447 1444 if test -d $srcdir/c/src/exec/posix; then 1448 1445 rtems_av_save_dir=`pwd`; … … 1466 1463 if test -z "$rtems_bsp"; then 1467 1464 echo $ac_n "checking for bsps""... $ac_c" 1>&6 1468 echo "configure:146 9: checking for bsps" >&51465 echo "configure:1466: checking for bsps" >&5 1469 1466 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 1470 1467 for file in $files; do … … 1513 1510 1514 1511 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6 1515 echo "configure:151 6: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&51512 echo "configure:1513: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5 1516 1513 if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then 1517 1514 rtems_av_save_dir=`pwd`; … … 1536 1533 1537 1534 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 1538 echo "configure:153 9: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&51535 echo "configure:1536: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 1539 1536 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 1540 1537 rtems_av_save_dir=`pwd`; … … 1553 1550 1554 1551 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 1555 echo "configure:155 6: checking for Makefile.in in c/src/lib/start/$target_cpu" >&51552 echo "configure:1553: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 1556 1553 if test -d $srcdir/c/src/lib/start/$target_cpu; then 1557 1554 rtems_av_save_dir=`pwd`; … … 1609 1606 # If the tests are enabled, then find all the test suite Makefiles 1610 1607 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 1611 echo "configure:16 12: checking Are the test suites enabled? " >&51608 echo "configure:1609: checking Are the test suites enabled? " >&5 1612 1609 tests_enabled=yes 1613 1610 # Check whether --enable-tests or --disable-tests was given. … … 1629 1626 1630 1627 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 1631 echo "configure:16 32: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&51628 echo "configure:1629: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 1632 1629 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 1633 1630 rtems_av_save_dir=`pwd`; … … 1644 1641 1645 1642 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 1646 echo "configure:164 7: checking for Makefile.in in c/src/tests/libtests" >&51643 echo "configure:1644: checking for Makefile.in in c/src/tests/libtests" >&5 1647 1644 if test -d $srcdir/c/src/tests/libtests; then 1648 1645 rtems_av_save_dir=`pwd`; … … 1659 1656 1660 1657 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 1661 echo "configure:16 62: checking for Makefile.in in c/src/tests/sptests" >&51658 echo "configure:1659: checking for Makefile.in in c/src/tests/sptests" >&5 1662 1659 if test -d $srcdir/c/src/tests/sptests; then 1663 1660 rtems_av_save_dir=`pwd`; … … 1674 1671 1675 1672 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 1676 echo "configure:167 7: checking for Makefile.in in c/src/tests/tmtests" >&51673 echo "configure:1674: checking for Makefile.in in c/src/tests/tmtests" >&5 1677 1674 if test -d $srcdir/c/src/tests/tmtests; then 1678 1675 rtems_av_save_dir=`pwd`; … … 1689 1686 1690 1687 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 1691 echo "configure:16 92: checking for Makefile.in in c/src/tests/mptests" >&51688 echo "configure:1689: checking for Makefile.in in c/src/tests/mptests" >&5 1692 1689 if test -d $srcdir/c/src/tests/mptests; then 1693 1690 rtems_av_save_dir=`pwd`; … … 1705 1702 1706 1703 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 1707 echo "configure:170 8: checking for Makefile.in in c/src/tests/psxtests" >&51704 echo "configure:1705: checking for Makefile.in in c/src/tests/psxtests" >&5 1708 1705 if test -d $srcdir/c/src/tests/psxtests; then 1709 1706 rtems_av_save_dir=`pwd`; … … 1723 1720 # If the HWAPI is enabled, the find the HWAPI Makefiles 1724 1721 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 1725 echo "configure:172 6: checking Is the HWAPI enabled? " >&51722 echo "configure:1723: checking Is the HWAPI enabled? " >&5 1726 1723 # Check whether --enable-hwapi or --disable-hwapi was given. 1727 1724 if test "${enable_hwapi+set}" = set; then … … 1734 1731 1735 1732 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 1736 echo "configure:173 7: checking for Makefile.in in c/src/lib/libhwapi/analog" >&51733 echo "configure:1734: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 1737 1734 if test -d $srcdir/c/src/lib/libhwapi/analog; then 1738 1735 rtems_av_save_dir=`pwd`; … … 1749 1746 1750 1747 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 1751 echo "configure:17 52: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&51748 echo "configure:1749: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 1752 1749 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 1753 1750 rtems_av_save_dir=`pwd`; … … 1764 1761 1765 1762 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 1766 echo "configure:176 7: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&51763 echo "configure:1764: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 1767 1764 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 1768 1765 rtems_av_save_dir=`pwd`; … … 1779 1776 1780 1777 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory""... $ac_c" 1>&6 1781 echo "configure:17 82: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&51778 echo "configure:1779: checking for Makefile.in in c/src/lib/libhwapi/non_volatile_memory" >&5 1782 1779 if test -d $srcdir/c/src/lib/libhwapi/non_volatile_memory; then 1783 1780 rtems_av_save_dir=`pwd`; … … 1794 1791 1795 1792 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 1796 echo "configure:179 7: checking for Makefile.in in c/src/lib/libhwapi/serial" >&51793 echo "configure:1794: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 1797 1794 if test -d $srcdir/c/src/lib/libhwapi/serial; then 1798 1795 rtems_av_save_dir=`pwd`; … … 1809 1806 1810 1807 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 1811 echo "configure:18 12: checking for Makefile.in in c/src/lib/libhwapi/support" >&51808 echo "configure:1809: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 1812 1809 if test -d $srcdir/c/src/lib/libhwapi/support; then 1813 1810 rtems_av_save_dir=`pwd`; … … 1824 1821 1825 1822 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 1826 echo "configure:182 7: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&51823 echo "configure:1824: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 1827 1824 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 1828 1825 rtems_av_save_dir=`pwd`; … … 1866 1863 1867 1864 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 1868 echo "configure:186 9: checking for Makefile.in in c/build-tools" >&51865 echo "configure:1866: checking for Makefile.in in c/build-tools" >&5 1869 1866 if test -d $srcdir/c/build-tools; then 1870 1867 rtems_av_save_dir=`pwd`; … … 1881 1878 1882 1879 echo $ac_n "checking for Makefile.in in make""... $ac_c" 1>&6 1883 echo "configure:188 4: checking for Makefile.in in make" >&51880 echo "configure:1881: checking for Makefile.in in make" >&5 1884 1881 if test -d $srcdir/make; then 1885 1882 rtems_av_save_dir=`pwd`; … … 1896 1893 1897 1894 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 1898 echo "configure:189 9: checking for Makefile.in in c/src/lib/libmisc" >&51895 echo "configure:1896: checking for Makefile.in in c/src/lib/libmisc" >&5 1899 1896 if test -d $srcdir/c/src/lib/libmisc; then 1900 1897 rtems_av_save_dir=`pwd`; … … 1911 1908 1912 1909 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 1913 echo "configure:191 4: checking for Makefile.in in c/src/tests/samples" >&51910 echo "configure:1911: checking for Makefile.in in c/src/tests/samples" >&5 1914 1911 if test -d $srcdir/c/src/tests/samples; then 1915 1912 rtems_av_save_dir=`pwd`;
Note: See TracChangeset
for help on using the changeset viewer.