diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-24 08:16:19 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-06-24 08:16:19 +0000 |
commit | b4327412d2e40a4609090323c697012b02f82c3a (patch) | |
tree | 9ccde624c7bd1d5c9c6e9f6a263ac7a88b29cc57 /devel/i386-rtems-gdb/files/patch-ac | |
parent | - Add devel/cross-gdb port. (diff) |
- Update the rtems ports collection. Now these ports will be slaves of
more generic cross-* ports, that will simplify updating and bug fixes.
* Update binutils to 2.17
* Update gcc to 4.2.0
* Update gdb to 6.6
- Deprecate ports for i960 architecture abandoned by mainstream
- Deprecate *-g77 and *-objc ports, support for these languages can
be enabled via OPTIONS in relative *-gcc ports.
- Take maintainership.
Approved by: ade (maintainer)
Notes
Notes:
svn path=/head/; revision=194159
Diffstat (limited to 'devel/i386-rtems-gdb/files/patch-ac')
-rw-r--r-- | devel/i386-rtems-gdb/files/patch-ac | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/i386-rtems-gdb/files/patch-ac b/devel/i386-rtems-gdb/files/patch-ac deleted file mode 100644 index 861b13292684..000000000000 --- a/devel/i386-rtems-gdb/files/patch-ac +++ /dev/null @@ -1,31 +0,0 @@ ---- 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 \ |