[PATCH] Don't set MH_CFLAGS for OpenBSD/i386 host

Mark Kettenis kettenis@chello.nl
Sat Feb 21 21:12:00 GMT 2004


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



More information about the Gdb-patches mailing list