Changeset 87cec48 in rtems
- Timestamp:
- 12/16/97 18:40:08 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d637822
- Parents:
- 9e86f6d6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r9e86f6d6 r87cec48 1451 1451 # Is there code where there should be for this BSP? 1452 1452 if test -d "$srcdir/c/src/lib/libbsp/$target_cpu/$bspdir"; then 1453 RTEMS_BSP ="$RTEMS_BSP$i"1453 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 1454 1454 # make sure the Makefiles in a bsp directory are only done once 1455 1455 echo $bspdirs | grep $bspdir >/dev/null 2>&1 … … 1529 1529 fi 1530 1530 1531 1532 1531 RTEMS_ROOT=`cd $srcdir/c; pwd` 1533 1532 PROJECT_ROOT=`pwd;` … … 1545 1544 # If the tests are enabled, then find all the test suite Makefiles 1546 1545 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 1547 echo "configure:154 8: checking Are the test suites enabled? " >&51546 echo "configure:1547: checking Are the test suites enabled? " >&5 1548 1547 tests_enabled=yes 1549 1548 # Check whether --enable-tests or --disable-tests was given. … … 1565 1564 1566 1565 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 1567 echo "configure:156 8: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&51566 echo "configure:1567: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 1568 1567 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 1569 1568 rtems_av_save_dir=`pwd`; … … 1580 1579 1581 1580 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 1582 echo "configure:158 3: checking for Makefile.in in c/src/tests/libtests" >&51581 echo "configure:1582: checking for Makefile.in in c/src/tests/libtests" >&5 1583 1582 if test -d $srcdir/c/src/tests/libtests; then 1584 1583 rtems_av_save_dir=`pwd`; … … 1595 1594 1596 1595 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 1597 echo "configure:159 8: checking for Makefile.in in c/src/tests/sptests" >&51596 echo "configure:1597: checking for Makefile.in in c/src/tests/sptests" >&5 1598 1597 if test -d $srcdir/c/src/tests/sptests; then 1599 1598 rtems_av_save_dir=`pwd`; … … 1610 1609 1611 1610 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 1612 echo "configure:161 3: checking for Makefile.in in c/src/tests/tmtests" >&51611 echo "configure:1612: checking for Makefile.in in c/src/tests/tmtests" >&5 1613 1612 if test -d $srcdir/c/src/tests/tmtests; then 1614 1613 rtems_av_save_dir=`pwd`; … … 1625 1624 1626 1625 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 1627 echo "configure:162 8: checking for Makefile.in in c/src/tests/mptests" >&51626 echo "configure:1627: checking for Makefile.in in c/src/tests/mptests" >&5 1628 1627 if test -d $srcdir/c/src/tests/mptests; then 1629 1628 rtems_av_save_dir=`pwd`; … … 1641 1640 1642 1641 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 1643 echo "configure:164 4: checking for Makefile.in in c/src/tests/psxtests" >&51642 echo "configure:1643: checking for Makefile.in in c/src/tests/psxtests" >&5 1644 1643 if test -d $srcdir/c/src/tests/psxtests; then 1645 1644 rtems_av_save_dir=`pwd`; … … 1659 1658 # If the HWAPI is enabled, the find the HWAPI Makefiles 1660 1659 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 1661 echo "configure:166 2: checking Is the HWAPI enabled? " >&51660 echo "configure:1661: checking Is the HWAPI enabled? " >&5 1662 1661 # Check whether --enable-hwapi or --disable-hwapi was given. 1663 1662 if test "${enable_hwapi+set}" = set; then … … 1670 1669 1671 1670 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/analog""... $ac_c" 1>&6 1672 echo "configure:167 3: checking for Makefile.in in c/src/lib/libhwapi/analog" >&51671 echo "configure:1672: checking for Makefile.in in c/src/lib/libhwapi/analog" >&5 1673 1672 if test -d $srcdir/c/src/lib/libhwapi/analog; then 1674 1673 rtems_av_save_dir=`pwd`; … … 1685 1684 1686 1685 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/discrete""... $ac_c" 1>&6 1687 echo "configure:168 8: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&51686 echo "configure:1687: checking for Makefile.in in c/src/lib/libhwapi/discrete" >&5 1688 1687 if test -d $srcdir/c/src/lib/libhwapi/discrete; then 1689 1688 rtems_av_save_dir=`pwd`; … … 1700 1699 1701 1700 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/drivers""... $ac_c" 1>&6 1702 echo "configure:170 3: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&51701 echo "configure:1702: checking for Makefile.in in c/src/lib/libhwapi/drivers" >&5 1703 1702 if test -d $srcdir/c/src/lib/libhwapi/drivers; then 1704 1703 rtems_av_save_dir=`pwd`; … … 1715 1714 1716 1715 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/eeprom""... $ac_c" 1>&6 1717 echo "configure:171 8: checking for Makefile.in in c/src/lib/libhwapi/eeprom" >&51716 echo "configure:1717: checking for Makefile.in in c/src/lib/libhwapi/eeprom" >&5 1718 1717 if test -d $srcdir/c/src/lib/libhwapi/eeprom; then 1719 1718 rtems_av_save_dir=`pwd`; … … 1730 1729 1731 1730 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/serial""... $ac_c" 1>&6 1732 echo "configure:173 3: checking for Makefile.in in c/src/lib/libhwapi/serial" >&51731 echo "configure:1732: checking for Makefile.in in c/src/lib/libhwapi/serial" >&5 1733 1732 if test -d $srcdir/c/src/lib/libhwapi/serial; then 1734 1733 rtems_av_save_dir=`pwd`; … … 1745 1744 1746 1745 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/support""... $ac_c" 1>&6 1747 echo "configure:174 8: checking for Makefile.in in c/src/lib/libhwapi/support" >&51746 echo "configure:1747: checking for Makefile.in in c/src/lib/libhwapi/support" >&5 1748 1747 if test -d $srcdir/c/src/lib/libhwapi/support; then 1749 1748 rtems_av_save_dir=`pwd`; … … 1760 1759 1761 1760 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi/wrapup""... $ac_c" 1>&6 1762 echo "configure:176 3: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&51761 echo "configure:1762: checking for Makefile.in in c/src/lib/libhwapi/wrapup" >&5 1763 1762 if test -d $srcdir/c/src/lib/libhwapi/wrapup; then 1764 1763 rtems_av_save_dir=`pwd`; … … 1803 1802 1804 1803 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 1805 echo "configure:180 6: checking for Makefile.in in c/build-tools" >&51804 echo "configure:1805: checking for Makefile.in in c/build-tools" >&5 1806 1805 if test -d $srcdir/c/build-tools; then 1807 1806 rtems_av_save_dir=`pwd`; … … 1818 1817 1819 1818 echo $ac_n "checking for Makefile.in in c/make""... $ac_c" 1>&6 1820 echo "configure:182 1: checking for Makefile.in in c/make" >&51819 echo "configure:1820: checking for Makefile.in in c/make" >&5 1821 1820 if test -d $srcdir/c/make; then 1822 1821 rtems_av_save_dir=`pwd`; … … 1833 1832 1834 1833 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 1835 echo "configure:183 6: checking for Makefile.in in c/src/lib/libmisc" >&51834 echo "configure:1835: checking for Makefile.in in c/src/lib/libmisc" >&5 1836 1835 if test -d $srcdir/c/src/lib/libmisc; then 1837 1836 rtems_av_save_dir=`pwd`; … … 1848 1847 1849 1848 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 1850 echo "configure:185 1: checking for Makefile.in in c/src/tests/samples" >&51849 echo "configure:1850: checking for Makefile.in in c/src/tests/samples" >&5 1851 1850 if test -d $srcdir/c/src/tests/samples; then 1852 1851 rtems_av_save_dir=`pwd`; … … 2067 2066 s%@M4@%$M4%g 2068 2067 s%@KSH@%$KSH%g 2069 s%@RTEMS_BSP @%$RTEMS_BSP%g2068 s%@RTEMS_BSP_LIST@%$RTEMS_BSP_LIST%g 2070 2069 s%@RTEMS_HOST@%$RTEMS_HOST%g 2071 2070 s%@RTEMS_LIBC_DIR@%$RTEMS_LIBC_DIR%g … … 2222 2221 echo target architecture: $target_cpu. 2223 2222 echo available BSPs: $rtems_bsp. 2224 echo \'make all\' will build the following BSPs: $RTEMS_BSP .2225 echo other BSPs can be built with \'make RTEMS BSP=\"bsp1 bsp2 ...\"\'2223 echo \'make all\' will build the following BSPs: $RTEMS_BSP_LIST. 2224 echo other BSPs can be built with \'make RTEMS_BSP=\"bsp1 bsp2 ...\"\' 2226 2225 echo -
configure.in
r9e86f6d6 r87cec48 227 227 # Is there code where there should be for this BSP? 228 228 if test -d "$srcdir/c/src/lib/libbsp/$target_cpu/$bspdir"; then 229 RTEMS_BSP ="$RTEMS_BSP$i"229 RTEMS_BSP_LIST="$RTEMS_BSP_LIST $i" 230 230 # make sure the Makefiles in a bsp directory are only done once 231 231 echo $bspdirs | grep $bspdir >/dev/null 2>&1 … … 266 266 fi 267 267 268 dnl AC_PROG_CC269 dnl AC_PROG_CXX270 271 dnl RTEMS_BSP=$rtems_bsp272 dnl RTEMS_HOST=$host_os273 268 RTEMS_ROOT=`cd $srcdir/c; pwd` 274 269 PROJECT_ROOT=`pwd;` … … 333 328 ) 334 329 335 AC_SUBST(RTEMS_BSP )330 AC_SUBST(RTEMS_BSP_LIST) 336 331 AC_SUBST(RTEMS_HOST) 337 332 AC_SUBST(RTEMS_LIBC_DIR) … … 392 387 echo target architecture: $target_cpu. 393 388 echo available BSPs: $rtems_bsp. 394 echo \'make all\' will build the following BSPs: $RTEMS_BSP .395 echo other BSPs can be built with \'make RTEMS BSP=\"bsp1 bsp2 ...\"\'389 echo \'make all\' will build the following BSPs: $RTEMS_BSP_LIST. 390 echo other BSPs can be built with \'make RTEMS_BSP=\"bsp1 bsp2 ...\"\' 396 391 echo
Note: See TracChangeset
for help on using the changeset viewer.