Re: [PATCH] Share work directories

2023-02-22 Thread Andrew Pinski via Gcc-patches
On Wed, Feb 22, 2023 at 4:22 AM Yash Shinde wrote: > > From: Khem Raj > > Fix configure and Makefile files to read the defaults.hand t-oe from build > directory, > so that the source can be shared between gcc-cross-initial, > gcc-cross-intermediate, gcc-cross, gcc-runtime, > and also the sdk bu

Re: [PATCH] Share work directories

2023-02-22 Thread Thomas Schwinge
Hi! On 2023-02-22T04:19:04-0800, Yash Shinde wrote: > From: Khem Raj > > Fix configure and Makefile files to read the defaults.h and t-oe from build > directory, > so that the source can be shared between gcc-cross-initial, > gcc-cross-intermediate, gcc-cross, gcc-runtime, > and also the sdk b

[PATCH] Share work directories

2023-02-22 Thread Yash Shinde
From: Khem Raj Fix configure and Makefile files to read the defaults.hand t-oe from build directory, so that the source can be shared between gcc-cross-initial, gcc-cross-intermediate, gcc-cross, gcc-runtime, and also the sdk build which use a separate build directory compared to source direct