--- gcc/config/xm-mips.h 2018/04/24 17:51:35 1.1 +++ gcc/config/xm-mips.h 2018/04/24 17:54:33 1.1.1.2 @@ -76,4 +76,8 @@ 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 + +#else +#define NO_STAB_H /* mips doesn't typically have stab.h */ #endif