]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Remove obsolete notes on GCC 4.x on FreeBSD
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 25 Nov 2023 12:31:22 +0000 (13:31 +0100)
committerGerald Pfeifer <gerald@pfeifer.com>
Sat, 25 Nov 2023 12:31:22 +0000 (13:31 +0100)
FreeBSD 6 and 7 have been end of life for years as have been GCC 4.x
releases, so no point in detailing specifics of changes around those.

gcc:

PR target/69374
* doc/install.texi (Specific) <*-*-freebsd*>: Remove older
contents referencing GCC 4.x.

gcc/doc/install.texi

index b515cd1469f8cbb449b12b97298ba0b684433bc0..9a5a7b5bb7de624a1a573c0f80aff7ea2a810b16 100644 (file)
@@ -4126,14 +4126,6 @@ This configuration is intended for embedded systems.
 @end html
 @anchor{x-x-freebsd}
 @heading *-*-freebsd*
-In order to better utilize FreeBSD base system functionality and match
-the configuration of the system compiler, GCC 4.5 and above as well as
-GCC 4.4 past 2010-06-20 leverage SSP support in libc (which is present
-on FreeBSD 7 or later) and the use of @code{__cxa_atexit} by default
-(on FreeBSD 6 or later).  The use of @code{dl_iterate_phdr} inside
-@file{libgcc_s.so.1} and boehm-gc (on FreeBSD 7 or later) is enabled
-by GCC 4.5 and above.
-
 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