From: Richard Kenner Date: Fri, 29 Oct 1993 16:52:48 +0000 (-0400) Subject: ({DBX,SDB,MIPS}_DEBUGGING_INFO): Turn off until working. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e88bd1ddd5f0de93a8063812ecc15d35bf5c039;p=gcc.git ({DBX,SDB,MIPS}_DEBUGGING_INFO): Turn off until working. From-SVN: r5931 --- diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index a92039725fb..dee65bc8d74 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -79,6 +79,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef OBJECT_FORMAT_COFF +/* We don't support debugging info for now. */ +#undef DBX_DEBUGGING_INFO +#undef SDB_DEBUGGING_INFO +#undef MIPS_DEBUGGING_INFO + #undef MACHINE_TYPE #define MACHINE_TYPE "SGI running IRIX 5.0"