Subject: changed files: 'src/gnu/usr.bin/gcc2/cc gcc.c'
To: Chris G. Demetriou <cgd@sun-lamp.cs.berkeley.edu>
From: J.T. Conklin <conklin@ngai.kaleida.com>
List: source-changes
Date: 03/02/1994 17:38:55
Chris> Update of /b/source/CVS/src/gnu/usr.bin/gcc2/cc
Chris> In directory sun-lamp.cs.berkeley.edu:/usr/src/gnu/usr.bin/gcc2/cc

Chris> Modified Files:
Chris> 	gcc.c 
Chris> Log Message:
Chris> undef P_tmpdir for NetBSD, because as the header says, it should be used.

This is may be a mistake.

Gcc does the right thing if the user has the TMPDIR environment
variable set.  But if you undef P_tmpdir, it won't check in /var/tmp,
which on my machine has a lot less space than /tmp.

	--jtc

------------------------------------------------------------------------------