summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-11 21:20:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-02-11 21:20:43 +0000
commit2bb990f0a556da925be85ff3aa074bbdf000c168 (patch)
tree14541a74b4e6f7aa985451c6d37caff3e8679a77
parentnew test cases (diff)
downloadrtems-2bb990f0a556da925be85ff3aa074bbdf000c168.tar.bz2
Fixed hppa1.1 configuration.
-rw-r--r--configure6
-rw-r--r--configure.in6
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