From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ot1-x332.google.com (mail-ot1-x332.google.com [IPv6:2607:f8b0:4864:20::332]) by sourceware.org (Postfix) with ESMTPS id E24603858415 for ; Thu, 9 Dec 2021 22:06:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org E24603858415 Received: by mail-ot1-x332.google.com with SMTP id r10-20020a056830080a00b0055c8fd2cebdso7725716ots.6 for ; Thu, 09 Dec 2021 14:06:05 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=e4yFVSQdtY9BXOvfIHKx0q3htLya5N5vvVBpfZXCbmM=; b=ES5q5Kb8R42Ks0YRlmAjzaWjgZ24Cs84KmUUgxW5trpmyl/wM5ZypZcLc1X+PWkaV8 ZzFrjdkrSSUYwWv/u/nOh/5imkDF18r+rMAo47UzQbhsOp053S0DnP99bgOtzWEMTfAd SvVoV66teuZA6B/n2VMpS+E9BwKjBXkWgLM6KO1jzF9HhAl++1pPcbYxhyz6bQqhimNE zgNHLm0Cx32mC/wL+7pGysRCgO/gab5Hc0heJybWsgaJI1bn1kb8gyi68uDc9MRIxhK8 HubTP9eqZR0IC3SxDehesPdZlxTTnYm0z/6TDpfSpUKfzyZw41MGUXsrP3DG0Wg788kf t75g== X-Gm-Message-State: AOAM530FTwK7GZ7y80khljp+4tPBqXK88vLMSkkdLRUFGMorkfFtLCSi ZHYJ0Wc673OQycVLwSsJV0/ryR9J7FF41dEwtTA= X-Google-Smtp-Source: ABdhPJxpHdloIIi3cFGjdxjFJNjMOEF053s2VwiZyVCqJj5zqxK6sSyUNyomtC0KobIJhuGrpXdVnSD5ogCG+hzM4oA= X-Received: by 2002:a9d:6a4e:: with SMTP id h14mr7830540otn.134.1639087565333; Thu, 09 Dec 2021 14:06:05 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Jim Wilson Date: Thu, 9 Dec 2021 14:05:54 -0800 Message-ID: Subject: Re: Don't compile some opcodes files when bfd is 32-bit only To: Alan Modra Cc: binutils@sourceware.org X-Spam-Status: No, score=-3.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Dec 2021 22:06:07 -0000 On Thu, Dec 2, 2021 at 2:02 PM Alan Modra via Binutils < binutils@sourceware.org> wrote: > Reverting the opcodes Makefile changes will currently result in > opcodes failing to link. The riscv opcodes objects now depend on > riscv bfd objects that are only compiled for a 64-bit bfd. > Nelson Chu submitted a patch Nov 12 to fix 32-bit riscv32 builds, but at the time the patch didn't seem necessary. I think this should be revisited. I think this patch would fix some of these issues people are having with 32-bit enable-targets=all builds. https://sourceware.org/pipermail/binutils/2021-November/118498.html Jim