2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>

* configure.ac: Remove RTEMS_HOST (unused).
This commit is contained in:
Ralf Corsepius
2009-10-16 02:45:08 +00:00
parent 29d4ee9b04
commit df866c90e4
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_HOST (unused).
* aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>

View File

@@ -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