Changeset f554b02 in rtems
- Timestamp:
- 05/23/05 07:28:06 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 33e9ef0
- Parents:
- 97a02229
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/Makefile.am
r97a02229 rf554b02 8 8 include $(top_srcdir)/automake/multilib.am 9 9 10 SUBDIRS = . adascore rtems sapi posix itron10 SUBDIRS = . score rtems sapi posix itron 11 11 SUBDIRS += libcsupport libblock libfs 12 12 SUBDIRS += libnetworking librpc -
cpukit/configure.ac
r97a02229 rf554b02 37 37 AM_PROG_CC_C_O 38 38 AC_PROG_RANLIB 39 40 # FIXME: For the moment, no reason to check for ada41 # RTEMS_PROG_GNAT42 39 43 40 RTEMS_CHECK_NEWLIB … … 57 54 AC_MSG_RESULT([$LIBRPC]) 58 55 ]) 59 60 AC_ARG_ENABLE([ada],61 [AS_HELP_STRING(--enable-ada,enable ada support)],62 [case "${enable_ada}" in63 yes) ;;64 no) ;;65 *) AC_MSG_ERROR([bad value ${enable_ada} for --enable-ada]) ;;66 esac],[enable_ada=no])67 56 68 57 AC_ARG_ENABLE([deprecated], … … 266 255 AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes") 267 256 268 AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \269 && test x"$rtems_cv_HAS_POSIX_API" = x"yes"])270 271 257 AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"]) 272 258 AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"]) … … 284 270 AC_CONFIG_FILES([ 285 271 Makefile 286 ada/Makefile287 272 rtems/Makefile 288 273 sapi/Makefile
Note: See TracChangeset
for help on using the changeset viewer.