Re: stdio.h's P_tmpdir definition - make it /tmp?

2019-08-31 Thread Izumi Tsutsui
mrg@ wrote: > a very long time ago in netbsd years tls@ patched GCC to use > /tmp over /var/tmp, for the compiler temporaries. This reminds me: https://gnats.netbsd.org/5700 IIRC, there were some discussion about this change on gcc 3.x import but I forgot details. --- Izumi Tsutsui

Re: stdio.h's P_tmpdir definition - make it /tmp?

2019-08-31 Thread Michael van Elst
mar...@duskware.de (Martin Husemann) writes: >Definitively. The $TOOLDIR gcc at least does not use TMPDIR, contrary to >regular gcc documentation. I have not checked whethere the installed compiler >gets it right. The regular compiler uses /var/tmp but honors TMPDIR. -- --