From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12c.google.com (mail-il1-x12c.google.com [IPv6:2607:f8b0:4864:20::12c]) by sourceware.org (Postfix) with ESMTPS id 8CD16385DC0E for ; Mon, 13 Apr 2020 19:55:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8CD16385DC0E Received: by mail-il1-x12c.google.com with SMTP id o11so9718145ilq.7 for ; Mon, 13 Apr 2020 12:55:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=8iqKd4ZOVpvhIxFCqMRVlosN3OSxA4P0uIr8XaIQTGU=; b=H8PU/vHO5CdKP+7aV8nXaGZUW1utewJiC4x9PgylT2KbhZD2PEtR6zcL2zAnQ0rQYh BeijXH1CGjxDFzS5BoHN81Mer3lLrKdGKdMKU/3++EOpi6KQZRPDRcaYJ7gP5glVWtjC 8tvSDX4wS2hpsHCnpwPFQLyXrlZWwVy9A0Vj2i3XrShAGD1hFbuH3Z4KVKpMTJk9ljSv V6twIFTHnIfq/36swi3VdApw/d5Hna7odjoFeQMsvFTAOL8+luAslo50+te7FRNVVyAo 9rbd0Bw/yv2WDyBDzXkzN9aPQp5pmkKj68TCI4SbjY1YuiNP139B/u6KYFOAC0htJIoJ qMsg== X-Gm-Message-State: AGi0PubC/Airu6fysgsXVwelwkrKpnATE80XcjPXvlWqZK3YeM8kvOyD Vka/d5dPDMjsdtXwbMXH4Ct6B8eAfuB9NutJNNrzMQ== X-Google-Smtp-Source: APiQypLddUA/Q1GWxlB3yoGRnF+OLCBkqXqc7mtN/k7KwEzsMs1g6Jw27BZeC+LwImP4gnu6FJChfAC+QkxekdnNnd4= X-Received: by 2002:a05:6e02:deb:: with SMTP id m11mr19170623ilj.4.1586807708166; Mon, 13 Apr 2020 12:55:08 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Jonathan Wakely Date: Mon, 13 Apr 2020 20:54:56 +0100 Message-ID: Subject: Re: Documentation for packaging GCC To: squirek Cc: gcc-help Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gcc-help@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-help mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Apr 2020 19:55:09 -0000 On Mon, 13 Apr 2020 at 15:42, squirek wrote: > > Hello gcc-help, I recently released a slightly modified version of > gcc-ada as part of a joke/experiment > (https://github.com/AdaPlusPlus/gcc) and I would like to package and > build this version for distribution on Windows, Mac, and x64 > debian-based linux. > > Is there an official centralized page or a set of pages that describes > how to do so? No, because that information depends on the OS you're building for, and so belongs somewhere specific to each OS.