From 9155df2b1b49d0966f57d5274331586127567dba Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Fri, 23 Oct 1992 18:45:43 -0400 Subject: [PATCH] (P_tmpdir): Add definition. From-SVN: r2580 --- gcc/config/convex/xm-convex.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/config/convex/xm-convex.h b/gcc/config/convex/xm-convex.h index 97bb883aaa80..3fd8e2e2fd72 100644 --- a/gcc/config/convex/xm-convex.h +++ b/gcc/config/convex/xm-convex.h @@ -43,6 +43,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef _POSIX_SOURCE +/* Convex ships /tmp as a separate file system - thus it + usually has more free space than /usr/tmp */ + +#define P_tmpdir "/tmp/" + /* Un-hide names hidden in Posix include files. */ #define S_IFMT _S_IFMT -- 2.43.5