From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2142) id C68633858D20; Sun, 28 Apr 2024 13:03:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C68633858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1714309398; bh=iCWoUJtQv+eiIx+aDnXSjai5eozhBH/nfHJASd2KITQ=; h=From:To:Subject:Date:From; b=ehNPhEdInY091WxBlgtVTV6a3wrJsUkmGTxQ7vm8NOSsZKouGjLaEU/i1NWbjrqHn jGIYdUBJy6ljqpkkB7jwqVCe84UD9te/Er7exgs+qbYMcfw8QfBhfcN1eXzQ5oFeEp pILxOnsbbKXJwpRHvhcpgwr3H3bJXbtkEzCrOgh4= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Gerald Pfeifer To: gcc-cvs@gcc.gnu.org Subject: [gcc r15-24] doc: Remove references to FreeBSD 7 and older X-Act-Checkin: gcc X-Git-Author: Gerald Pfeifer X-Git-Refname: refs/heads/trunk X-Git-Oldrev: 62177c91213bd06c75b3ea6cdf052d550db2bf6b X-Git-Newrev: 507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb Message-Id: <20240428130318.C68633858D20@sourceware.org> Date: Sun, 28 Apr 2024 13:03:18 +0000 (GMT) List-Id: https://gcc.gnu.org/g:507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb commit r15-24-g507f3ce34c55e78b23eeaf57bc4d927a1f25f8fb Author: Gerald Pfeifer Date: Sun Apr 28 14:59:14 2024 +0200 doc: Remove references to FreeBSD 7 and older FreeBSD 7 has been end of life for years and current GCC most likely would not build there anymore anyways. gcc: PR target/69374 PR target/112959 * doc/install.texi (Specific) <*-*-freebsd*>: Remove references to FreeBSD 7 and older. Diff: --- gcc/doc/install.texi | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 4b4f1e3e639..b13c62ed2b7 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4096,18 +4096,13 @@ debugging formats. Otherwise, this release of GCC should now match more of the configuration used in the stock FreeBSD configuration of GCC@. In particular, @option{--enable-threads} is now configured by default. However, as a general user, do not attempt to replace the -system compiler with this release. Known to bootstrap and check with -good results on FreeBSD 7.2-STABLE@. In the past, known to bootstrap -and check with good results on FreeBSD 3.0, 3.4, 4.0, 4.2, 4.3, 4.4, -4.5, 4.8, 4.9 and 5-CURRENT@. +system compiler with this release. The version of binutils installed in @file{/usr/bin} probably works with this release of GCC@. Bootstrapping against the latest GNU binutils and/or the version found in @file{/usr/ports/devel/binutils} has been known to enable additional features and improve overall testsuite -results. However, it is currently known that boehm-gc may not configure -properly on FreeBSD prior to the FreeBSD 7.0 release with GNU binutils -after 2.16.1. +results. @html