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-target-name.m4 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'aclocal/canonical-target-name.m4') diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4 index ae4ea25caf..be7e650a95 100644 --- a/aclocal/canonical-target-name.m4 +++ b/aclocal/canonical-target-name.m4 @@ -15,10 +15,13 @@ AC_MSG_CHECKING(rtems target cpu) 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_CPU=unix ;; - i[3456]86-*freebsd2*) # unix "simulator" port + i[34567]86-*freebsd2*) # unix "simulator" port + RTEMS_CPU=unix + ;; + i[34567]86-pc-cygwin*) # Cygwin is just enough unix like :) RTEMS_CPU=unix ;; no_cpu-*rtems*) -- cgit v1.2.3