This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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]

[PATCH] Remove redundant unixware entries from configure.tgt


Argh!  I unintentially sneaked in a sparc-*-openbsd config.  Will
remove that one shortly.

Anyway, the unixware entries are no longer necessary since config.sub
already maps them them to something else.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* configure.tgt (i[3456]86-*-unixware*, i[3456]86-*-unixware2*):
	Remove targets.  These are canonicalized to i386-*-sysv4.2uw by
	config.sub.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.60
diff -u -p -r1.60 configure.tgt
--- configure.tgt 8 May 2002 15:29:35 -0000 1.60
+++ configure.tgt 12 May 2002 14:54:45 -0000
@@ -103,8 +103,6 @@ i[3456]86-*-solaris*)	gdb_target=i386sol
 i[3456]86-*-sysv4.2*)	gdb_target=i386v42mp ;;
 i[3456]86-*-sysv4*)	gdb_target=i386v4 ;;
 i[3456]86-*-sysv5*)	gdb_target=i386v42mp ;;
-i[3456]86-*-unixware2*)	gdb_target=i386v42mp ;;
-i[3456]86-*-unixware*)	gdb_target=i386v4 ;;
 i[3456]86-*-sco3.2v4*)	gdb_target=i386sco4 ;;
 i[3456]86-*-sco3.2v5*)	gdb_target=i386sco5 ;;
 i[3456]86-*-sco*)	gdb_target=i386v ;;
@@ -260,7 +258,8 @@ sparc-*-coff*)		gdb_target=sparc-em ;;
 sparc-*-elf*)		gdb_target=sparc-em ;;
 sparc-*-linux*)		gdb_target=linux ;;
 sparc-*-lynxos*)	gdb_target=sparclynx ;;
-sparc-*-netbsd*)	gdb_target=nbsd ;;
+sparc-*-netbsd* | sparc-*-openbsd*)
+			gdb_target=nbsd ;;
 sparc-*-solaris2*)	gdb_target=sun4sol2 ;;
 sparc-*-sunos4*)	gdb_target=sun4os4 ;;
 sparc-*-sunos5*)	gdb_target=sun4sol2 ;;


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