Subject: Re: tmpfs stability
To: None <jmmv84@gmail.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: tech-kern
Date: 09/25/2005 06:29:14
In article <6b2d1e19050924140474eebd57@mail.gmail.com>
jmmv84@gmail.com wrote:

> Then I built a toolset using build.sh -M /tmp/obj and, as above,
> without the -pipe option.

FYI, gcc uses /var/tmp (P_tmpdir, defined in <stdio.h>), not /tmp
by default. (see src/gnu/dist/gcc/libiberty/make-temp-file.c)
---
Izumi Tsutsui