From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-x52f.google.com (mail-pg1-x52f.google.com [IPv6:2607:f8b0:4864:20::52f]) by sourceware.org (Postfix) with ESMTPS id DC13E3858D28 for ; Fri, 12 Nov 2021 09:35:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org DC13E3858D28 Received: by mail-pg1-x52f.google.com with SMTP id m15so3692453pgu.11 for ; Fri, 12 Nov 2021 01:35:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=st17Arw1CYamoYQAXFjmRoPXl2klJw8j2um2fRLdWGc=; b=hsUQkw2DS8h0kCXskRNxA6X3WYdn92k4gqjuKmOPGu+gzOoAhdcvKyOX7wefPK0Sr4 6wQavpSVJQVdoBMS9lbbZl2pAlvGU8YbV2Ii2foTgAkuZB+jIPjCNVdD6i6PzGvWaxvV O793N8QBHva7CXN/Nl0geObuheiniRVMexhujFjUspvsjtV6QoTQEYUHj/T3f9KH3p7r ZUVPe6H/LFqZAKrRQOq+Yde6dcChmUu8VBVDcQ1AHN4LQ8UjD4lIJgbYeAuRH0Pq5T5h Y4EyIjInoTXM+ahgLrN/02BUuinP5gxZW89kgVLQArrLD3dNKj6UXstE6fL42T/rAm6c t2ZA== X-Gm-Message-State: AOAM532HSBdgjAoeM9/puZFv6DTj3+p4covMcYuVe6vqz0F0C+B536oM G1wmtnFUeXK7TXDGwNH2kYGIwfmpz4k= X-Google-Smtp-Source: ABdhPJwDpwsz9/lBW6eEAxKkxbmFgn9aq77AcfQrej1pAqmf7ZHyWnXm+8ZeD3bbCoJ77NdqW1XQoQ== X-Received: by 2002:a05:6a00:847:b0:49f:9d3c:9b4b with SMTP id q7-20020a056a00084700b0049f9d3c9b4bmr12797947pfk.16.1636709702073; Fri, 12 Nov 2021 01:35:02 -0800 (PST) Received: from squeak.grove.modra.org ([2406:3400:51d:8cc0:2e47:26d7:f94b:787d]) by smtp.gmail.com with ESMTPSA id d17sm5374111pfo.40.2021.11.12.01.35.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 12 Nov 2021 01:35:01 -0800 (PST) Received: by squeak.grove.modra.org (Postfix, from userid 1000) id 886A71140401; Fri, 12 Nov 2021 20:04:58 +1030 (ACDT) Date: Fri, 12 Nov 2021 20:04:58 +1030 From: Alan Modra To: Nelson Chu Cc: Binutils , Jim Wilson Subject: Re: [RFC] RISC-V: Fix the 32-bit --enable-targets=all build breakage. Message-ID: References: <1636706107-8720-1-git-send-email-nelson.chu@sifive.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spam-Status: No, score=-3031.2 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.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: Fri, 12 Nov 2021 09:35:04 -0000 On Fri, Nov 12, 2021 at 04:38:08PM +0800, Nelson Chu wrote: > Hi Alan, > > I see you have a gcc patch to fix the problem of libopcodes, so should > we still need this patch to fix the --target-all on the 32-bit host > machine? No, the patch I just committed now fixed the build problem. Whether you want to enable riscv32 support with a 32-bit bfd is really a separate issue. -- Alan Modra Australia Development Lab, IBM