From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: gdb-patches@cygnus.com Subject: 4.17.87 patch SVR5 Date: Thu, 01 Apr 1999 00:00:00 -0000 Message-id: <19990326130914.G185@rjlhome.sco.com> X-SW-Source: 1999-q1/msg00126.html Much better. Missed it by only one line this time. :-) (robertl) rjlinux:/home/robertl/tmp/gdb/gdb-4.17.87/gdb $ diff -u configure.tgt_ configure.tgt --- configure.tgt_ Fri Mar 26 12:43:35 1999 +++ configure.tgt Fri Mar 26 12:45:41 1999 @@ -100,6 +100,7 @@ i[3456]86-*-sunos*) gdb_target=sun386 ;; i[3456]86-*-sysv4.2MP) gdb_target=i386v42mp ;; i[3456]86-*-sysv4.2uw2*) gdb_target=i386v42mp ;; +i[3456]86-*-sysv5*) gdb_target=i386v42mp ;; i[3456]86-*-sysv4*) gdb_target=i386v4 ;; i[3456]86-*-unixware2*) gdb_target=i386v42mp ;; i[3456]86-*-unixware*) gdb_target=i386v4 ;; Test results to follow. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Lipe To: gdb-patches@cygnus.com Subject: 4.17.87 patch SVR5 Date: Fri, 26 Mar 1999 11:09:00 -0000 Message-ID: <19990326130914.G185@rjlhome.sco.com> X-SW-Source: 1999-03/msg00072.html Message-ID: <19990326110900.hkPEzzx7xsJQFSVrzoWDus5yZu8TowoqRRvKsNyY1Fg@z> Much better. Missed it by only one line this time. :-) (robertl) rjlinux:/home/robertl/tmp/gdb/gdb-4.17.87/gdb $ diff -u configure.tgt_ configure.tgt --- configure.tgt_ Fri Mar 26 12:43:35 1999 +++ configure.tgt Fri Mar 26 12:45:41 1999 @@ -100,6 +100,7 @@ i[3456]86-*-sunos*) gdb_target=sun386 ;; i[3456]86-*-sysv4.2MP) gdb_target=i386v42mp ;; i[3456]86-*-sysv4.2uw2*) gdb_target=i386v42mp ;; +i[3456]86-*-sysv5*) gdb_target=i386v42mp ;; i[3456]86-*-sysv4*) gdb_target=i386v4 ;; i[3456]86-*-unixware2*) gdb_target=i386v42mp ;; i[3456]86-*-unixware*) gdb_target=i386v4 ;; Test results to follow.