summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 10:00:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-10-12 10:53:16 +0200
commitee537ea3dd964d4de3565a36b4857af31fb5a3f4 (patch)
treead8b328a58469ca0632e3e61cd94f37c9d97cc25 /c/src/configure.ac
parentada-tests: Use _SUBDIRS instead of SUBDIRS (diff)
downloadrtems-ee537ea3dd964d4de3565a36b4857af31fb5a3f4.tar.bz2
ada-tests: Move to testsuites/ada
This solves a build dependency issue, e.g. building tests before librtemsbsp.a exists. Close #3079.
Diffstat (limited to '')
-rw-r--r--c/src/configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index d228b5efe2..0ef63ce80b 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -153,15 +153,6 @@ AC_ARG_ENABLE([ada],
*) AC_MSG_ERROR(bad value ${enable_ada} for --enable-ada) ;;
esac],[enable_ada=no])
-RTEMS_BSP_CONFIG_SUBDIR(
- [ada-tests],[ada-tests],
- ['--enable-rtems-root=../' \
- '--enable-project-root=${with_project_root}../$RTEMS_BSP' \
- '--with-project-top=${with_project_top}../' \
- '--enable-rtemsbsp=$RTEMS_BSP' \
- ],
- [test x"$enable_tests" = xyes && test x"$enable_ada" = xyes])
-
# HACK ALERT!
# FIXME: Assume multilib implies in-source-tree multilibs