This is the mail archive of the gdb-patches@sourceware.cygnus.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]

[PATCH RFA] Configury changes for IA-64


I seek approval for checking in the following changes:

	* configure.host, configure.tgt (ia64-*-linux*): New entry.

Index: configure.host
===================================================================
RCS file: /cvs/src/src/gdb/configure.host,v
retrieving revision 1.1.1.10
diff -u -p -r1.1.1.10 configure.host
--- configure.host	1999/12/22 21:45:03	1.1.1.10
+++ configure.host	2000/03/21 00:25:48
@@ -81,6 +81,9 @@ i[3456]86-*-unixware*)	gdb_host=i386v4 ;
 i[3456]86-*-sysv*)	gdb_host=i386v ;;
 i[3456]86-*-isc*)	gdb_host=i386v32 ;;
 i[3456]86-*-cygwin*)	gdb_host=cygwin ;;
+
+ia64-*-linux*)		gdb_host=linux ;;
+
 m680[01]0-sun-sunos3*)	gdb_host=sun2os3 ;;
 m680[01]0-sun-sunos4*)	gdb_host=sun2os4 ;;
 m68030-sony-*)		gdb_host=news1000 ;;
Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.4
diff -u -p -r1.4 configure.tgt
--- configure.tgt	2000/02/24 03:31:45	1.4
+++ configure.tgt	2000/03/21 00:25:48
@@ -118,6 +118,8 @@ i[3456]86-*-osf1mk*)	gdb_target=i386mk ;
 i[3456]86-*-cygwin*)	gdb_target=cygwin  ;;
 i[3456]86-*-vxworks*)	gdb_target=vxworks ;;
 
+ia64-*-linux*)		gdb_target=linux ;;
+
 i960-*-bout*)		gdb_target=vxworks960 ;;
 i960-nindy-coff*)	gdb_target=nindy960 ;;
 i960-*-coff*)		gdb_target=mon960 ;;


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