Changeset 3a8915e in rtems for c/src/lib/configure.in
- Timestamp:
- 08/06/99 17:55:25 (24 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/lib/configure.in
r22544db9 r3a8915e 14 14 15 15 RTEMS_ENABLE_MULTIPROCESSING 16 RTEMS_ENABLE_POSIX17 16 RTEMS_ENABLE_NETWORKING 18 17 RTEMS_ENABLE_RDBG 19 RTEMS_ENABLE_INLINES20 18 RTEMS_ENABLE_CXX 21 19 RTEMS_ENABLE_GCC28 … … 58 56 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) 59 57 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP) 58 RTEMS_CHECK_CXX(RTEMS_BSP) 59 RTEMS_CHECK_NETWORKING(RTEMS_BSP) 60 60 61 61 RTEMS_BSP_ALIAS(${RTEMS_BSP},bspdir) … … 99 99 fi 100 100 101 if test "$HAS_MP" = "yes"; then 102 makefiles="$makefiles libbsp/shmdr/Makefile" 103 fi 104 101 105 AM_CONDITIONAL(UNIX,test "$RTEMS_CPU" = "unix") 102 106 # find all the CPU dependent library Makefiles … … 113 117 ;; 114 118 esac 115 116 # If RTEMS macros are enabled, then use them. Otherwise, use inlines.117 if test "$RTEMS_USE_MACROS" = "yes"; then118 inline_dir=macros119 if test "$RTEMS_HAS_POSIX_API" = "yes"; then120 # The problem is that there is currently no code in posix/macros :)121 AC_MSG_ERROR(Macros are not implemented for the POSIX API)122 fi123 else124 inline_dir=inline125 fi126 119 127 120 # If the TCP/IP stack is enabled, then find all TCP/IP Makefiles … … 196 189 include/Makefile 197 190 libbsp/Makefile 198 libbsp/shmdr/Makefile199 191 libc/Makefile 200 192 libcpu/Makefile
Note: See TracChangeset
for help on using the changeset viewer.