diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-10-04 13:02:05 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-10-06 10:54:37 +0700 |
commit | c86be8f605a308e6429bf00d870aaf6406032ab3 (patch) | |
tree | 478b3fb0f0765e2e88de96e7ac82c7a0165aebab | |
parent | 88b75dcfd239f1f23485e3bfd955fca3387bfd89 (diff) | |
download | gcc-c86be8f605a308e6429bf00d870aaf6406032ab3.zip gcc-c86be8f605a308e6429bf00d870aaf6406032ab3.tar.gz gcc-c86be8f605a308e6429bf00d870aaf6406032ab3.tar.bz2 |
doc: Focus on DWARF for FreeBSD
gcc:
PR target/69374
* doc/install.texi (Specific) <*-*-freebsd*>: Focus on DWARF
only.
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 0955961..b7c14e8 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4086,9 +4086,7 @@ This configuration is intended for embedded systems. @anchor{x-x-freebsd} @heading *-*-freebsd* We support FreeBSD using the ELF file format with DWARF 2 debugging -for all CPU architectures. There are -no known issues with mixing object files and libraries with different -debugging formats. +for all CPU architectures. We recommend bootstrapping against the latest GNU binutils or the version found in the @file{devel/binutils} port. This also has been |