Changeset b9a7287e in rtems
- Timestamp:
- 03/14/01 19:43:57 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a2cc545e
- Parents:
- 7e05b53
- Location:
- scripts
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
r7e05b53 rb9a7287e 1 2001-03-14 Joel Sherrill <joel@OARcorp.com> 2 3 * gdb/Makefile.am, mkgdbspec.in: Added mipstx39-rtems 4 configuration to gdb since this includes the JMR3904 simulator. 5 1 6 2001-01-03 Joel Sherrill <joel@OARcorp.com> 2 7 -
scripts/gdb/Makefile.am
r7e05b53 rb9a7287e 46 46 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mips-rtems 47 47 48 mipstx39-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 49 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . mipstx39-rtems 50 48 51 powerpc-rtems-$(GDBVERS).spec: $(MKGDBSPEC_DEPS) 49 52 $(MKGDBSPEC) -cfg $(top_builddir)/setup.cache -o . powerpc-rtems … … 63 66 i386-rtems-$(GDBVERS).spec i960-rtems-$(GDBVERS).spec \ 64 67 m68k-rtems-$(GDBVERS).spec mips-rtems-$(GDBVERS).spec \ 65 mips 64orion-rtems-$(GDBVERS).spec powerpc-rtems-$(GDBVERS).spec \66 sh-rtems-$(GDBVERS).spec sh-rtemself-$(GDBVERS).spec \67 s parc-rtems-$(GDBVERS).spec68 mipstx39-rtems-$(GDBVERS).spec mips64orion-rtems-$(GDBVERS).spec \ 69 powerpc-rtems-$(GDBVERS).spec sh-rtems-$(GDBVERS).spec \ 70 sh-rtemself-$(GDBVERS).spec sparc-rtems-$(GDBVERS).spec 68 71 69 72 CLEANFILES += $(RPM_SPECS_DATA) -
scripts/mkgdbspec.in
r7e05b53 rb9a7287e 85 85 86 86 case ${target_alias} in 87 mipstx39*) 88 echo "/opt/rtems/bin/${target_alias}-run${exe_ext}" 89 ;; 87 90 powerpc*) 88 91 echo "/opt/rtems/bin/${target_alias}-run${exe_ext}"
Note: See TracChangeset
for help on using the changeset viewer.