This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mail to MAXQ maintainer is bouncing


Hi Ben,

If we cannot track Inderpreet down on the mailing list, perhaps we
need to find a new maintainer for MAXQ?

Agreed.


In the meantime, unless someone comes forward, I propose applying the attached patch to mark the MAXQ port as obsolete. (The patch also removes support for the previously obsoleted targets).

Any objections to my applying this patch ?

Cheers
  Nick
Index: bfd/config.bfd
===================================================================
RCS file: /cvs/src/src/bfd/config.bfd,v
retrieving revision 1.217
diff -c -3 -p -r1.217 config.bfd
*** bfd/config.bfd	25 Oct 2006 06:49:20 -0000	1.217
--- bfd/config.bfd	9 Nov 2006 17:57:04 -0000
*************** targ_underscore=no
*** 31,42 ****
  
  # Catch obsolete configurations.
  case $targ in
!  m68*-apple-aux* | \
!  m68*-apollo-* | \
!  m68*-bull-sysv* | \
!  m68*-*-rtemscoff* | \
!  i960-*-rtems* | \
!  or32-*-rtems* | \
   null)
      if test "x$enable_obsolete" != xyes; then
        echo "*** Configuration $targ is obsolete." >&2
--- 31,37 ----
  
  # Catch obsolete configurations.
  case $targ in
!  maxq-*-coff | \
   null)
      if test "x$enable_obsolete" != xyes; then
        echo "*** Configuration $targ is obsolete." >&2
*************** case $targ in
*** 48,53 ****
--- 43,54 ----
  esac
  
  case $targ in
+  m68*-apple-aux* | \
+  m68*-apollo-* | \
+  m68*-bull-sysv* | \
+  m68*-*-rtemscoff* | \
+  i960-*-rtems* | \
+  or32-*-rtems* | \
   m68*-*-lynxos* | \
   sparc-*-lynxos* | \
   vax-*-vms* | \

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]