diff options
-rw-r--r-- | gcc/config/mips/xm-mips.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index ab2d345..39eef88 100644 --- a/gcc/config/mips/xm-mips.h +++ b/gcc/config/mips/xm-mips.h @@ -76,4 +76,5 @@ extern char * alloca (); /* Say if we have vprintf. BSD Mips targets probably don't have vfprintf. */ #if defined(__OSF1__) || defined(__OSF__) #define HAVE_VFPRINTF +#define HAVE_PUTENV #endif |