mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Reflect changes to testsuites/automake, testsuites/aclocal.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2005-11-20 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* configure.ac: Reflect changes to testsuites/automake,
|
||||||
|
testsuites/aclocal.
|
||||||
|
|
||||||
2005-05-06 Joel Sherrill <joel@OARcorp.com>
|
2005-05-06 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* tmtests/tmoverhd/tmtest.adb: Removed warnings.
|
* tmtests/tmoverhd/tmtest.adb: Removed warnings.
|
||||||
|
|||||||
@@ -16,23 +16,23 @@ AC_CHECK_PROGS([M4],[gm4 m4])
|
|||||||
RTEMS_PROG_GNAT
|
RTEMS_PROG_GNAT
|
||||||
RTEMS_CANONICALIZE_TOOLS
|
RTEMS_CANONICALIZE_TOOLS
|
||||||
|
|
||||||
RTEMS_ENABLE_MULTILIB
|
|
||||||
RTEMS_ENABLE_MULTIPROCESSING
|
|
||||||
RTEMS_ENV_RTEMSBSP
|
RTEMS_ENV_RTEMSBSP
|
||||||
|
RTEMS_PROJECT_ROOT
|
||||||
|
|
||||||
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
|
||||||
RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
|
RTEMS_CHECK_CPUOPTS([RTEMS_MULTIPROCESSING])
|
||||||
|
|
||||||
AS_IF([test x"$HAVE_GNAT" = x"no"],[
|
AS_IF([test x"$HAVE_GNAT" = x"no"],[
|
||||||
AC_MSG_ERROR([No acceptable GNATMAKE found.])
|
AC_MSG_ERROR([No acceptable GNATMAKE found.])
|
||||||
])
|
])
|
||||||
|
|
||||||
AM_CONDITIONAL(HAS_MP,test "$HAS_MP" = "yes")
|
AM_CONDITIONAL(HAS_MP,[test "$rtems_cv_RTEMS_MULTIPROCESSING" = yes])
|
||||||
|
|
||||||
RTEMS_CHECK_TOOL([GNATPREP],[gnatprep],[])
|
RTEMS_CHECK_TOOL([GNATPREP],[gnatprep],[])
|
||||||
|
|
||||||
# FIXME: Enable building the examples which are known to be broken
|
# FIXME: Enable building the examples which are known to be broken
|
||||||
AM_CONDITIONAL([EXPADA],
|
AM_CONDITIONAL([EXPADA],
|
||||||
[test x"$enable_expada" = x"yes" && test x"$HAVE_GNAT" = x"yes"])
|
[test x"$enable_expada" = xyes && test x"$HAVE_GNAT" = xyes])
|
||||||
|
|
||||||
RTEMS_PROJECT_ROOT
|
RTEMS_PROJECT_ROOT
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user