summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 07:50:05 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-08-09 07:50:05 +0000
commitf21ccd2c3c7f98489c5584aeb23e3c0f0f27b473 (patch)
tree6c7929c7b0b2c4f1e57281f92b7b9d7ac7579327 /c/src/configure.ac
parent2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-f21ccd2c3c7f98489c5584aeb23e3c0f0f27b473.tar.bz2
2002-08-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache creation (Make the bare BSP happy). * configure.ac: Ditto.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 8f160e42c2..94deb045c6 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -49,7 +49,9 @@ done
cp ${srcdir}/make/custom/default.cfg.in make/custom/default.cfg
AC_MSG_NOTICE([creating make/${RTEMS_BSP}.cache])
-${MAKE-make} -f ${srcdir}/make/bsp.mak RTEMS_BSP=${RTEMS_BSP} \
+${MAKE-make} -f ${srcdir}/make/bsp.mak \
+RTEMS_BSP=${RTEMS_BSP} \
+BARE_CPU_MODEL=${BARE_CPU_MODEL} \
RTEMS_ROOT=. make/${RTEMS_BSP}.cache
# Read back the cache