This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project. See the GDB home page for more information.


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

Re: 4.17.87 patch SVR5



   Date: Fri, 26 Mar 1999 13:09:14 -0600
   From: Robert Lipe <robertl@sco.com>

   Much better.   Missed it by only one line this time. :-)

Ah ha, you've been holding out on me, you dirty software hoarder. :-) :-)

I'm adding that to the repository now.  In exchange for the added
line, I collapsed the two 4.2 configs:

    i[3456]86-*-sysv4.2MP) gdb_target=i386v42mp ;;
    i[3456]86-*-sysv4.2uw2*)       gdb_target=i386v42mp ;;

to

    i[3456]86-*-sysv4.2*) gdb_target=i386v42mp ;;

I assume this is a plausible thing to do, but I'll go along with people
who know more about the minutiae of SCO/Unixware configs.

							Stan