summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scripts/ChangeLog6
-rw-r--r--scripts/gdb/Makefile.am9
-rw-r--r--scripts/setup.def4
3 files changed, 16 insertions, 3 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index dcd16cc29c..ec7318e99f 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,9 @@
+2001-10-16 Joel Sherrill <joel@OARcorp.com>
+
+ * setup.def: Bumped the gdb_patch_version to account for a configuration
+ problem on psim where it could not be enabled for powerpc-RTEMS.
+ * gdb/Makefile.am: Add i386-RTEMS and powerpc-RTEMS targets.
+
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mkbinutilsspec.in: Guard sed-pattern against autoconf.
diff --git a/scripts/gdb/Makefile.am b/scripts/gdb/Makefile.am
index 4cf6db85bd..f6938fbb48 100644
--- a/scripts/gdb/Makefile.am
+++ b/scripts/gdb/Makefile.am
@@ -30,6 +30,9 @@ hppa1.1-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
i386-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-rtems
+i386-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
+ $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i386-RTEMS
+
i960-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . i960-rtems
@@ -48,6 +51,9 @@ mips-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
mipstx39-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mipstx39-rtems
+powerpc-RTEMS-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
+ $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-RTEMS
+
powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS)
$(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems
@@ -67,7 +73,8 @@ RPM_SPECS_DATA = \
m68k-rtems-$(GDBVERS).spec mips-rtems-$(GDBVERS).spec \
mipstx39-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \
powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \
- sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec
+ sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec \
+ i386-RTEMS-$(GDBVERS).spec powerpc-RTEMS-$(GDBVERS).spec
CLEANFILES += $(RPM_SPECS_DATA)
diff --git a/scripts/setup.def b/scripts/setup.def
index e2757837f9..1675a3c8d2 100644
--- a/scripts/setup.def
+++ b/scripts/setup.def
@@ -12,8 +12,8 @@ gcc_version=2.95.3
gcc_patch_version=20010622a
gccnewlib_rpm_release=1
gdb_version=5.0
-gdb_patch_version=20010314
-gdb_rpm_release=4
+gdb_patch_version=20011015
+gdb_rpm_release=5
rtems_version=ss-20000726
rtems_rpm_release=1
rpm_build_root=/tmp