From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fgw22-4.mail.saunalahti.fi (fgw22-4.mail.saunalahti.fi [62.142.5.109]) by sourceware.org (Postfix) with ESMTPS id 9167F3858424 for ; Fri, 23 Feb 2024 08:35:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9167F3858424 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=wippies.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=wippies.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 9167F3858424 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=62.142.5.109 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708677323; cv=none; b=T3DVYZvqlKZJV533jtaz+Q5j+GTXKOJDAdujR4F3ptUrsyaq+zYMq+dMa+hxeNd5ii8uXt2BvseJsqzt8G/u75oSQvFNEA/OICtckWZY5lKMBQGMieo65NP0AP4qk6XofyaR7jd4/h1Nm8Wuh8Q+snICWIiCDzd04i6FN+75Ycc= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1708677323; c=relaxed/simple; bh=TBI8+eVlmzsraEt3FwmpUZxBGgGUzpt8/5fMGPbviXo=; h=DKIM-Signature:Message-ID:Date:MIME-Version:Subject:To:From; b=Z75VyPrqQrRy3mjMlbibuIZBvJryx37Gms1jEVmyFqwjajSBjJNQSFu5h0Qc2kkBpSIiR7IO55Yg2eKvqR+a6ImW6a62RlsRwwRALHeR8ZBqFfW1ziMyZRrua1mFitgsrBfNo3G8snrUuW5wsyMPFYaeXljiDqEA1+hDtjP6hJk= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wippies.com; s=elisa1; h=content-transfer-encoding:content-type:in-reply-to:from:references:to:subject: mime-version:date:message-id:from:to:cc:reply-to:subject:date:in-reply-to: references:list-archive:list-subscribe:list-unsubscribe:content-type: content-transfer-encoding:message-id; bh=6f/Q/kFW8GsNPWnVD0lEtxTUkEuZgVvZFs7fwCnsK9Q=; b=kr3h2KBLUR3iXFewLxYCgJW4dwz8ddcHcujZwOwrOs8PjXWHcWbSJftRuFMPEySMDgNQYESUw0jP1 LCQ1X0hrGymuSEgi+0u54HgoOdNJJ2HNaYk8Apn2wOTbiwkzbKjS+BQZBwiPmu8hzYE70rnuj+B+fP PoTMHuWmYvG9AIbXiFbAv86Qwg5O8gQVMiH1mjNPyaDbqDWlu0BPcminpE24InQOn/Qoy+AJ1UuMCO 8XiGnpl252VOpW/V2tFwsHeoUj6pEuO/OJccMfjaLyfTj/UJ2GL2WamUBDi5Mbx/2OKr2r+d0oTedb 6r86e4KY9SsfMc9LSzBQqRl1x5EXO4w== Received: from [10.0.0.153] (mobile-access-6df061-90.dhcp.inet.fi [109.240.97.90]) by fgw22.mail.saunalahti.fi (Halon) with ESMTPSA id 77951452-d226-11ee-a9de-005056bdf889; Fri, 23 Feb 2024 10:35:15 +0200 (EET) Message-ID: <39bd49e4-f6ad-4268-a41b-e478c6bfd880@wippies.com> Date: Fri, 23 Feb 2024 10:35:14 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: About Multilib To: yuucyf , gcc-help@gcc.gnu.org References: <22976fd.a273.18dd4ff8b2f.Coremail.yuucyf@163.com> From: Kai Ruottu In-Reply-To: <22976fd.a273.18dd4ff8b2f.Coremail.yuucyf@163.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: yuucyf via Gcc-help kirjoitti 23.2.2024 klo 10.05: > hi, all: > > On the PPC platform, when using gcc, an error is reported: cc1: error: '-m32' not supported in this configuration. > Which configuration parameter should be enabled in the source code to build gcc in a way that the resulting gcc supports the -m32 option? thanks. Little Endian target? 32-binaries don't seem to be used in 'powerpc64le-linux-gnu' configuration.