This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix -save-temps from clobbering input file@apple.com
- To: degger at fhm dot edu
- Subject: Re: [PATCH] Fix -save-temps from clobbering input file@apple.com
- From: Stan Shebs <shebs at apple dot com>
- Date: Tue, 30 Oct 2001 11:33:27 -0800
- CC: ira at apple dot com, gcc-patches at gcc dot gnu dot org
- References: <20011030154806.F2FB26D1D@Nicole.fhm.edu>
degger@fhm.edu wrote:
>
> On 30 Oct, Stan Shebs wrote:
>
> > Won't help you on a Mac, where foo.s and foo.S refer to the same
> > file usually.
>
> Please define "Mac", I assume that MacOS X with UFS filesystem
> is casesensitive.
I'm assuming Mac OS X, but the UFS filesystem is not the default
install, and it's said to have poorer performance than HFS+, so we
don't normally want people to set up their systems that way.
Stan