Changeset f554b02 in rtems


Ignore:
Timestamp:
05/23/05 07:28:06 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
33e9ef0
Parents:
97a02229
Message:

Remove ada.

Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    r97a02229 rf554b02  
    88include $(top_srcdir)/automake/multilib.am
    99
    10 SUBDIRS = . ada score rtems sapi posix itron
     10SUBDIRS = . score rtems sapi posix itron
    1111SUBDIRS += libcsupport libblock libfs
    1212SUBDIRS += libnetworking librpc
  • cpukit/configure.ac

    r97a02229 rf554b02  
    3737AM_PROG_CC_C_O
    3838AC_PROG_RANLIB
    39 
    40 # FIXME: For the moment, no reason to check for ada
    41 # RTEMS_PROG_GNAT
    4239
    4340RTEMS_CHECK_NEWLIB
     
    5754AC_MSG_RESULT([$LIBRPC])
    5855])
    59 
    60 AC_ARG_ENABLE([ada],
    61 [AS_HELP_STRING(--enable-ada,enable ada support)],
    62 [case "${enable_ada}" in
    63   yes) ;;
    64   no) ;;
    65   *)  AC_MSG_ERROR([bad value ${enable_ada} for --enable-ada]) ;;
    66 esac],[enable_ada=no])
    6756
    6857AC_ARG_ENABLE([deprecated],
     
    266255AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
    267256
    268 AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
    269   && test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
    270 
    271257AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
    272258AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
     
    284270AC_CONFIG_FILES([
    285271Makefile
    286 ada/Makefile
    287272rtems/Makefile
    288273sapi/Makefile
Note: See TracChangeset for help on using the changeset viewer.