mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-bsps.m4: Fix c4* and sim68000 entries
This commit is contained in:
@@ -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>
|
2000-08-30 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
|
* LICENSE.NET, LICENSE.RPCXDR, LICENSE.WEBSERVER: New files.
|
||||||
|
|||||||
@@ -21,14 +21,14 @@ AC_MSG_CHECKING([for bsps])
|
|||||||
ac*);;
|
ac*);;
|
||||||
config*);;
|
config*);;
|
||||||
# Now account for BSPs with build variants
|
# 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";;
|
gen68360) rtems_bsp="$rtems_bsp gen68360 gen68360_040";;
|
||||||
p4000) rtems_bsp="$rtems_bsp p4600 p4650";;
|
p4000) rtems_bsp="$rtems_bsp p4600 p4650";;
|
||||||
mvme162) rtems_bsp="$rtems_bsp mvme162 mvme162lx";;
|
mvme162) rtems_bsp="$rtems_bsp mvme162 mvme162lx";;
|
||||||
mbx8xx) rtems_bsp="$rtems_bsp mbx821_001 mbx860_002";;
|
mbx8xx) rtems_bsp="$rtems_bsp mbx821_001 mbx860_002";;
|
||||||
motorola_powerpc) rtems_bsp="$rtems_bsp mvme2307 mcp750";;
|
motorola_powerpc) rtems_bsp="$rtems_bsp mvme2307 mcp750";;
|
||||||
pc386) rtems_bsp="$rtems_bsp pc386 pc486 pc586 pc686 pck6";;
|
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";;
|
*) $1="[$]$1 $file";;
|
||||||
esac;
|
esac;
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user