Changeset 9f6f026 in rtems
- Timestamp:
- 04/09/18 06:18:09 (5 years ago)
- Branches:
- 5, master
- Children:
- e1664027
- Parents:
- b606998
- git-author:
- Chris Johns <chrisj@…> (04/09/18 06:18:09)
- git-committer:
- Chris Johns <chrisj@…> (04/09/18 22:22:07)
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
rb606998 r9f6f026 26 26 RTEMS_ENABLE_NETWORKING 27 27 RTEMS_ENABLE_CXX 28 RTEMS_ENABLE_TESTS 28 RTEMS_ENABLE_TESTS 29 29 RTEMS_ENABLE_RTEMS_DEBUG 30 30 RTEMS_ENABLE_RTEMSBSP 31 31 RTEMS_ENABLE_PARAVIRT 32 32 RTEMS_ENABLE_DRVMGR 33 34 ## Check if there are valid tools install and in the path. 35 RTEMS_CHECK_TOOL(RTEMS_CC,gcc) 36 test -z "$RTEMS_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH]) 33 37 34 38 ## NOTES:
Note: See TracChangeset
for help on using the changeset viewer.