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]

Re: [RFA] EOL config/i386/xm-cygwin.h


Hi,

this patch gets rid of config/i386/xm-cygwin.h. Ok to apply?

Corinna

	* config/i386/cygwin.mh (MH_CFLAGS): Add -DCRLF_SOURCE_FILES.
	(XM_FILE): Remove.
	* config/i386/xm-cygwin.h: Remove.

Index: config/i386/cygwin.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/cygwin.mh,v
retrieving revision 1.6
diff -p -u -r1.6 cygwin.mh
--- config/i386/cygwin.mh 4 Feb 2002 11:00:10 -0000 1.6
+++ config/i386/cygwin.mh 21 Sep 2004 15:45:08 -0000
@@ -1,5 +1,4 @@
-MH_CFLAGS=
-XM_FILE=xm-cygwin.h
+MH_CFLAGS=-DCRLF_SOURCE_FILES
NATDEPFILES= i386-nat.o win32-nat.o corelow.o NAT_FILE=nm-cygwin.h
XM_CLIBS=

MH_CFLAGS is as problematic as xm-file. Both should be handled by autoconfigury.


Eli's got a discussion thread going on this.

Andrew



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