summaryrefslogtreecommitdiffstats
path: root/make/custom/go32_p5.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 18:39:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-05 18:39:56 +0000
commit977623bbb1b801b77589dc85bb28121364858654 (patch)
treef37ed048301c480abb9615bb013c8b38261edb05 /make/custom/go32_p5.cfg
parentModified to remove reference to Force CPU386. Actually this was a misnamed (diff)
downloadrtems-977623bbb1b801b77589dc85bb28121364858654.tar.bz2
Removed targets and configurations that are no longer functional
and not likely to become so. Comments on each configuration are below. + Force CPU386 - This BSP was developed as part of the initial port of RTEMS to the i386. This board has been unavailable for a long time now. + GO32 - This BSP and some CPU code supported djgpp v1.x. This version is now quite old. No one has stepped forward to update the code to v2.x which may be technically impossible anyway. More importantly, go32 has been superceded by the pc386 BSP.
Diffstat (limited to 'make/custom/go32_p5.cfg')
-rw-r--r--make/custom/go32_p5.cfg15
1 files changed, 0 insertions, 15 deletions
diff --git a/make/custom/go32_p5.cfg b/make/custom/go32_p5.cfg
deleted file mode 100644
index 45668dfaa4..0000000000
--- a/make/custom/go32_p5.cfg
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Configuration file for a Pentium using the go32 BSP
-#
-# $Id$
-#
-
-#
-# All go32 configurations share the same base file, only the cpu model
-# differs.
-#
-
-RTEMS_GO32_CPU_MODEL=pentium
-
-include $(RTEMS_ROOT)/make/custom/go32.cfg
-