Changeset 2bb990f in rtems


Ignore:
Timestamp:
02/11/98 21:20:43 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
360930c
Parents:
c2c5fc2
Message:

Fixed hppa1.1 configuration.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    rc2c5fc2 r2bb990f  
    13361336case "${target}" in
    13371337  # hpux unix port should go here
    1338   hppa1.1-rtems*)
     1338  hppa1.1-*-rtems*)
    13391339        target_cpu=hppa1_1
    13401340        ;;
     
    13501350        RTEMS_HOST=Linux
    13511351        ;;
    1352   no_cpu-rtems*)
     1352  no_cpu-*rtems*)
    13531353        target_cpu=no_cpu
    13541354        RTEMS_HAS_POSIX_API=no
    13551355        ;;
    1356   powerpc-*tems*)
     1356  powerpc-*rtems*)
    13571357        target_cpu=ppc
    13581358        ;;
  • configure.in

    rc2c5fc2 r2bb990f  
    127127case "${target}" in
    128128  # hpux unix port should go here
    129   hppa1.1-rtems*)
     129  hppa1.1-*-rtems*)
    130130        target_cpu=hppa1_1
    131131        ;;
     
    141141        RTEMS_HOST=Linux
    142142        ;;
    143   no_cpu-rtems*)
     143  no_cpu-*rtems*)
    144144        target_cpu=no_cpu
    145145        RTEMS_HAS_POSIX_API=no
    146146        ;;
    147   powerpc-*tems*)
     147  powerpc-*rtems*)
    148148        target_cpu=ppc
    149149        ;;
Note: See TracChangeset for help on using the changeset viewer.