summaryrefslogtreecommitdiffstats
path: root/c/src/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-12 14:29:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-12 14:29:54 +0000
commit67bfd9a63ee473f71a19279657ddbf40e46cca0c (patch)
tree80d64036aa02ac19afb86df6e93777d8e3ccd6d8 /c/src/Makefile.am
parent2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-67bfd9a63ee473f71a19279657ddbf40e46cca0c.tar.bz2
2002-08-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Posix-BSP-Hacks: * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to make/bsp.mak * Makefile.am: Pass RTEMS_HOST to make/bsp.mak. * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
Diffstat (limited to 'c/src/Makefile.am')
-rw-r--r--c/src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/Makefile.am b/c/src/Makefile.am
index e03405decf..28c11c13d8 100644
--- a/c/src/Makefile.am
+++ b/c/src/Makefile.am
@@ -12,7 +12,7 @@ clean-local:
make/@RTEMS_BSP@.cache: make/bsp.mak @CUSTOM_CFG_FILES@
$(RM) make/@RTEMS_BSP@.cache
$(MAKE) -f ${srcdir}/make/bsp.mak \
- RTEMS_BSP=@RTEMS_BSP@ RTEMS_ROOT=. BARE_CPU_MODEL=${BARE_CPU_MODEL} \
+ RTEMS_BSP=@RTEMS_BSP@ RTEMS_HOST=@RTEMS_HOST@ RTEMS_ROOT=. BARE_CPU_MODEL=${BARE_CPU_MODEL} \
make/@RTEMS_BSP@.cache
noinst_DATA = make/@RTEMS_BSP@.cache