From 2bb990f0a556da925be85ff3aa074bbdf000c168 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Feb 1998 21:20:43 +0000 Subject: Fixed hppa1.1 configuration. --- configure | 6 +++--- configure.in | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure b/configure index fa333e20ea..1b8384f162 100644 --- a/configure +++ b/configure @@ -1335,7 +1335,7 @@ RTEMS_HOST=$host_os case "${target}" in # hpux unix port should go here - hppa1.1-rtems*) + hppa1.1-*-rtems*) target_cpu=hppa1_1 ;; i[3456]86-go32-rtems*) @@ -1349,11 +1349,11 @@ case "${target}" in RTEMS_HAS_POSIX_API=no RTEMS_HOST=Linux ;; - no_cpu-rtems*) + no_cpu-*rtems*) target_cpu=no_cpu RTEMS_HAS_POSIX_API=no ;; - powerpc-*tems*) + powerpc-*rtems*) target_cpu=ppc ;; sparc-sun-solaris*) # unix "simulator" port diff --git a/configure.in b/configure.in index f84333f8a2..3b796011e1 100644 --- a/configure.in +++ b/configure.in @@ -126,7 +126,7 @@ RTEMS_HOST=$host_os case "${target}" in # hpux unix port should go here - hppa1.1-rtems*) + hppa1.1-*-rtems*) target_cpu=hppa1_1 ;; i[[3456]]86-go32-rtems*) @@ -140,11 +140,11 @@ case "${target}" in RTEMS_HAS_POSIX_API=no RTEMS_HOST=Linux ;; - no_cpu-rtems*) + no_cpu-*rtems*) target_cpu=no_cpu RTEMS_HAS_POSIX_API=no ;; - powerpc-*tems*) + powerpc-*rtems*) target_cpu=ppc ;; sparc-sun-solaris*) # unix "simulator" port -- cgit v1.2.3