aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/config/convex/xm-convex.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config/convex/xm-convex.h b/gcc/config/convex/xm-convex.h
index 97bb883..3fd8e2e 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