Re: [PATCH] Darwin, configury : Allow for specification and detection of dsymutil.

2021-07-06 Thread Iain Sandoe
> On 5 Jul 2021, at 21:47, Joseph Myers wrote: > > On Mon, 5 Jul 2021, Iain Sandoe wrote: > >> Hello Joseph, >> >>> On 5 Jul 2021, at 21:21, Joseph Myers wrote: >>> >>> On Sun, 4 Jul 2021, Iain Sandoe wrote: >>> * configure.ac: Handle --with-dsymutil in the same way as we

Re: [PATCH] Darwin, configury : Allow for specification and detection of dsymutil.

2021-07-05 Thread Joseph Myers
On Mon, 5 Jul 2021, Iain Sandoe wrote: > Hello Joseph, > > > On 5 Jul 2021, at 21:21, Joseph Myers wrote: > > > > On Sun, 4 Jul 2021, Iain Sandoe wrote: > > > >>* configure.ac: Handle --with-dsymutil in the same way as we > >>do for the assembler and linker. (DEFAULT_DSYMUTIL): New. >

Re: [PATCH] Darwin, configury : Allow for specification and detection of dsymutil.

2021-07-05 Thread Iain Sandoe
Hello Joseph, > On 5 Jul 2021, at 21:21, Joseph Myers wrote: > > On Sun, 4 Jul 2021, Iain Sandoe wrote: > >> * configure.ac: Handle --with-dsymutil in the same way as we >> do for the assembler and linker. (DEFAULT_DSYMUTIL): New. >> Extract the type and version for the dsymutil

Re: [PATCH] Darwin, configury : Allow for specification and detection of dsymutil.

2021-07-05 Thread Joseph Myers
On Sun, 4 Jul 2021, Iain Sandoe wrote: > * configure.ac: Handle --with-dsymutil in the same way as we > do for the assembler and linker. (DEFAULT_DSYMUTIL): New. > Extract the type and version for the dsymutil configured or > found by the default searches. This is missing

Re: [PATCH] Darwin, configury : Allow for specification and detection of dsymutil.

2021-07-05 Thread Richard Biener via Gcc-patches
On Sun, Jul 4, 2021 at 10:22 PM Iain Sandoe wrote: > > Hi, > > IMO this was an omission when the dsymutil program was added > (before my time). Essentially, we have been ‘getting away with it’ > on Darwin because of (a) restrictions in DWARF versions and (b) > that the installed tools handle a wi

[PATCH] Darwin, configury : Allow for specification and detection of dsymutil.

2021-07-04 Thread Iain Sandoe
Hi, IMO this was an omission when the dsymutil program was added (before my time). Essentially, we have been ‘getting away with it’ on Darwin because of (a) restrictions in DWARF versions and (b) that the installed tools handle a wide range of platform versions and archs. However, (a) is a barri