summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-23 07:28:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-23 07:28:06 +0000
commitf554b02907b9824bbb20e153858046a53b475167 (patch)
tree40456d930ddc0fd1dd4fd444d78e27938a0165c3
parentRemove. (diff)
downloadrtems-f554b02907b9824bbb20e153858046a53b475167.tar.bz2
Remove ada.
-rw-r--r--cpukit/Makefile.am2
-rw-r--r--cpukit/configure.ac15
2 files changed, 1 insertions, 16 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index ee366c9324..638ca83987 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -7,7 +7,7 @@ ACLOCAL_AMFLAGS = -I aclocal
include $(top_srcdir)/automake/compile.am
include $(top_srcdir)/automake/multilib.am
-SUBDIRS = . ada score rtems sapi posix itron
+SUBDIRS = . score rtems sapi posix itron
SUBDIRS += libcsupport libblock libfs
SUBDIRS += libnetworking librpc
SUBDIRS += libmisc
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index c0f5b5186c..6478b0ff50 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -37,9 +37,6 @@ RTEMS_CANONICALIZE_TOOLS
AM_PROG_CC_C_O
AC_PROG_RANLIB
-# FIXME: For the moment, no reason to check for ada
-# RTEMS_PROG_GNAT
-
RTEMS_CHECK_NEWLIB
RTEMS_CHECK_MULTIPROCESSING
@@ -57,14 +54,6 @@ AC_MSG_CHECKING([whether CPU supports librpc])
AC_MSG_RESULT([$LIBRPC])
])
-AC_ARG_ENABLE([ada],
-[AS_HELP_STRING(--enable-ada,enable ada support)],
-[case "${enable_ada}" in
- yes) ;;
- no) ;;
- *) AC_MSG_ERROR([bad value ${enable_ada} for --enable-ada]) ;;
-esac],[enable_ada=no])
-
AC_ARG_ENABLE([deprecated],
[AS_HELP_STRING(--enable-deprecated,allow using deprecated files)],
[case "${enable_deprecated}" in
@@ -265,9 +254,6 @@ AM_CONDITIONAL(HAS_POSIX,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
AM_CONDITIONAL(HAS_ITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
AM_CONDITIONAL(HAS_NETWORKING,test x"$HAS_NETWORKING" = x"yes")
-AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
- && test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
-
AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
@@ -283,7 +269,6 @@ AC_CONFIG_HEADER(config.h)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([
Makefile
-ada/Makefile
rtems/Makefile
sapi/Makefile
score/Makefile