Changeset 9f6f026 in rtems


Ignore:
Timestamp:
04/09/18 06:18:09 (5 years ago)
Author:
Chris Johns <chrisj@…>
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)
Message:

Generate an error if no valid gcc is found when configure runs.

Close #3385.

Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    rb606998 r9f6f026  
    2626RTEMS_ENABLE_NETWORKING
    2727RTEMS_ENABLE_CXX
    28 RTEMS_ENABLE_TESTS 
     28RTEMS_ENABLE_TESTS
    2929RTEMS_ENABLE_RTEMS_DEBUG
    3030RTEMS_ENABLE_RTEMSBSP
    3131RTEMS_ENABLE_PARAVIRT
    3232RTEMS_ENABLE_DRVMGR
     33
     34## Check if there are valid tools install and in the path.
     35RTEMS_CHECK_TOOL(RTEMS_CC,gcc)
     36test -z "$RTEMS_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
    3337
    3438## NOTES:
Note: See TracChangeset for help on using the changeset viewer.