lukem
Tue Jan 6 04:47:48 PST 1998
Update of /cvsroot/src/gnu/usr.bin/gcc/cc
In directory netbsd1:/var/slash-tmp/cvs-serv5647
Modified Files:
gcc.c
Log Message:
don't try using P_tmpdir (from <stdio.h>, defined as "/var/tmp/" on NetBSD),
or "/usr/tmp" for temp files - just use "/tmp". from ronald khoo in [bin/4224]