Changeset 872cc62 in rtems


Ignore:
Timestamp:
04/07/97 21:15:24 (27 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
17c4511
Parents:
1c24fe7
Message:

updated to put bsps in alphabetical order

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • configure

    r1c24fe7 r872cc62  
    10641064RTEMS_PREFIX=${target_cpu}-${target_vendor}
    10651065
     1066#
     1067#  Target configurations are listed in alphabetical order. 
     1068#  The BSPs for a target configuration are also listed in alphabetical order.
     1069#
     1070
    10661071case "${target}" in
    10671072  a29k-rtems*)
     
    10931098        ;;
    10941099  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"
    10971102        makefiles=$m68k_mk
    10981103        ;;
     
    11531158set dummy $ac_prog; ac_word=$2
    11541159echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
    1155 echo "configure:1156: checking for $ac_word" >&5
     1160echo "configure:1161: checking for $ac_word" >&5
    11561161if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
    11571162  echo $ac_n "(cached) $ac_c" 1>&6
     
    11821187
    11831188echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
    1184 echo "configure:1185: checking whether ln -s works" >&5
     1189echo "configure:1190: checking whether ln -s works" >&5
    11851190if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
    11861191  echo $ac_n "(cached) $ac_c" 1>&6
  • configure.in

    r1c24fe7 r872cc62  
    384384RTEMS_PREFIX=${target_cpu}-${target_vendor}
    385385
     386#
     387#  Target configurations are listed in alphabetical order. 
     388#  The BSPs for a target configuration are also listed in alphabetical order.
     389#
     390
    386391case "${target}" in
    387392  a29k-rtems*)
     
    413418        ;;
    414419  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"
    417422        makefiles=$m68k_mk
    418423        ;;
Note: See TracChangeset for help on using the changeset viewer.