mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Removed all go32 configuration tests. This patch also comments out some special treatment for Cygwin from *.m4 macros. According to reports from David Fiddes. these should not be necessary anymore.
This commit is contained in:
@@ -10,7 +10,6 @@ AC_DEFUN(RTEMS_BSP_ALIAS,
|
||||
case $1 in
|
||||
mvme162lx) $2=mvme162 ;; # mvme162 board variant
|
||||
gen68360_040) $2=gen68360 ;; # 68360 in companion mode
|
||||
go32_p5) $2=go32 ;; # go32 on Pentium class CPU
|
||||
p4600) $2=p4000 ;; # p4000 board with IDT 4600
|
||||
p4650) $2=p4000 ;; # p4000 board with IDT 4650
|
||||
*) $2=$1;;
|
||||
|
||||
Reference in New Issue
Block a user