Changeset a719382 in rtems for c/src/lib/configure.in
- Timestamp:
- 08/30/99 18:38:26 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d9c2e9f5
- Parents:
- 6cc786f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/configure.in
r6cc786f ra719382 34 34 RTEMS_PROG_CC_FOR_TARGET 35 35 36 dnl check for g++37 if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then38 RTEMS_PROG_CXX_FOR_TARGET39 fi40 41 36 RTEMS_CANONICALIZE_TOOLS 42 37 … … 54 49 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) 55 50 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) 56 RTEMS_CHECK_CXX(RTEMS_BSP)57 51 RTEMS_CHECK_NETWORKING(RTEMS_BSP) 58 52 … … 144 138 fi 145 139 146 # If the C++ support is enabled, then include the Makefiles147 if test "$HAS_CPLUSPLUS" = "yes"; then148 RTEMS_CHECK_MAKEFILE(librtems++)149 fi150 151 140 # If the HWAPI is enabled, the find the HWAPI Makefiles 152 141 RTEMS_ENABLE_HWAPI
Note: See TracChangeset
for help on using the changeset viewer.