From b019b28ebd65462a092c96d95e9e356c8bb39b78 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Tue, 6 Jul 2021 09:19:30 +0100 Subject: [PATCH] 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 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 94b167a3ed3d..6eee1bb43d4a 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.47.2