From 0a1f8ce2d82d867de3755fa1f077c68bfe3fe54e Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 20 Oct 1993 20:07:06 +0000 Subject: [PATCH] (HAVE_VPRINTF): Define for BSD 4.4. From-SVN: r5831 --- gcc/config/mips/xm-mips.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/mips/xm-mips.h b/gcc/config/mips/xm-mips.h index ea5e53482f3..00423b7dcd1 100644 --- a/gcc/config/mips/xm-mips.h +++ b/gcc/config/mips/xm-mips.h @@ -71,7 +71,7 @@ extern char * alloca (); #endif /* not MIPS_OVERRIDE_ALLOCA */ /* Say if we have vprintf. BSD Mips targets probably don't have vfprintf. */ -#if defined(__OSF1__) || defined(__OSF__) || defined(__osf__) +#if defined(__OSF1__) || defined(__OSF__) || defined(__osf__) || defined(bsd4_4) #define HAVE_VPRINTF #define HAVE_PUTENV -- 2.30.2