Changeset 744df795 in rtems
- Timestamp:
- 12/04/97 18:38:05 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b5fe39d
- Parents:
- 3013e18
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r3013e18 r744df795 1277 1277 1278 1278 1279 RTEMS_HOST=$host_os 1280 1279 1281 case "${target}" in 1280 1282 # hpux unix port should go here … … 1294 1296 target_cpu=unix 1295 1297 RTEMS_HAS_POSIX_API=no 1298 RTEMS_HOST=Linux 1296 1299 ;; 1297 1300 no_cpu-rtems*) … … 1305 1308 target_cpu=unix 1306 1309 RTEMS_HAS_POSIX_API=no 1310 RTEMS_HOST=Solaris 1307 1311 ;; 1308 1312 *) 1309 1313 echo $ac_n "checking rtems target cpu""... $ac_c" 1>&6 1310 echo "configure:131 1: checking rtems target cpu" >&51314 echo "configure:1315: checking rtems target cpu" >&5 1311 1315 target_cpu=`echo $target | sed 's%^\([^-]*\)-\(.*\)$%\1%'` 1312 1316 echo "$ac_t""$target_cpu" 1>&6 … … 1327 1331 # Is this a supported CPU? 1328 1332 echo $ac_n "checking if cpu $target_cpu is supported""... $ac_c" 1>&6 1329 echo "configure:133 0: checking if cpu $target_cpu is supported" >&51333 echo "configure:1334: checking if cpu $target_cpu is supported" >&5 1330 1334 if test -d "$srcdir/c/src/exec/score/cpu/$target_cpu"; then 1331 1335 echo "$ac_t""yes" 1>&6 … … 1337 1341 # find all the Executive Makefiles 1338 1342 1343 echo $ac_n "checking for Makefile.in in c/src/exec/score/tools/$target_cpu""... $ac_c" 1>&6 1344 echo "configure:1345: checking for Makefile.in in c/src/exec/score/tools/$target_cpu" >&5 1345 if test -d $srcdir/c/src/exec/score/tools/$target_cpu; then 1346 rtems_av_save_dir=`pwd`; 1347 cd $srcdir; 1348 rtems_av_tmp=`find c/src/exec/score/tools/$target_cpu -name Makefile.in -follow -print | sed 's%\.in%%' | sort`; 1349 makefiles="$makefiles $rtems_av_tmp"; 1350 cd $rtems_av_save_dir; 1351 echo "$ac_t""done" 1>&6 1352 else 1353 echo "$ac_t""no" 1>&6 1354 fi 1355 1356 1357 1339 1358 echo $ac_n "checking for Makefile.in in c/src/exec/rtems""... $ac_c" 1>&6 1340 echo "configure:13 41: checking for Makefile.in in c/src/exec/rtems" >&51359 echo "configure:1360: checking for Makefile.in in c/src/exec/rtems" >&5 1341 1360 if test -d $srcdir/c/src/exec/rtems; then 1342 1361 rtems_av_save_dir=`pwd`; … … 1353 1372 1354 1373 echo $ac_n "checking for Makefile.in in c/src/exec/sapi""... $ac_c" 1>&6 1355 echo "configure:13 56: checking for Makefile.in in c/src/exec/sapi" >&51374 echo "configure:1375: checking for Makefile.in in c/src/exec/sapi" >&5 1356 1375 if test -d $srcdir/c/src/exec/sapi; then 1357 1376 rtems_av_save_dir=`pwd`; … … 1370 1389 1371 1390 echo $ac_n "checking for Makefile.in in c/src/exec/posix""... $ac_c" 1>&6 1372 echo "configure:13 73: checking for Makefile.in in c/src/exec/posix" >&51391 echo "configure:1392: checking for Makefile.in in c/src/exec/posix" >&5 1373 1392 if test -d $srcdir/c/src/exec/posix; then 1374 1393 rtems_av_save_dir=`pwd`; … … 1392 1411 if test -z "$rtems_bsp"; then 1393 1412 echo $ac_n "checking for bsps""... $ac_c" 1>&6 1394 echo "configure:1 395: checking for bsps" >&51413 echo "configure:1414: checking for bsps" >&5 1395 1414 files=`ls $srcdir/c/src/lib/libbsp/$target_cpu` 1396 1415 for file in $files; do … … 1433 1452 1434 1453 echo $ac_n "checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir""... $ac_c" 1>&6 1435 echo "configure:14 36: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&51454 echo "configure:1455: checking for Makefile.in in c/src/lib/libbsp/$target_cpu/$bspdir" >&5 1436 1455 if test -d $srcdir/c/src/lib/libbsp/$target_cpu/$bspdir; then 1437 1456 rtems_av_save_dir=`pwd`; … … 1456 1475 1457 1476 echo $ac_n "checking for Makefile.in in c/src/lib/libcpu/$target_cpu""... $ac_c" 1>&6 1458 echo "configure:14 59: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&51477 echo "configure:1478: checking for Makefile.in in c/src/lib/libcpu/$target_cpu" >&5 1459 1478 if test -d $srcdir/c/src/lib/libcpu/$target_cpu; then 1460 1479 rtems_av_save_dir=`pwd`; … … 1473 1492 1474 1493 echo $ac_n "checking for Makefile.in in c/src/lib/start/$target_cpu""... $ac_c" 1>&6 1475 echo "configure:14 76: checking for Makefile.in in c/src/lib/start/$target_cpu" >&51494 echo "configure:1495: checking for Makefile.in in c/src/lib/start/$target_cpu" >&5 1476 1495 if test -d $srcdir/c/src/lib/start/$target_cpu; then 1477 1496 rtems_av_save_dir=`pwd`; … … 1505 1524 1506 1525 1507 RTEMS_HOST=$host_os1508 1526 RTEMS_ROOT=`cd $srcdir/c; pwd` 1509 1527 PROJECT_ROOT=`pwd;` … … 1517 1535 # If the tests are enabled, then find all the test suite Makefiles 1518 1536 echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6 1519 echo "configure:15 20: checking Are the test suites enabled? " >&51537 echo "configure:1538: checking Are the test suites enabled? " >&5 1520 1538 tests_enabled=yes 1521 1539 # Check whether --enable-tests or --disable-tests was given. … … 1537 1555 1538 1556 echo $ac_n "checking for Makefile.in in c/src/tests/tools/$target_cpu""... $ac_c" 1>&6 1539 echo "configure:15 40: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&51557 echo "configure:1558: checking for Makefile.in in c/src/tests/tools/$target_cpu" >&5 1540 1558 if test -d $srcdir/c/src/tests/tools/$target_cpu; then 1541 1559 rtems_av_save_dir=`pwd`; … … 1552 1570 1553 1571 echo $ac_n "checking for Makefile.in in c/src/tests/libtests""... $ac_c" 1>&6 1554 echo "configure:15 55: checking for Makefile.in in c/src/tests/libtests" >&51572 echo "configure:1573: checking for Makefile.in in c/src/tests/libtests" >&5 1555 1573 if test -d $srcdir/c/src/tests/libtests; then 1556 1574 rtems_av_save_dir=`pwd`; … … 1567 1585 1568 1586 echo $ac_n "checking for Makefile.in in c/src/tests/sptests""... $ac_c" 1>&6 1569 echo "configure:15 70: checking for Makefile.in in c/src/tests/sptests" >&51587 echo "configure:1588: checking for Makefile.in in c/src/tests/sptests" >&5 1570 1588 if test -d $srcdir/c/src/tests/sptests; then 1571 1589 rtems_av_save_dir=`pwd`; … … 1582 1600 1583 1601 echo $ac_n "checking for Makefile.in in c/src/tests/tmtests""... $ac_c" 1>&6 1584 echo "configure:1 585: checking for Makefile.in in c/src/tests/tmtests" >&51602 echo "configure:1603: checking for Makefile.in in c/src/tests/tmtests" >&5 1585 1603 if test -d $srcdir/c/src/tests/tmtests; then 1586 1604 rtems_av_save_dir=`pwd`; … … 1597 1615 1598 1616 echo $ac_n "checking for Makefile.in in c/src/tests/mptests""... $ac_c" 1>&6 1599 echo "configure:16 00: checking for Makefile.in in c/src/tests/mptests" >&51617 echo "configure:1618: checking for Makefile.in in c/src/tests/mptests" >&5 1600 1618 if test -d $srcdir/c/src/tests/mptests; then 1601 1619 rtems_av_save_dir=`pwd`; … … 1613 1631 1614 1632 echo $ac_n "checking for Makefile.in in c/src/tests/psxtests""... $ac_c" 1>&6 1615 echo "configure:16 16: checking for Makefile.in in c/src/tests/psxtests" >&51633 echo "configure:1634: checking for Makefile.in in c/src/tests/psxtests" >&5 1616 1634 if test -d $srcdir/c/src/tests/psxtests; then 1617 1635 rtems_av_save_dir=`pwd`; … … 1631 1649 # If the HWAPI is enabled, the find the HWAPI Makefiles 1632 1650 echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6 1633 echo "configure:16 34: checking Is the HWAPI enabled? " >&51651 echo "configure:1652: checking Is the HWAPI enabled? " >&5 1634 1652 # Check whether --enable-hwapi or --disable-hwapi was given. 1635 1653 if test "${enable_hwapi+set}" = set; then … … 1640 1658 1641 1659 echo $ac_n "checking for Makefile.in in c/src/lib/libhwapi""... $ac_c" 1>&6 1642 echo "configure:16 43: checking for Makefile.in in c/src/lib/libhwapi" >&51660 echo "configure:1661: checking for Makefile.in in c/src/lib/libhwapi" >&5 1643 1661 if test -d $srcdir/c/src/lib/libhwapi; then 1644 1662 rtems_av_save_dir=`pwd`; … … 1679 1697 1680 1698 echo $ac_n "checking for Makefile.in in c/build-tools""... $ac_c" 1>&6 1681 echo "configure:1 682: checking for Makefile.in in c/build-tools" >&51699 echo "configure:1700: checking for Makefile.in in c/build-tools" >&5 1682 1700 if test -d $srcdir/c/build-tools; then 1683 1701 rtems_av_save_dir=`pwd`; … … 1694 1712 1695 1713 echo $ac_n "checking for Makefile.in in c/make""... $ac_c" 1>&6 1696 echo "configure:1 697: checking for Makefile.in in c/make" >&51714 echo "configure:1715: checking for Makefile.in in c/make" >&5 1697 1715 if test -d $srcdir/c/make; then 1698 1716 rtems_av_save_dir=`pwd`; … … 1709 1727 1710 1728 echo $ac_n "checking for Makefile.in in c/src/lib/libmisc""... $ac_c" 1>&6 1711 echo "configure:17 12: checking for Makefile.in in c/src/lib/libmisc" >&51729 echo "configure:1730: checking for Makefile.in in c/src/lib/libmisc" >&5 1712 1730 if test -d $srcdir/c/src/lib/libmisc; then 1713 1731 rtems_av_save_dir=`pwd`; … … 1724 1742 1725 1743 echo $ac_n "checking for Makefile.in in c/src/tests/samples""... $ac_c" 1>&6 1726 echo "configure:17 27: checking for Makefile.in in c/src/tests/samples" >&51744 echo "configure:1745: checking for Makefile.in in c/src/tests/samples" >&5 1727 1745 if test -d $srcdir/c/src/tests/samples; then 1728 1746 rtems_av_save_dir=`pwd`; -
configure.in
r3013e18 r744df795 119 119 dnl a BSP library would be used to link an application. 120 120 121 RTEMS_HOST=$host_os 122 121 123 case "${target}" in 122 124 # hpux unix port should go here … … 136 138 target_cpu=unix 137 139 RTEMS_HAS_POSIX_API=no 140 RTEMS_HOST=Linux 138 141 ;; 139 142 no_cpu-rtems*) … … 147 150 target_cpu=unix 148 151 RTEMS_HAS_POSIX_API=no 152 RTEMS_HOST=Solaris 149 153 ;; 150 154 *) … … 169 173 170 174 # find all the Executive Makefiles 175 RTEMS_CHECK_MAKEFILE(c/src/exec/score/tools/$target_cpu) 171 176 RTEMS_CHECK_MAKEFILE(c/src/exec/rtems) 172 177 RTEMS_CHECK_MAKEFILE(c/src/exec/sapi) … … 259 264 260 265 dnl RTEMS_BSP=$rtems_bsp 261 RTEMS_HOST=$host_os266 dnl RTEMS_HOST=$host_os 262 267 RTEMS_ROOT=`cd $srcdir/c; pwd` 263 268 PROJECT_ROOT=`pwd;`
Note: See TracChangeset
for help on using the changeset viewer.