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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [aclocal/] [canonical-host.m4] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
dnl canonical-host.m4,v 1.6 2000/11/15 21:56:52 joel Exp
2
 
3
AC_DEFUN(RTEMS_CANONICAL_HOST,
4
[dnl
5
AC_REQUIRE([AC_CANONICAL_HOST])
6
RTEMS_HOST=$host_os
7
case "${target}" in
8
  # hpux unix port should go here
9
  i[[34567]]86-*linux*)          # unix "simulator" port
10
        RTEMS_HOST=Linux
11
        ;;
12
  i[[34567]]86-*freebsd*)         # unix "simulator" port
13
        RTEMS_HOST=FreeBSD
14
        ;;
15
  i[[34567]]86-pc-cygwin*)      # Cygwin is just enough unix like :)
16
        RTEMS_HOST=Cygwin
17
        ;;
18
  sparc-sun-solaris*)           # unix "simulator" port
19
        RTEMS_HOST=Solaris
20
        ;;
21
  *)
22
        ;;
23
esac
24
AC_SUBST(RTEMS_HOST)
25
])dnl

powered by: WebSVN 2.1.0

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