diff options
author | Richard Stallman <rms@gnu.org> | 1992-03-21 23:59:23 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-03-21 23:59:23 +0000 |
commit | 11051217886d687b2bf127084a60cacce34ab039 (patch) | |
tree | 6df134b9fe4d2a52b9017e8d838f5e0b73873155 /gcc | |
parent | 52fcf5e19f6c6c3fc6279cebfbb8e1326a59d874 (diff) | |
download | gcc-11051217886d687b2bf127084a60cacce34ab039.zip gcc-11051217886d687b2bf127084a60cacce34ab039.tar.gz gcc-11051217886d687b2bf127084a60cacce34ab039.tar.bz2 |
entered into RCS
From-SVN: r559
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/xm-mips.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index 39eef88..ebf3b3b 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 |