summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:35:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-01-07 20:35:07 +0000
commit282180ccbf6e638036a9159653c109ae3092e71d (patch)
treefb4f861647e6b907ca98034e2ef3acaad00e08d7 /scripts
parent2004-01-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-282180ccbf6e638036a9159653c109ae3092e71d.tar.bz2
2004-01-07 Joel Sherrill <joel@OARcorp.com>
* buildall.in, buildalltar.in, binutils/Makefile.am, cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am, gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore, rtemsdoc/Makefile.am: mips64orion port removed as mips port more completely covers the MIPS family.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/ChangeLog8
-rw-r--r--scripts/binutils/Makefile.am4
-rwxr-xr-xscripts/buildall.in4
-rw-r--r--scripts/buildalltar.in4
-rw-r--r--scripts/cpukit/Makefile.am4
-rw-r--r--scripts/gcc3newlib/Makefile.am4
-rw-r--r--scripts/gccnewlib/Makefile.am4
-rw-r--r--scripts/gdb/Makefile.am4
-rw-r--r--scripts/rtems/Makefile.am4
-rw-r--r--scripts/rtemsdoc/.cvsignore1
-rw-r--r--scripts/rtemsdoc/Makefile.am2
11 files changed, 13 insertions, 30 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index e7a039783c..3e3f1f84cb 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-07 Joel Sherrill <joel@OARcorp.com>
+
+ * buildall.in, buildalltar.in, binutils/Makefile.am,
+ cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
+ gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
+ rtemsdoc/Makefile.am: mips64orion port removed as mips port more
+ completely covers the MIPS family.
+
2003-12-16 Joel Sherrill <joel@OARcorp.com>
* setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031022
diff --git a/scripts/binutils/Makefile.am b/scripts/binutils/Makefile.am
index 2115670f5c..884e9424a6 100644
--- a/scripts/binutils/Makefile.am
+++ b/scripts/binutils/Makefile.am
@@ -42,10 +42,6 @@ m68k-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
RPM_SPECS_DATA += m68k-rtems@osversion@-$(BINUTILSVERS).spec
-mips64orion-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
- $(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@
-RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(BINUTILSVERS).spec
-
mips-rtems@osversion@-$(BINUTILSVERS).spec: $(MKBINUTILSSPEC_DEPS)
$(MKBINUTILSSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
RPM_SPECS_DATA += mips-rtems@osversion@-$(BINUTILSVERS).spec
diff --git a/scripts/buildall.in b/scripts/buildall.in
index 8bffd316a3..eb9e06ca0b 100755
--- a/scripts/buildall.in
+++ b/scripts/buildall.in
@@ -64,7 +64,7 @@ fi
# This is the full list .. some may not build at any given time.
#ALL_TARGETS="i386-rtems i960-rtems m68k-rtems \
-# m68k-rtemself mips-rtems mips64orion-rtems \
+# m68k-rtemself mips-rtems \
# powerpc-rtems sh-rtems sh-rtemself sparc-rtems"
# This is the full buildable set.
@@ -72,7 +72,7 @@ if [ "X${TARGETS}" = "X" ] ; then
# do not include c4x as primary targets
# do not include sh-elf or i960-elf secondary targets
TARGETS="arm-rtems h8300-rtems i386-rtems i960-rtems m68k-rtems \
- mips-rtems mips64orion-rtems powerpc-rtems sh-rtems sparc-rtems"
+ mips-rtems powerpc-rtems sh-rtems sparc-rtems"
fi
. $CFG
diff --git a/scripts/buildalltar.in b/scripts/buildalltar.in
index 4014861e1a..342fd8ba65 100644
--- a/scripts/buildalltar.in
+++ b/scripts/buildalltar.in
@@ -96,7 +96,7 @@ fi
# This is the full list .. some may not build at any given time.
#ALL_TARGETS="i386-rtems i960-rtems m68k-rtems \
-# m68k-rtemself mips-rtems mips64orion-rtems \
+# m68k-rtemself mips-rtems \
# powerpc-rtems sh-rtems sh-rtemself sparc-rtems"
# This is the full buildable set.
@@ -104,7 +104,7 @@ if [ "X${TARGETS}" = "X" ] ; then
# do not include c4x as primary targets
# do not include sh-elf or i960-elf secondary targets
TARGETS="arm-rtems h8300-rtems i386-rtems \
- m68k-rtems mips64orion-rtems mips-rtems powerpc-rtems \
+ m68k-rtems mips-rtems powerpc-rtems \
sh-rtems sh-rtemself sparc-rtems"
fi
diff --git a/scripts/cpukit/Makefile.am b/scripts/cpukit/Makefile.am
index 01d1e00bc5..2fd34bb636 100644
--- a/scripts/cpukit/Makefile.am
+++ b/scripts/cpukit/Makefile.am
@@ -38,10 +38,6 @@ m68k-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems@osversion@ > $@
RPM_SPECS_DATA += m68k-rtems@osversion@-cpukit.spec
-mips64orion-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
- $(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems@osversion@ > $@
-RPM_SPECS_DATA += mips64orion-rtems@osversion@-cpukit.spec
-
mips-rtems@osversion@-cpukit.spec: $(MKSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems@osversion@ > $@
RPM_SPECS_DATA += mips-rtems@osversion@-cpukit.spec
diff --git a/scripts/gcc3newlib/Makefile.am b/scripts/gcc3newlib/Makefile.am
index cc03bc57e9..43040caaf3 100644
--- a/scripts/gcc3newlib/Makefile.am
+++ b/scripts/gcc3newlib/Makefile.am
@@ -52,10 +52,6 @@ m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
RPM_SPECS_DATA += m68k-rtems@osversion@-$(GCC3NEWLIBVERS).spec
-mips64orion-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
- $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@
-RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GCC3NEWLIBVERS).spec
-
mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
RPM_SPECS_DATA += mips-rtems@osversion@-$(GCC3NEWLIBVERS).spec
diff --git a/scripts/gccnewlib/Makefile.am b/scripts/gccnewlib/Makefile.am
index e7e90578b1..9fc9378267 100644
--- a/scripts/gccnewlib/Makefile.am
+++ b/scripts/gccnewlib/Makefile.am
@@ -49,9 +49,6 @@ i960-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIB_C_ONLY_SPEC_DEPS)
m68k-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems
-mips64orion-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
- $(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems
-
mips-rtems-$(GCCNEWLIBVERS).spec: $(MKGCCNEWLIBSPEC_DEPS)
$(MKGCCNEWLIBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems
@@ -71,7 +68,6 @@ RPM_SPECS_DATA = arm-rtems-$(GCCNEWLIBVERS).spec \
c4x-rtems-$(GCCNEWLIBVERS).spec h8300-rtems-$(GCCNEWLIBVERS).spec \
i386-rtems-$(GCCNEWLIBVERS).spec i960-rtems-$(GCCNEWLIBVERS).spec \
m68k-rtems-$(GCCNEWLIBVERS).spec mips-rtems-$(GCCNEWLIBVERS).spec \
- mips64orion-rtems-$(GCCNEWLIBVERS).spec \
powerpc-rtems-$(GCCNEWLIBVERS).spec sh-rtems-$(GCCNEWLIBVERS).spec \
sh-rtemself-$(GCCNEWLIBVERS).spec sparc-rtems-$(GCCNEWLIBVERS).spec
CLEANFILES += $(RPM_SPECS_DATA)
diff --git a/scripts/gdb/Makefile.am b/scripts/gdb/Makefile.am
index cf3253028b..d6d75b7a7a 100644
--- a/scripts/gdb/Makefile.am
+++ b/scripts/gdb/Makefile.am
@@ -52,10 +52,6 @@ m68k-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache m68k-rtems@osversion@ > $@
RPM_SPECS_DATA += m68k-rtems@osversion@-$(GDBVERS).spec
-mips64orion-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
- $(MKSPEC) -cfg $(top_builddir)/setup.cache mips64orion-rtems@osversion@ > $@
-RPM_SPECS_DATA += mips64orion-rtems@osversion@-$(GDBVERS).spec
-
mips-rtems@osversion@-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
$(MKSPEC) -cfg $(top_builddir)/setup.cache mips-rtems@osversion@ > $@
RPM_SPECS_DATA += mips-rtems@osversion@-$(GDBVERS).spec
diff --git a/scripts/rtems/Makefile.am b/scripts/rtems/Makefile.am
index 83483dd940..ad37b96cfa 100644
--- a/scripts/rtems/Makefile.am
+++ b/scripts/rtems/Makefile.am
@@ -18,9 +18,6 @@ i960-rtems-cvme961-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
m68k-rtems-gen68360-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . m68k-rtems gen68360
-mips64orion-rtems-p4600-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
- $(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . mips64orion-rtems p4600
-
powerpc-rtems-mcp750-$(BSPVERS).spec: $(MKBSPSPEC_DEPS)
$(MKBSPSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems mcp750
@@ -37,7 +34,6 @@ TEMPLATES = rtems.spec.in
RPM_SPECS_DATA = i386-rtems-pc386-$(BSPVERS).spec \
i960-rtems-cvme961-$(BSPVERS).spec m68k-rtems-gen68360-$(BSPVERS).spec \
- mips64orion-rtems-p4600-$(BSPVERS).spec \
powerpc-rtems-mcp750-$(BSPVERS).spec sh-rtems-gensh1-$(BSPVERS).spec \
sh-rtemself-gensh1-$(BSPVERS).spec sparc-rtems-erc32-$(BSPVERS).spec
diff --git a/scripts/rtemsdoc/.cvsignore b/scripts/rtemsdoc/.cvsignore
index 2d5260f80f..5aba362886 100644
--- a/scripts/rtemsdoc/.cvsignore
+++ b/scripts/rtemsdoc/.cvsignore
@@ -12,7 +12,6 @@ itron-docs.add
m68k-supplement.add
Makefile
Makefile.in
-mips64orion-supplement.add
mips-supplement.add
mkspec
networking-docs.add
diff --git a/scripts/rtemsdoc/Makefile.am b/scripts/rtemsdoc/Makefile.am
index abcdc9d0a6..aed74f5b2d 100644
--- a/scripts/rtemsdoc/Makefile.am
+++ b/scripts/rtemsdoc/Makefile.am
@@ -10,7 +10,7 @@ MKSPEC = $(SHELL) ./mkspec
MKSPEC_DEPS = mkspec rtemsdoc.spec.in $(top_builddir)/setup.cache
-SUPPLEMENTS = arm c4x i386 i960 m68k mips mips64orion powerpc sh sparc
+SUPPLEMENTS = arm c4x i386 i960 m68k mips powerpc sh sparc
DOCS = ada_user posix1003_1 bsp_howto
DOCS += c_user