> On 5 Jul 2021, at 21:47, Joseph Myers <jos...@codesourcery.com> wrote:
> 
> On Mon, 5 Jul 2021, Iain Sandoe wrote:
> 
>> Hello Joseph,
>> 
>>> On 5 Jul 2021, at 21:21, Joseph Myers <jos...@codesourcery.com> 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 configured or
>>>>    found by the default searches.
>>> 
>>> This is missing documentation of --with-dsymutil in install.texi.
>> 
>> oops, sorry.
>> 
>> following the style of the other entries would this be suitable?
>> 
>> @item --with-dsymutil=@var{pathname}
>> Same as @uref{#with-as,,@option{--with-as}}
>> but for the debug linker (only used on Darwin platforms so far).
> 
> Yes.

This is what I’ve pushed (tested with make info and make pdf).
thanks,
Iain

===

Documentation : Describe --with-dsymutil configure option.

This adds documentation for the dsymutil configuration option
introduced with commit r12-2037-g3b5e8ee4f1ec.

Signed-off-by: Iain Sandoe <i...@sandoe.co.uk>

gcc/ChangeLog:

        * doc/install.texi: Document --with-dsymutil.
---
 gcc/doc/install.texi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi
index 94b167a3ed3..6eee1bb43d4 100644
--- a/gcc/doc/install.texi
+++ b/gcc/doc/install.texi
@@ -1084,6 +1084,10 @@ but for the linker.
 Same as @uref{#with-as,,@option{--with-as}}
 but for the linker.
 
+@item --with-dsymutil=@var{pathname}
+Same as @uref{#with-as,,@option{--with-as}}
+but for the debug linker (only used on Darwin platforms so far).
+
 @item --with-stabs
 Specify that stabs debugging
 information should be used instead of whatever format the host normally
-- 
2.24.1


Reply via email to