From fb2fc21a91af226b0f984cd1a551435112e099b4 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 23 Oct 2003 08:05:58 +0000 Subject: 2003-10-23 Ralf Corsepius * aclocal/canonical-host.m4: Remove. * Makefile.am: Reflect changes above. --- aclocal/canonical-host.m4 | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 aclocal/canonical-host.m4 (limited to 'aclocal') diff --git a/aclocal/canonical-host.m4 b/aclocal/canonical-host.m4 deleted file mode 100644 index 7077ab31c5..0000000000 --- a/aclocal/canonical-host.m4 +++ /dev/null @@ -1,25 +0,0 @@ -dnl $Id$ - -AC_DEFUN(RTEMS_CANONICAL_HOST, -[dnl -AC_REQUIRE([AC_CANONICAL_HOST]) -RTEMS_HOST=$host_os -case "${target}" in - # hpux unix port should go here - i[[34567]]86-*linux*) # unix "simulator" port - RTEMS_HOST=Linux - ;; - i[[34567]]86-*freebsd*) # unix "simulator" port - RTEMS_HOST=FreeBSD - ;; - i[[34567]]86-pc-cygwin*) # Cygwin is just enough unix like :) - RTEMS_HOST=Cygwin - ;; - sparc-sun-solaris*) # unix "simulator" port - RTEMS_HOST=Solaris - ;; - *) - ;; -esac -AC_SUBST(RTEMS_HOST) -])dnl -- cgit v1.2.3