From 872cc62e7f8bcf75bcf1838e38bce6f3a00bf0c0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 7 Apr 1997 21:15:24 +0000 Subject: updated to put bsps in alphabetical order --- configure | 13 +++++++++---- configure.in | 9 +++++++-- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 8c94e3b4d3..b1b91f66ad 100644 --- a/configure +++ b/configure @@ -1063,6 +1063,11 @@ fi RTEMS_PREFIX=${target_cpu}-${target_vendor} +# +# Target configurations are listed in alphabetical order. +# The BSPs for a target configuration are also listed in alphabetical order. +# + case "${target}" in a29k-rtems*) rtems_bsp=portsw @@ -1092,8 +1097,8 @@ case "${target}" in makefiles=$i960_mk ;; m68k-rtems*) - rtems_bsp="efi332 gen68302 idp mvme147 mvme162 \ - dmv152 efi68k gen68360 mvme136 mvme147s" + rtems_bsp="dmv152 efi332 efi68k gen68302 gen68360 idp \ + mvme136 mvme147 mvme147s mvme162" makefiles=$m68k_mk ;; mips64orion-rtems*) @@ -1152,7 +1157,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1156: checking for $ac_word" >&5 +echo "configure:1161: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1181,7 +1186,7 @@ test -n "$AWK" && break done echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1185: checking whether ln -s works" >&5 +echo "configure:1190: checking whether ln -s works" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else diff --git a/configure.in b/configure.in index 80670571e9..8ac769061d 100644 --- a/configure.in +++ b/configure.in @@ -383,6 +383,11 @@ RTEMS_USE_MACROS=yes,RTEMS_USE_MACROS=no) RTEMS_PREFIX=${target_cpu}-${target_vendor} +# +# Target configurations are listed in alphabetical order. +# The BSPs for a target configuration are also listed in alphabetical order. +# + case "${target}" in a29k-rtems*) rtems_bsp=portsw @@ -412,8 +417,8 @@ case "${target}" in makefiles=$i960_mk ;; m68k-rtems*) - rtems_bsp="efi332 gen68302 idp mvme147 mvme162 \ - dmv152 efi68k gen68360 mvme136 mvme147s" + rtems_bsp="dmv152 efi332 efi68k gen68302 gen68360 idp \ + mvme136 mvme147 mvme147s mvme162" makefiles=$m68k_mk ;; mips64orion-rtems*) -- cgit v1.2.3