summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:53:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-25 16:53:51 +0000
commitc801aba17b411757231a33f2a86cdab28f7dbb40 (patch)
treef7409b0e2ff7a393bcfacf401df45e5bcfd2c712 /make
parent2000-10-24 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c801aba17b411757231a33f2a86cdab28f7dbb40.tar.bz2
2000-10-24 Joel Sherrill <joel@OARcorp.com>
* custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU definition since this information can be picked up from autoconf generated files. These BSPs are shared by the mips and mips64orion "ports."
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog7
-rw-r--r--make/custom/p4600.cfg3
-rw-r--r--make/custom/p4650.cfg3
3 files changed, 11 insertions, 2 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index eec7eb4901..6271d65208 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,11 @@
+2000-10-24 Joel Sherrill <joel@OARcorp.com>
+
+ * custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
+ definition since this information can be picked up from
+ autoconf generated files. These BSPs are shared by the
+ mips and mips64orion "ports."
+
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* compilers/gcc-portsw.cfg: Use gcc style flags.
diff --git a/make/custom/p4600.cfg b/make/custom/p4600.cfg
index a2b8437117..4dd64d9d7d 100644
--- a/make/custom/p4600.cfg
+++ b/make/custom/p4600.cfg
@@ -6,7 +6,8 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
-RTEMS_CPU=mips64orion
+# I think we can get this from the generated target.cfg.
+# RTEMS_CPU=mips
RTEMS_CPU_MODEL=R4600
# This is the actual bsp directory used during the build process.
diff --git a/make/custom/p4650.cfg b/make/custom/p4650.cfg
index be6c4525ef..2672ef80aa 100644
--- a/make/custom/p4650.cfg
+++ b/make/custom/p4650.cfg
@@ -6,7 +6,8 @@
include $(RTEMS_ROOT)/make/custom/default.cfg
-RTEMS_CPU=mips64orion
+# I think we can get this from the generated target.cfg.
+# RTEMS_CPU=mips
RTEMS_CPU_MODEL=R4650
# This is the actual bsp directory used during the build process.