From patchwork Sun Jul 21 14:03:35 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Etienne Buira X-Patchwork-Id: 1962966 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=8.43.85.97; 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 [8.43.85.97]) (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 4WRsbC2tpdz1xrQ for ; Mon, 22 Jul 2024 04:37:23 +1000 (AEST) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 3F36E385842D for ; Sun, 21 Jul 2024 18:37:20 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [IPv6:2a01:e0c:1:1599::11]) by sourceware.org (Postfix) with ESMTPS id 5E0203858D34 for ; Sun, 21 Jul 2024 18:37:00 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5E0203858D34 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=free.fr Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=free.fr ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 5E0203858D34 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=2a01:e0c:1:1599::11 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1721587021; cv=none; b=RN7Uh70BUYa9bYFSq9NZRKcA3nikxuLYBv4P6Enkrtov7cUTceyT19fCpcGlUvq1erPbHP3Q6eT55EtHCv+3opAs/BonAJTF93/cF/YsmZYxzfZYHsjD7qGJ7hHjd4+8pEdN63l5U/Sw+sOIcRTioLi1fkJkFhrBC9iMqAUJqVI= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1721587021; c=relaxed/simple; bh=AU2uM52xPB0N8cfTyeYcHe/H+f2Tmqj1maVY0y0Hnu8=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=bwhWXajb3K7mgblSmY1MsX3kXhJ3c7CXn+IrJzMEcssvjrfw6u5uKsK3i1b1Ld6yJ06GosMA9Yre8vLeu2llrsLL5CHxleS+rQsXPdjfuJIY3/ivsewsL/fV8TwmgTTZBskukqEewGvTCy+Kk/FOR8yeN+jPUBikuohYUPT6WMw= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from localhost (unknown [82.64.135.138]) by smtp2-g21.free.fr (Postfix) with ESMTP id 0AB652003C3 for ; Sun, 21 Jul 2024 20:36:58 +0200 (CEST) Received: by marx.localdomain (Postfix, from userid 1000) id 9887240039; Sun, 21 Jul 2024 16:03:35 +0200 (CEST) Date: Sun, 21 Jul 2024 16:03:35 +0200 From: Etienne Buira To: gcc-patches@gcc.gnu.org Subject: [PATCH] doc: document all.cross and *.encap make targets Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Spam-Status: No, score=-8.8 required=5.0 tests=BAYES_00, DATE_IN_PAST_03_06, FREEMAIL_FROM, GIT_PATCH_0, JMQ_SPF_NEUTRAL, 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 Informations were took from gcc/Makefile.in --- gcc/doc/sourcebuild.texi | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 66c4206bfc2..455836a583d 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -712,9 +712,12 @@ standard rule in @file{gcc/Makefile.in} to the variable @table @code @item all.cross -@itemx start.encap -@itemx rest.encap -FIXME: exactly what goes in each of these targets? +This is what to compile if making a cross-compiler. +@item start.encap +Build what must be done before installing GCC and converting libraries. +@item rest.encap +Build what must be done before installing GCC and converting libraries +that cannot be done in @code{start.encap}. @item tags Build an @command{etags} @file{TAGS} file in the language subdirectory in the source tree.