Changeset 566aea7d in rtems
- Timestamp:
- Jan 15, 1998, 8:29:51 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 300c8a76
- Parents:
- 35a1ec9
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r35a1ec9 r566aea7d 50 50 gcc-2.5.8.tgz will extract its contents into the subdirectory 51 51 gcc-2.5.8. 52 52 -
configure
r35a1ec9 r566aea7d 1532 1532 PROJECT_ROOT=`pwd;` 1533 1533 1534 # If RTEMS macros are enabled, then use them. Otherwise, use inlines. 1535 if test "$RTEMS_USE_MACROS" = "yes"; then 1536 inline_dir=macros 1537 if test "$RTEMS_HAS_POSIX_API" = "yes"; then 1538 # The problem is that there is currently no code in posix/macros :) 1539 { echo "configure: error: Macros are not implemented for the POSIX API" 1>&2; exit 1; } 1540 fi 1541 else 1542 inline_dir=inline 1543 fi 1544 1534 1545 # If the KA9Q TCP/IP stack is enabled, then find all KA9Q Makefiles 1535 1546 if test "$RTEMS_HAS_KA9Q" = "yes"; then … … 1544 1555 # If the tests are enabled, then find all the test suite Makefiles 1545 1556 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 1546 echo "configure:15 47: checking Are the test suites enabled? " >&51557 echo "configure:1558: checking Are the test suites enabled? " >&5 1547 1558 tests_enabled=yes 1548 1559 # Check whether --enable-tests or --disable-tests was given. … … 1564 1575 1565 1576 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 1566 echo "configure:15 67: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&51577 echo "configure:1578: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 1567 1578 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 1568 1579 rtems_av_save_dir=`pwd`; … … 1579 1590 1580 1591 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 1581 echo "configure:15 82: checking for Makefile.in in c/src/tests/libtests" >&51592 echo "configure:1593: checking for Makefile.in in c/src/tests/libtests" >&5 1582 1593 if test -d $srcdir/c/src/tests/libtests; then 1583 1594 rtems_av_save_dir=`pwd`; … … 1594 1605 1595 1606 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 1596 echo "configure:1 597: checking for Makefile.in in c/src/tests/sptests" >&51607 echo "configure:1608: checking for Makefile.in in c/src/tests/sptests" >&5 1597 1608 if test -d $srcdir/c/src/tests/sptests; then 1598 1609 rtems_av_save_dir=`pwd`; … … 1609 1620 1610 1621 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 1611 echo "configure:16 12: checking for Makefile.in in c/src/tests/tmtests" >&51622 echo "configure:1623: checking for Makefile.in in c/src/tests/tmtests" >&5 1612 1623 if test -d $srcdir/c/src/tests/tmtests; then 1613 1624 rtems_av_save_dir=`pwd`; … … 1624 1635 1625 1636 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 1626 echo "configure:16 27: checking for Makefile.in in c/src/tests/mptests" >&51637 echo "configure:1638: checking for Makefile.in in c/src/tests/mptests" >&5 1627 1638 if test -d $srcdir/c/src/tests/mptests; then 1628 1639 rtems_av_save_dir=`pwd`; … … 1640 1651 1641 1652 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 1642 echo "configure:16 43: checking for Makefile.in in c/src/tests/psxtests" >&51653 echo "configure:1654: checking for Makefile.in in c/src/tests/psxtests" >&5 1643 1654 if test -d $srcdir/c/src/tests/psxtests; then 1644 1655 rtems_av_save_dir=`pwd`; … … 1658 1669 # If the HWAPI is enabled, the find the HWAPI Makefiles 1659 1670 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 1660 echo "configure:16 61: checking Is the HWAPI enabled? " >&51671 echo "configure:1672: checking Is the HWAPI enabled? " >&5 1661 1672 # Check whether --enable-hwapi or --disable-hwapi was given. 1662 1673 if test "${enable_hwapi+set}" = set; then … … 1669 1680 1670 1681 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 1671 echo "configure:16 72: checking for Makefile.in in c/src/lib/libhwapi/analog" >&51682 echo "configure:1683: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 1672 1683 if test -d $srcdir/c/src/lib/libhwapi/analog; then 1673 1684 rtems_av_save_dir=`pwd`; … … 1684 1695 1685 1696 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 1686 echo "configure:16 87: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&51697 echo "configure:1698: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 1687 1698 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 1688 1699 rtems_av_save_dir=`pwd`; … … 1699 1710 1700 1711 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 1701 echo "configure:17 02: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&51712 echo "configure:1713: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 1702 1713 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 1703 1714 rtems_av_save_dir=`pwd`; … … 1714 1725 1715 1726 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/eeprom""... $ac_c" 1>&6 1716 echo "configure:17 17: checking for Makefile.in in c/src/lib/libhwapi/eeprom" >&51727 echo "configure:1728: checking for Makefile.in in c/src/lib/libhwapi/eeprom" >&5 1717 1728 if test -d $srcdir/c/src/lib/libhwapi/eeprom; then 1718 1729 rtems_av_save_dir=`pwd`; … … 1729 1740 1730 1741 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 1731 echo "configure:17 32: checking for Makefile.in in c/src/lib/libhwapi/serial" >&51742 echo "configure:1743: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 1732 1743 if test -d $srcdir/c/src/lib/libhwapi/serial; then 1733 1744 rtems_av_save_dir=`pwd`; … … 1744 1755 1745 1756 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 1746 echo "configure:17 47: checking for Makefile.in in c/src/lib/libhwapi/support" >&51757 echo "configure:1758: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 1747 1758 if test -d $srcdir/c/src/lib/libhwapi/support; then 1748 1759 rtems_av_save_dir=`pwd`; … … 1759 1770 1760 1771 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 1761 echo "configure:17 62: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&51772 echo "configure:1773: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 1762 1773 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 1763 1774 rtems_av_save_dir=`pwd`; … … 1802 1813 1803 1814 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 1804 echo "configure:18 05: checking for Makefile.in in c/build-tools" >&51815 echo "configure:1816: checking for Makefile.in in c/build-tools" >&5 1805 1816 if test -d $srcdir/c/build-tools; then 1806 1817 rtems_av_save_dir=`pwd`; … … 1817 1828 1818 1829 echo $ac_n "checking for Makefile.in in c/make""... $ac_c" 1>&6 1819 echo "configure:18 20: checking for Makefile.in in c/make" >&51830 echo "configure:1831: checking for Makefile.in in c/make" >&5 1820 1831 if test -d $srcdir/c/make; then 1821 1832 rtems_av_save_dir=`pwd`; … … 1832 1843 1833 1844 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 1834 echo "configure:18 35: checking for Makefile.in in c/src/lib/libmisc" >&51845 echo "configure:1846: checking for Makefile.in in c/src/lib/libmisc" >&5 1835 1846 if test -d $srcdir/c/src/lib/libmisc; then 1836 1847 rtems_av_save_dir=`pwd`; … … 1847 1858 1848 1859 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 1849 echo "configure:18 50: checking for Makefile.in in c/src/tests/samples" >&51860 echo "configure:1861: checking for Makefile.in in c/src/tests/samples" >&5 1850 1861 if test -d $srcdir/c/src/tests/samples; then 1851 1862 rtems_av_save_dir=`pwd`; … … 1981 1992 c/src/exec/score/cpu/Makefile 1982 1993 c/src/exec/score/headers/Makefile 1983 c/src/exec/score/ inline/Makefile1994 c/src/exec/score/${inline_dir}/Makefile 1984 1995 c/src/exec/score/src/Makefile 1985 1996 c/src/exec/score/tools/Makefile … … 2127 2138 c/src/exec/score/cpu/Makefile 2128 2139 c/src/exec/score/headers/Makefile 2129 c/src/exec/score/ inline/Makefile2140 c/src/exec/score/${inline_dir}/Makefile 2130 2141 c/src/exec/score/src/Makefile 2131 2142 c/src/exec/score/tools/Makefile -
configure.in
r35a1ec9 r566aea7d 268 268 RTEMS_ROOT=`cd $srcdir/c; pwd` 269 269 PROJECT_ROOT=`pwd;` 270 271 # If RTEMS macros are enabled, then use them. Otherwise, use inlines. 272 if test "$RTEMS_USE_MACROS" = "yes"; then 273 inline_dir=macros 274 if test "$RTEMS_HAS_POSIX_API" = "yes"; then 275 # The problem is that there is currently no code in posix/macros :) 276 AC_MSG_ERROR(Macros are not implemented for the POSIX API) 277 fi 278 else 279 inline_dir=inline 280 fi 270 281 271 282 # If the KA9Q TCP/IP stack is enabled, then find all KA9Q Makefiles … … 357 368 c/src/exec/score/cpu/Makefile 358 369 c/src/exec/score/headers/Makefile 359 c/src/exec/score/ inline/Makefile370 c/src/exec/score/${inline_dir}/Makefile 360 371 c/src/exec/score/src/Makefile 361 372 c/src/exec/score/tools/Makefile
Note: See TracChangeset
for help on using the changeset viewer.