summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 19:54:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-02-14 19:54:33 +0000
commitebea96b5df881b058725ac556d0498f336c83b4f (patch)
tree688ebb2bfc11f586ef265e0f5f33800b6d2d8a5c
parent2003-02-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-ebea96b5df881b058725ac556d0498f336c83b4f.tar.bz2
2003-02-14 Joel Sherrill <joel@OARcorp.com>
AMD a29k obsolete. * custom/portsw.cfg: Removed.
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/portsw.cfg25
2 files changed, 5 insertions, 25 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 5ad67e20f0..f00f8709cc 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,3 +1,8 @@
+2003-02-14 Joel Sherrill <joel@OARcorp.com>
+
+ AMD a29k obsolete.
+ * custom/portsw.cfg: Removed.
+
2003-01-20 Duane Gustavus <duane@unt.edu>
* custom/m2m332.cfg: Fix path to linkcmds_ROM.
diff --git a/make/custom/portsw.cfg b/make/custom/portsw.cfg
deleted file mode 100644
index f21e84251d..0000000000
--- a/make/custom/portsw.cfg
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# Custom file for "portsw" -- AMD 29205 based board
-#
-# $Id$
-#
-
-# Note: This file is broken for sure
-
-include $(RTEMS_ROOT)/make/custom/default.cfg
-
-RTEMS_CPU=a29k
-RTEMS_CPU_MODEL=a29205
-
-# This is the actual bsp directory used during the build process.
-RTEMS_BSP_FAMILY=portsw
-
-define make-exe
- $(LINK.c) -Wl,-Map,$(basename $@).map \
- $(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS)
- $(NM) -n $@ > $(basename $@).num
- $(SIZE) $@
-endef
-
-# Miscellaneous additions go here