From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102835 invoked by alias); 13 May 2019 18:44:19 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 102541 invoked by uid 89); 13 May 2019 18:44:19 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=H*r:sk:crossgc, H*c:alternative X-HELO: mail-vk1-f174.google.com Received: from mail-vk1-f174.google.com (HELO mail-vk1-f174.google.com) (209.85.221.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 May 2019 18:44:18 +0000 Received: by mail-vk1-f174.google.com with SMTP id v69so1122491vke.0 for ; Mon, 13 May 2019 11:44:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=EvEEj+zd2+LmkmarJHlnl2mWFAefnryAexfleAiYdO8=; b=VvpD1QEbYTyA0EdbXRNBPLuwFfwjWrirpW4Ah+s+Q5meVmYc5Iw0rhNu7teSoRr6rm xjaiB9aHq5E6C4W/sNj8t96BKYfXEuIfriR/7nIzeHiOJRvhtrQGmqIDPzEWCcw0s5wd Az5GFYJqjO1Lin70XTeIxKSW2WO5NL6I5Tlp6yf25NloLlsIgvKJtzlcWsxCb8SfN26p BF8O+DPQbgTV7d41aMzw/O89a08Vg/csqOZcdpFbhhRxVhRNb+42xUqrvLq/2cz2S8kE op38b4KvTWDGoQUbeisTmdXm6NybSBqAhyE8wwdu1qyfPGmRUGWV0LZZZ1fSyR7aLlpN mrhQ== MIME-Version: 1.0 From: Israel Jacquez Date: Mon, 13 May 2019 18:44:00 -0000 Message-ID: Subject: Build only binutils with crosstool-ng To: crossgcc@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-05/txt/msg00007.txt.bz2 I have a specific use case where I'd like to only build binutils via crosstool-ng. In my scenario, I'm building both cross and Canadian, targeting SH-2. Is it possible to do so without having to explicitly specify steps (out of the 13 steps) before reaching the step to build GCC? Israel