From df49c60c9671e4a28e636964d744c1f59fb6cb68 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 12 Jun 2000 15:00:15 +0000 Subject: Merged from 4.5.0-beta3a --- aclocal/canonical-host.m4 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'aclocal/canonical-host.m4') diff --git a/aclocal/canonical-host.m4 b/aclocal/canonical-host.m4 index 3f92cfa5bb..de695c9de2 100644 --- a/aclocal/canonical-host.m4 +++ b/aclocal/canonical-host.m4 @@ -7,13 +7,16 @@ RTEMS_HOST=$host_os changequote(,)dnl case "${target}" in # hpux unix port should go here - i[3456]86-pc-linux*) # unix "simulator" port + i[34567]86-*linux*) # unix "simulator" port RTEMS_HOST=Linux ;; - i[3456]86-*freebsd2*) # unix "simulator" port + i[34567]86-*freebsd2*) # unix "simulator" port RTEMS_HOST=FreeBSD ;; - sparc-sun-solaris*) # unix "simulator" port + i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :) + RTEMS_HOST=Cygwin + ;; + sparc-sun-solaris*) # unix "simulator" port RTEMS_HOST=Solaris ;; *) -- cgit v1.2.3