public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* PATCH: Reenable target-libmudflap for FreeBSD
@ 2004-07-09 23:32 Loren James Rittle
  0 siblings, 0 replies; only message in thread
From: Loren James Rittle @ 2004-07-09 23:32 UTC (permalink / raw)
  To: gcc-patches

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"

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-09 23:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-07-09 23:32 PATCH: Reenable target-libmudflap for FreeBSD Loren James Rittle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).