svn commit: r233397 - head/contrib/gcc/config/mips

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Mar 23 21:07:11 UTC 2012


Author: gonzo
Date: Fri Mar 23 21:07:10 2012
New Revision: 233397
URL: http://svn.freebsd.org/changeset/base/233397

Log:
  Disable IRIX compatibility flags for DWARF code generator. IRIX-compatible
      DWARF code is not compatible with CTF tools

Modified:
  head/contrib/gcc/config/mips/freebsd.h

Modified: head/contrib/gcc/config/mips/freebsd.h
==============================================================================
--- head/contrib/gcc/config/mips/freebsd.h	Fri Mar 23 20:58:27 2012	(r233396)
+++ head/contrib/gcc/config/mips/freebsd.h	Fri Mar 23 21:07:10 2012	(r233397)
@@ -351,4 +351,5 @@ Boston, MA 02110-1301, USA.  */
 #endif
 
 /************************[  Debugger stuff  ]*********************************/
-
+#undef DBX_DEBUGGING_INFO
+#undef MIPS_DEBUGGING_INFO


More information about the svn-src-head mailing list