2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/check-bsps.m4: Fix c4* and sim68000 entries
This commit is contained in:
Joel Sherrill
2000-09-01 07:12:52 +00:00
parent c698e7b8c9
commit be28778fd4
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-09-01 Ralf Corsepius
* aclocal/check-bsps.m4: Fix c4* and sim68000 entries
2000-08-30 Joel Sherrill <joel@OARcorp.com>
* LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.

View File

@@ -21,14 +21,14 @@ AC_MSG_CHECKING([for bsps])
ac*);;
config*);;
# Now account for BSPs with build variants
c4sxim) rtems_bsp="$rtems_bsp c4xsim c3xsim";;
c4xsim) rtems_bsp="$rtems_bsp c4xsim c3xsim";;
gen68360) rtems_bsp="$rtems_bsp gen68360 gen68360_040";;
p4000) rtems_bsp="$rtems_bsp p4600 p4650";;
mvme162) rtems_bsp="$rtems_bsp mvme162 mvme162lx";;
mbx8xx) rtems_bsp="$rtems_bsp mbx821_001 mbx860_002";;
motorola_powerpc) rtems_bsp="$rtems_bsp mvme2307 mcp750";;
pc386) rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686 pck6";;
sim68000) rtems_bsp="$rtems_bsp simcpu32";;
sim68000) rtems_bsp="$rtems_bsp sim68000 simcpu32";;
*) $1="[$]$1 $file";;
esac;
done