From patchwork Wed May 1 14:27:22 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1930221 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org; envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=patchwork.ozlabs.org) Received: from server2.sourceware.org (server2.sourceware.org [IPv6:2620:52:3:1:0:246e:9693:128c]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VTzvZ28jWz1ydT for ; Thu, 2 May 2024 00:28:42 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7E5343858C78 for ; Wed, 1 May 2024 14:28:40 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from hamza.pair.com (hamza.pair.com [209.68.5.143]) by sourceware.org (Postfix) with ESMTPS id 1BD313858CD1 for ; Wed, 1 May 2024 14:27:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1BD313858CD1 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=pfeifer.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=pfeifer.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 1BD313858CD1 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=209.68.5.143 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714573646; cv=none; b=calmj9TR2XCVJgIhvNSJmgpq1X9bwsKEUvbhMHLnKqpSMq2DDYQZ4aG3JkQ/v3fqpCLOnakX5ayJdtwZ46K8mBYZlbkkNGLRo2zbe4PtUNxJzaCRl+SMBfddv99tATrC75sIm/U+tDbNCOWDIY2G/ZbpM/hU9CdumnmnuDD2kPw= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1714573646; c=relaxed/simple; bh=V2Y+RFSMVL/kxDKlfYDJ4g3EW2x+rKHzxjT1vSEh1Bo=; h=Date:From:To:Subject:MIME-Version:Message-Id; b=B3Xgy1k8aLDCXQncuVYMa/4iZ5TnZLdrEy9XJ/V0Y+mucefRh0pr3pjZ10ijR4/C4TK2S3F1sD15l8LfZMb2uOsocBb1XK1UPZ35bWe41AMnlndjLLag1FvMNy/2s9rBiu3IRCAKeLsiCcmm5a1veA8MQYZY6v4Oc2mkXR3lENs= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id D652A33EB9; Wed, 1 May 2024 10:27:24 -0400 (EDT) Received: from daya.localdomain (188-23-56-169.adsl.highway.telekom.at [188.23.56.169]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 11FAB33E94; Wed, 1 May 2024 10:27:23 -0400 (EDT) Date: Wed, 1 May 2024 16:27:22 +0200 (CEST) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Rainer Orth , Jonathan Wakely , Lorenzo Salvadore Subject: [pushed] doc: FreeBSD no longer has a GNU toolchain in base MIME-Version: 1.0 X-Scanned-By: mailmunge 3.11 on 209.68.5.143 Message-Id: <20240501142724.D652A33EB9@hamza.pair.com> X-Spam-Status: No, score=-10.5 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org The recent thread on building on FreeBSD made me release there's quite some cruft to remove (and a note to add) regarding that. Pushed (and more to come). Gerald gcc: PR target/69374 PR target/112959 * doc/install.texi (Specific) <*-*-freebsd*>: No longer refer to GCC or binutils in base. Recommend bootstrap using binutils. --- gcc/doc/install.texi | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index 4119304f66a..b1d28dcb03b 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -4092,16 +4092,11 @@ This configuration is intended for embedded systems. 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. 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. - -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 +debugging formats. + +We recommend bootstrapping against the latest GNU binutils or the +version found in the @file{devel/binutils} port. This also has been +known to enable additional features and improve overall testsuite results. @html