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/SPARC] Tweak Solaris target configuration


This adresses some of the concerns raised by Peter Schauer.

Committed to the branch.

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

	* configure.tgt: Rearrange things such that we include 64-bit
	Solaris 2 support for Solaris 7 and up, just like what is done for
	libbfd.

Index: configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.116.4.5
diff -u -p -r1.116.4.5 configure.tgt
--- configure.tgt 15 Nov 2003 21:27:05 -0000 1.116.4.5
+++ configure.tgt 15 Dec 2003 19:55:48 -0000
@@ -204,12 +204,14 @@ sh*)			gdb_target=embed ;;
 
 sparc-*-linux*)		gdb_target=linux ;;
 sparc-*-netbsd*)	gdb_target=nbsd ;;
-sparc-*-solaris2*)	gdb_target=sol2 ;;
-sparc-*-*)		gdb_target=sparc ;;
-sparc64-*-linux*)	gdb_target=linux64 ;;
-sparc64-*-solaris2* | sparcv9-*-solaris2*)
+sparc-*-solaris2.[0-6] | sparc-*-solaris2.[0-6].*)
+			gdb_target=sol2
+			;;
+sparc-*-solaris2* | sparcv9-*-solaris2* | sparc64-*-solaris2*)
 			gdb_target=sol64
 			;;
+sparc-*-*)		gdb_target=sparc ;;
+sparc64-*-linux*)	gdb_target=linux64 ;;
 
 xstormy16-*-*)          gdb_target=xstormy16 ;;
 


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