This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] disable libmudflap on mingw32


libmudflag doesn't compile on MinGW.
Is this patch OK for mainline?
--
	--Per Bothner
per@bothner.com   http://per.bothner.com/

	* configure.in:  Don't ocnfigure target-libmudflap for mingw.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.290
diff -u -r1.290 configure.in
--- configure.in	24 May 2004 11:08:12 -0000	1.290
+++ configure.in	25 May 2004 18:42:41 -0000
@@ -572,7 +572,7 @@
     ;;
   i[[3456789]]86-*-mingw32*)
     target_configdirs="$target_configdirs target-mingw"
-    noconfigdirs="$noconfigdirs expect target-libgloss ${libgcj}"
+    noconfigdirs="$noconfigdirs expect target-libgloss target-libmudflap ${libgcj}"
 
     # Can't build gdb for mingw32 if not native.
     case "${host}" in

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