OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [canonical-target-name.m4] - Diff between revs 1026 and 1765

Only display areas with differences | Details | Blame | View Log

Rev 1026 Rev 1765
dnl
dnl
dnl canonical-target-name.m4,v 1.12 2001/09/14 17:30:22 joel Exp
dnl canonical-target-name.m4,v 1.12 2001/09/14 17:30:22 joel Exp
dnl
dnl
 
 
dnl canonicalize target cpu
dnl canonicalize target cpu
dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl NOTE: Most rtems targets do not fullfil autoconf's
dnl target naming conventions "processor-vendor-os"
dnl target naming conventions "processor-vendor-os"
dnl Therefore autoconf's AC_CANONICAL_TARGET will fail for them
dnl Therefore autoconf's AC_CANONICAL_TARGET will fail for them
dnl and we have to fix it for rtems ourselves
dnl and we have to fix it for rtems ourselves
 
 
AC_DEFUN(RTEMS_CANONICAL_TARGET_CPU,
AC_DEFUN(RTEMS_CANONICAL_TARGET_CPU,
[
[
AC_CANONICAL_TARGET
AC_CANONICAL_TARGET
AC_MSG_CHECKING(rtems target cpu)
AC_MSG_CHECKING(rtems target cpu)
case "${target}" in
case "${target}" in
  # hpux unix port should go here
  # hpux unix port should go here
  i[[34567]]86-*linux*)         # unix "simulator" port
  i[[34567]]86-*linux*)         # unix "simulator" port
        RTEMS_CPU=unix
        RTEMS_CPU=unix
        ;;
        ;;
  i[[34567]]86-*freebsd*)       # unix "simulator" port
  i[[34567]]86-*freebsd*)       # unix "simulator" port
        RTEMS_CPU=unix
        RTEMS_CPU=unix
        ;;
        ;;
  i[[34567]]86-pc-cygwin*)      # Cygwin is just enough unix like :)
  i[[34567]]86-pc-cygwin*)      # Cygwin is just enough unix like :)
        RTEMS_CPU=unix
        RTEMS_CPU=unix
        ;;
        ;;
  no_cpu-*rtems*)
  no_cpu-*rtems*)
        RTEMS_CPU=no_cpu
        RTEMS_CPU=no_cpu
        ;;
        ;;
  sparc-sun-solaris*)           # unix "simulator" port
  sparc-sun-solaris*)           # unix "simulator" port
        RTEMS_CPU=unix
        RTEMS_CPU=unix
        ;;
        ;;
  *)
  *)
        RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
        RTEMS_CPU=`echo $target | sed 's%^\([[^-]]*\)-\(.*\)$%\1%'`
        ;;
        ;;
esac
esac
AC_SUBST(RTEMS_CPU)
AC_SUBST(RTEMS_CPU)
AC_MSG_RESULT($RTEMS_CPU)
AC_MSG_RESULT($RTEMS_CPU)
])
])
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.