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

* aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
This commit is contained in:
Ralf Corsepius
2009-10-16 02:43:38 +00:00
parent 1872c32ec4
commit 29d4ee9b04
4 changed files with 8 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
2009-10-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/canonical-target-name.m4: Remove RTEMS_HOST (unused).
2009-10-15 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Let _RTEMS_CHECK_CUSTOM_BSP look for

View File

@@ -15,14 +15,11 @@ AC_MSG_CHECKING(rtems target cpu)
case "${host}" in
no_cpu-*rtems*)
RTEMS_CPU=no_cpu
RTEMS_HOST=$host_os
;;
*)
RTEMS_CPU=`echo $host | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
RTEMS_HOST=$host_os
;;
esac
AC_SUBST(RTEMS_CPU)
AC_SUBST(RTEMS_HOST)
AC_MSG_RESULT($RTEMS_CPU)
])