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: Reenable target-libmudflap for FreeBSD


As committed to mainline.  Configured before and after Mark's patch
and after this patch.

+ 	* configure.in: Build libmudflap by default on FreeBSD.
+ 	* configure: Regenerated.

Index: configure.in
===================================================================
RCS file: /cvs/gcc/gcc/configure.in,v
retrieving revision 1.300
diff -c -r1.300 configure.in
*** configure.in	9 Jul 2004 22:05:05 -0000	1.300
--- configure.in	9 Jul 2004 22:55:59 -0000
***************
*** 361,366 ****
--- 361,369 ----
      *-*-linux*)
          # Enable libmudflap by default in GNU/Linux.
  	;;
+     *-*-freebsd*)
+         # Enable libmudflap by default in FreeBSD.
+ 	;;
      *)
          # Disable it by default everywhere else.
  	noconfigdirs="$noconfigdirs target-libmudflap"


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