mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove RTEMS_HOST (unused).
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user