Changeset 872cc62 in rtems
- Timestamp:
- 04/07/97 21:15:24 (27 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 17c4511
- Parents:
- 1c24fe7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r1c24fe7 r872cc62 1064 1064 RTEMS_PREFIX=${target_cpu}-${target_vendor} 1065 1065 1066 # 1067 # Target configurations are listed in alphabetical order. 1068 # The BSPs for a target configuration are also listed in alphabetical order. 1069 # 1070 1066 1071 case "${target}" in 1067 1072 a29k-rtems*) … … 1093 1098 ;; 1094 1099 m68k-rtems*) 1095 rtems_bsp=" efi332 gen68302 idp mvme147 mvme162\1096 dmv152 efi68k gen68360 mvme136 mvme147s"1100 rtems_bsp="dmv152 efi332 efi68k gen68302 gen68360 idp \ 1101 mvme136 mvme147 mvme147s mvme162" 1097 1102 makefiles=$m68k_mk 1098 1103 ;; … … 1153 1158 set dummy $ac_prog; ac_word=$2 1154 1159 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1155 echo "configure:11 56: checking for $ac_word" >&51160 echo "configure:1161: checking for $ac_word" >&5 1156 1161 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 1157 1162 echo $ac_n "(cached) $ac_c" 1>&6 … … 1182 1187 1183 1188 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1184 echo "configure:11 85: checking whether ln -s works" >&51189 echo "configure:1190: checking whether ln -s works" >&5 1185 1190 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1186 1191 echo $ac_n "(cached) $ac_c" 1>&6 -
configure.in
r1c24fe7 r872cc62 384 384 RTEMS_PREFIX=${target_cpu}-${target_vendor} 385 385 386 # 387 # Target configurations are listed in alphabetical order. 388 # The BSPs for a target configuration are also listed in alphabetical order. 389 # 390 386 391 case "${target}" in 387 392 a29k-rtems*) … … 413 418 ;; 414 419 m68k-rtems*) 415 rtems_bsp=" efi332 gen68302 idp mvme147 mvme162\416 dmv152 efi68k gen68360 mvme136 mvme147s"420 rtems_bsp="dmv152 efi332 efi68k gen68302 gen68360 idp \ 421 mvme136 mvme147 mvme147s mvme162" 417 422 makefiles=$m68k_mk 418 423 ;;
Note: See TracChangeset
for help on using the changeset viewer.