Changeset 2bb990f in rtems
- Timestamp:
- 02/11/98 21:20:43 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 360930c
- Parents:
- c2c5fc2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
rc2c5fc2 r2bb990f 1336 1336 case "${target}" in 1337 1337 # hpux unix port should go here 1338 hppa1.1- rtems*)1338 hppa1.1-*-rtems*) 1339 1339 target_cpu=hppa1_1 1340 1340 ;; … … 1350 1350 RTEMS_HOST=Linux 1351 1351 ;; 1352 no_cpu- rtems*)1352 no_cpu-*rtems*) 1353 1353 target_cpu=no_cpu 1354 1354 RTEMS_HAS_POSIX_API=no 1355 1355 ;; 1356 powerpc-* tems*)1356 powerpc-*rtems*) 1357 1357 target_cpu=ppc 1358 1358 ;; -
configure.in
rc2c5fc2 r2bb990f 127 127 case "${target}" in 128 128 # hpux unix port should go here 129 hppa1.1- rtems*)129 hppa1.1-*-rtems*) 130 130 target_cpu=hppa1_1 131 131 ;; … … 141 141 RTEMS_HOST=Linux 142 142 ;; 143 no_cpu- rtems*)143 no_cpu-*rtems*) 144 144 target_cpu=no_cpu 145 145 RTEMS_HAS_POSIX_API=no 146 146 ;; 147 powerpc-* tems*)147 powerpc-*rtems*) 148 148 target_cpu=ppc 149 149 ;;
Note: See TracChangeset
for help on using the changeset viewer.