aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/convex
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1992-10-23 18:45:43 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1992-10-23 18:45:43 -0400
commit9155df2b1b49d0966f57d5274331586127567dba (patch)
tree8ea125b6a1ffb7f3068a038303a29b3dc8666058 /gcc/config/convex
parent2859e6f014a85fc350ba6d3f51e8c5737b1c5448 (diff)
downloadgcc-9155df2b1b49d0966f57d5274331586127567dba.zip
gcc-9155df2b1b49d0966f57d5274331586127567dba.tar.gz
gcc-9155df2b1b49d0966f57d5274331586127567dba.tar.bz2
(P_tmpdir): Add definition.
From-SVN: r2580
Diffstat (limited to 'gcc/config/convex')
-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