From 11051217886d687b2bf127084a60cacce34ab039 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 21 Mar 1992 23:59:23 +0000 Subject: [PATCH] entered into RCS From-SVN: r559 --- gcc/config/mips/xm-mips.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index 39eef8821f3..ebf3b3becff 100644 --- a/gcc/config/mips/xm-mips.h +++ b/gcc/config/mips/xm-mips.h @@ -77,4 +77,7 @@ extern char * alloca (); #if defined(__OSF1__) || defined(__OSF__) #define HAVE_VFPRINTF #define HAVE_PUTENV + +#else +#define NO_STAB_H /* mips doesn't typically have stab.h */ #endif -- 2.30.2