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]

[csl-arm] Disable rdi-share


The rdi-share library doesn't build on windows hosts, and none of our 
customers need it, so I've disabled it on csl-arm-20050325-branch.

Paul

2005-04-25  Paul Brook  <paul@codesourcery.com>

	* gdb/configure.tgt: Don't build rdi-share library.
	* gdb/config/arm/embed.mt: Ditto.
Index: gdb/configure.tgt
===================================================================
RCS file: /cvs/src/src/gdb/configure.tgt,v
retrieving revision 1.161.2.1
diff -u -p -r1.161.2.1 configure.tgt
--- gdb/configure.tgt	25 Mar 2005 22:02:37 -0000	1.161.2.1
+++ gdb/configure.tgt	25 Apr 2005 19:51:26 -0000
@@ -56,10 +56,10 @@ arm*-*-netbsd* | arm*-*-knetbsd*-gnu)
 arm-*-nto*)		gdb_target=nto ;;
 arm*-*-* | thumb*-*-* | strongarm*-*-*)
 			gdb_target=embed
-			build_rdi_share=yes
+#			build_rdi_share=yes
                         ;;
 xscale-*-*)		gdb_target=embed
-			build_rdi_share=yes
+#			build_rdi_share=yes
                         ;;
 
 avr-*-*)		gdb_target=avr ;;
Index: gdb/config/arm/embed.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/arm/embed.mt,v
retrieving revision 1.2
diff -u -p -r1.2 embed.mt
--- gdb/config/arm/embed.mt	13 Sep 2004 20:55:39 -0000	1.2
+++ gdb/config/arm/embed.mt	25 Apr 2005 19:51:26 -0000
@@ -1,6 +1,7 @@
 # Target: ARM embedded system
-TDEPFILES= arm-tdep.o remote-rdp.o remote-rdi.o
-TDEPLIBS= rdi-share/libangsd.a
+TDEPFILES= arm-tdep.o remote-rdp.o
+# remote-rdi.o
+#TDEPLIBS= rdi-share/libangsd.a
 DEPRECATED_TM_FILE= tm-embed.h
 
 SIM_OBS = remote-sim.o

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