2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Reflect changes to cpukit.
This commit is contained in:
Ralf Corsepius
2004-01-21 18:07:48 +00:00
parent ba4eefd932
commit d844a182f0
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect changes to cpukit.
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to librdbg. * wrapup/Makefile.am: Reflect changes to librdbg.

View File

@@ -108,9 +108,9 @@ test -n "${CFLAGS_DEBUG_V}" && \
ac_configure_args="$ac_configure_args 'CFLAGS_DEBUG_V=${CFLAGS_DEBUG_V}'" ac_configure_args="$ac_configure_args 'CFLAGS_DEBUG_V=${CFLAGS_DEBUG_V}'"
RTEMS_PROG_CC_FOR_TARGET RTEMS_PROG_CC_FOR_TARGET
AM_PROG_CC_C_O
RTEMS_PROG_CCAS RTEMS_PROG_CCAS
RTEMS_CANONICALIZE_TOOLS RTEMS_CANONICALIZE_TOOLS
AM_PROG_CC_C_O
AC_SUBST(CUSTOM_CFG_FILES) AC_SUBST(CUSTOM_CFG_FILES)
AC_SUBST(cfg_dir) AC_SUBST(cfg_dir)
@@ -121,7 +121,7 @@ AS_IF([test x"$multilib" = x"no"],[
AC_CONFIG_COMMANDS_POST([ AC_CONFIG_COMMANDS_POST([
if test x"$multilib" = x"no"; then if test x"$multilib" = x"no"; then
RTEMS_CONFIG_SUBDIR([exec],[../../cpukit], RTEMS_CONFIG_SUBDIR([exec],[../../cpukit],
['--with-project-root=../../' '--enable-rtemsbsp=$RTEMS_BSP']) ['--with-project-root=../../..' '--enable-rtemsbsp=$RTEMS_BSP'])
fi fi
]) ])
BSP_SUBDIRS="exec" BSP_SUBDIRS="exec"