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

Build error in 2009-06-30 patch, with fix


The 2009-06-30 patch that adds i386-low.c doesn't appear to have added
this file to the configure.srv for i*86-*-mingw32ce* .

The patch below fixes this.

	Danny



pavilion: {753} cvs diff configure.srv
Index: configure.srv
===================================================================
RCS file: /cvs/src/src/gdb/gdbserver/configure.srv,v
retrieving revision 1.42
diff -u -r1.42 configure.srv
--- configure.srv       30 Jun 2009 16:35:25 -0000      1.42
+++ configure.srv       5 Jul 2009 19:13:09 -0000
@@ -63,7 +63,7 @@
                        ;;
   i[34567]86-*-mingw32ce*)
                        srv_regobj=reg-i386.o
-                       srv_tgtobj="win32-low.o win32-i386-low.o"
+                       srv_tgtobj="win32-low.o win32-i386-low.o
i386-low.o"
                        srv_tgtobj="${srv_tgtobj} wincecompat.o"
                        # hostio_last_error implementation is in
win32-low.c
                        srv_hostio_err_objs=""


-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


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