summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 02:45:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-16 02:45:08 +0000
commitdf866c90e4391431e10f229920a40eb13ebb1013 (patch)
tree9e55268f8da56cd1fca2e3d1f9afc2972abd83a9 /c/src/configure.ac
parent2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-df866c90e4391431e10f229920a40eb13ebb1013.tar.bz2
2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_HOST (unused).
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 21b4bd8076..f4a1fff1a1 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -56,7 +56,6 @@ EOF
f=`grep "^include.*make/custom" ${cfg_file} \
| sed \
-e 's%^.*custom\/%%' \
- -e s%\$\(RTEMS_HOST\)%${RTEMS_HOST}% \
-e 's%default\.cfg%%' \
-e 's%\.cfg$%%'`;
else break; fi;
@@ -68,7 +67,6 @@ done
AC_MSG_NOTICE([creating make/${RTEMS_BSP}.cache])
${MAKE-make} -f ${srcdir}/make/bsp.mak \
RTEMS_BSP=${RTEMS_BSP} \
-RTEMS_HOST=${RTEMS_HOST} \
RTEMS_ROOT=. make/${RTEMS_BSP}.cache
# Read back the cache