diff options
author | Iain Sandoe <iain@sandoe.co.uk> | 2021-07-06 09:19:30 +0100 |
---|---|---|
committer | Iain Sandoe <iain@sandoe.co.uk> | 2021-07-06 09:22:28 +0100 |
commit | b019b28ebd65462a092c96d95e9e356c8bb39b78 (patch) | |
tree | 5eb62591872d9aa687906a2c9aac1a07f853936e | |
parent | 51abfb6a893c87dbf84a33009b6cd6dbd25d66f1 (diff) | |
download | gcc-b019b28ebd65462a092c96d95e9e356c8bb39b78.zip gcc-b019b28ebd65462a092c96d95e9e356c8bb39b78.tar.gz gcc-b019b28ebd65462a092c96d95e9e356c8bb39b78.tar.bz2 |
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 <iain@sandoe.co.uk>
gcc/ChangeLog:
* doc/install.texi: Document --with-dsymutil.
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 94b167a..6eee1bb 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 |