From 8f5da34c1c3d2618296397be4b5f5c02a3e8df93 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 18 Apr 2000 13:00:20 +0000 Subject: [PATCH] Patch rtems-rc-4.5.0-15-cvs.diff from Ralf Corsepius that addresses configuration issues for posix/linux under SuSE-6.4: Unbelievable as it is, SuSE has started to use i486-suse-linux as canonicalization triple which breaks out linux/posix/unix. --- aclocal/canonical-host.m4 | 2 +- aclocal/canonical-target-name.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aclocal/canonical-host.m4 b/aclocal/canonical-host.m4 index 8efddbb7c8..cba8e05a54 100644 --- a/aclocal/canonical-host.m4 +++ b/aclocal/canonical-host.m4 @@ -7,7 +7,7 @@ RTEMS_HOST=$host_os changequote(,)dnl case "${target}" in # hpux unix port should go here - i[3456]86-pc-linux*) # unix "simulator" port + i[3456]86-*linux*) # unix "simulator" port RTEMS_HOST=Linux ;; i[3456]86-*freebsd2*) # unix "simulator" port diff --git a/aclocal/canonical-target-name.m4 b/aclocal/canonical-target-name.m4 index 93d16ce6f8..5aa4d6b7dd 100644 --- a/aclocal/canonical-target-name.m4 +++ b/aclocal/canonical-target-name.m4 @@ -15,7 +15,7 @@ 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[3456]86-*linux*) # unix "simulator" port RTEMS_CPU=unix ;; i[3456]86-*freebsd2*) # unix "simulator" port