mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 06:08:20 +00:00
Fixed hppa1.1 configuration.
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user