Changeset 3a8915e in rtems for c/src/exec/configure.in
- Timestamp:
- Aug 6, 1999, 5:55:25 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 2fe7208
- Parents:
- 22544db9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/configure.in
r22544db9 r3a8915e 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 … … 50 45 # Check if there is custom/*.cfg for this BSP 51 46 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) 52 53 47 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) 48 RTEMS_CHECK_POSIX_API(RTEMS_BSP) 54 49 55 50 # find all the Executive Makefiles … … 59 54 if test "$RTEMS_USE_MACROS" = "yes"; then 60 55 inline_dir="macros" 61 if test "$ RTEMS_HAS_POSIX_API" = "yes"; then56 if test "$HAS_POSIX_API" = "yes"; then 62 57 # The problem is that there is currently no code in posix/macros :) 63 58 AC_MSG_ERROR(Macros are not implemented for the POSIX API) … … 67 62 fi 68 63 69 if test "$ RTEMS_HAS_POSIX_API" = "yes"; then64 if test "$HAS_POSIX_API" = "yes"; then 70 65 makefiles="$makefiles posix/Makefile" 71 66 makefiles="$makefiles posix/src/Makefile" … … 86 81 87 82 AC_SUBST(rtems_cv_prog_cc_cross) 88 AC_SUBST(RTEMS_HAS_CPLUSPLUS)89 83 AC_SUBST(RTEMS_USE_GCC272) 90 84 AC_SUBST(program_prefix) … … 130 124 $makefiles 131 125 ) 132
Note: See TracChangeset
for help on using the changeset viewer.