Two files missed in the last commit. Upgrade to version 5.2
This commit is contained in:
parent
01b14fb7ef
commit
bc9e4a5282
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69234
2 changed files with 34 additions and 0 deletions
31
devel/i386-rtems-gdb/files/patch-ac
Normal file
31
devel/i386-rtems-gdb/files/patch-ac
Normal file
|
@ -0,0 +1,31 @@
|
|||
--- etc/Makefile.in.orig Sat Jan 26 16:35:45 2002
|
||||
+++ etc/Makefile.in Tue Oct 15 06:18:35 2002
|
||||
@@ -46,7 +46,7 @@
|
||||
#### Host, target, and site specific Makefile fragments come in here.
|
||||
###
|
||||
|
||||
-INFOFILES = standards.info configure.info
|
||||
+INFOFILES =
|
||||
DVIFILES = standards.dvi configure.dvi
|
||||
|
||||
all:
|
||||
@@ -68,19 +68,6 @@
|
||||
done
|
||||
|
||||
install-info: info
|
||||
- $(SHELL) $(srcdir)/../mkinstalldirs $(infodir)
|
||||
- if test ! -f standards.info; then cd $(srcdir); fi; \
|
||||
- if test -f standards.info; then \
|
||||
- for i in standards.info*; do \
|
||||
- $(INSTALL_DATA) $$i $(infodir)/$$i; \
|
||||
- done; \
|
||||
- fi
|
||||
- if test ! -f configure.info; then cd $(srcdir); fi; \
|
||||
- if test -f configure.info; then \
|
||||
- for i in configure.info*; do \
|
||||
- $(INSTALL_DATA) $$i $(infodir)/$$i; \
|
||||
- done; \
|
||||
- fi
|
||||
|
||||
dvi:
|
||||
for f in $(DVIFILES); do \
|
3
devel/i386-rtems-gdb/pkg-plist.mips-rtems
Normal file
3
devel/i386-rtems-gdb/pkg-plist.mips-rtems
Normal file
|
@ -0,0 +1,3 @@
|
|||
bin/mips-rtems-gdb
|
||||
bin/mips-rtems-run
|
||||
lib/libmips-rtems-sim.a
|
Loading…
Reference in a new issue