Re: [PATCH] lto: Always quote path to touch

2022-10-24 Thread Torbjorn SVENSSON via Gcc-patches
On 2022-10-24 10:07, Richard Biener wrote: On Fri, 21 Oct 2022, Torbj?rn SVENSSON wrote: When generating the makefile, make sure that the paths are quoted so that a native Windows path works within Cygwin. Without this patch, this error is reported by the DejaGNU test suite: make: [T:\ccMf

Re: [PATCH] lto: Always quote path to touch

2022-10-24 Thread Richard Biener via Gcc-patches
On Fri, 21 Oct 2022, Torbj?rn SVENSSON wrote: > When generating the makefile, make sure that the paths are quoted so > that a native Windows path works within Cygwin. > > Without this patch, this error is reported by the DejaGNU test suite: > > make: [T:\ccMf0kI3.mk:3: T:\ccGEvdDp.ltrans0.ltrans

[PATCH] lto: Always quote path to touch

2022-10-21 Thread Torbjörn SVENSSON via Gcc-patches
When generating the makefile, make sure that the paths are quoted so that a native Windows path works within Cygwin. Without this patch, this error is reported by the DejaGNU test suite: make: [T:\ccMf0kI3.mk:3: T:\ccGEvdDp.ltrans0.ltrans.o] Error 1 (ignored) The generated makefile fragment with