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] Don't set MH_CFLAGS for OpenBSD/i386 host


No longer necessary :-).

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/obsd.mh (MH_FLAGS): Remove.

Index: config/i386/obsd.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/obsd.mh,v
retrieving revision 1.6
diff -u -p -r1.6 obsd.mh
--- config/i386/obsd.mh 21 Feb 2004 19:11:38 -0000 1.6
+++ config/i386/obsd.mh 21 Feb 2004 21:10:48 -0000
@@ -4,7 +4,3 @@ XM_FILE= xm-i386.h
 
 NAT_FILE= nm-obsd.h
 NATDEPFILES= fork-child.o infptrace.o inftarg.o i386bsd-nat.o i386obsd-nat.o
-
-# The OpenBSD yacc generates yyname and yyrule tables that conflict at
-# link time if we define YYDEBUG to a non-zero value.
-MH_CFLAGS= -DYYDEBUG=0


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