From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id E3C6C38582B0 for ; Fri, 10 Mar 2023 09:37:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org E3C6C38582B0 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1678441048; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:in-reply-to:in-reply-to: references:references; bh=+BIcTEUK7pxYB9srPt1YU8MG9L5vqkvRLSfyKbULOK0=; b=bYpdo0q9NgCVVqUSagYaV7P++AfG6gXQOsT5TcG2IXiufTeEDJR3o/fnJ0CIHWM1ajyK8l Mj0wX6re4PxrkuJR0kguyPtcJDtjlC6ZpqBMfPoWn39tLFanEi4ZRrlXHH99KQ+XC2Mjla 9RsGrPb34UrtqGGuZedvLxw3RAT6plY= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-483-JRQlHi1dNp2MupPBZiaHOQ-1; Fri, 10 Mar 2023 04:37:15 -0500 X-MC-Unique: JRQlHi1dNp2MupPBZiaHOQ-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id E2F8A85A5B1; Fri, 10 Mar 2023 09:37:14 +0000 (UTC) Received: from tucnak.zalov.cz (unknown [10.39.192.16]) by smtp.corp.redhat.com (Postfix) with ESMTPS id A0D992166B2A; Fri, 10 Mar 2023 09:37:14 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.17.1/8.17.1) with ESMTPS id 32A9bBSX850986 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Fri, 10 Mar 2023 10:37:12 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.17.1/8.17.1/Submit) id 32A9b9So850985; Fri, 10 Mar 2023 10:37:09 +0100 Date: Fri, 10 Mar 2023 10:37:09 +0100 From: Jakub Jelinek To: Jonathan Yong <10walls@gmail.com> Cc: gcc-patches@gcc.gnu.org, NightStrike , Stromeko@nexgo.de Subject: Patch ping: [PATCH] cygwin: Don't try to support multilibs [PR107998] Message-ID: Reply-To: Jakub Jelinek References: <444d6992-0a0e-f07f-b584-add6dbe72780@gmail.com> MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_NONE,TXREP 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: Hi! I'd like to ping this patch (as I wrote a week ago, NightStrike has tested it): On Fri, Mar 03, 2023 at 07:44:47PM +0100, Jakub Jelinek via Gcc-patches wrote: > > > 2023-02-22 Jakub Jelinek > > > > > > PR target/107998 > > > * config.gcc (x86_64-*-cygwin*): Don't add i386/t-cygwin-w64 into > > > $tmake_file. > > > * config/i386/t-cygwin-w64: Remove. > > > > > > --- gcc/config.gcc.jj 2023-02-18 12:38:30.803025062 +0100 > > > +++ gcc/config.gcc 2023-02-21 17:07:12.143164563 +0100 > > > @@ -2105,7 +2105,7 @@ x86_64-*-cygwin*) > > > need_64bit_isa=yes > > > tm_file="${tm_file} i386/unix.h i386/bsd.h i386/gas.h i386/cygming.h i386/cygwin.h i386/cygwin-w64.h i386/cygwin-stdint.h" > > > xm_file=i386/xm-cygwin.h > > > - tmake_file="${tmake_file} i386/t-cygming t-slibgcc i386/t-cygwin-w64" > > > + tmake_file="${tmake_file} i386/t-cygming t-slibgcc" > > > target_gtfiles="$target_gtfiles \$(srcdir)/config/i386/winnt.cc" > > > extra_options="${extra_options} i386/cygming.opt i386/cygwin.opt" > > > extra_objs="${extra_objs} winnt.o winnt-stubs.o" > > > --- gcc/config/i386/t-cygwin-w64.jj 2020-01-12 11:54:36.333414616 +0100 > > > +++ gcc/config/i386/t-cygwin-w64 2023-02-21 17:06:44.121572616 +0100 > > > @@ -1,3 +0,0 @@ > > > -MULTILIB_OPTIONS = m64/m32 > > > -MULTILIB_DIRNAMES = 64 > > > -MULTILIB_OSDIRNAMES = ../lib ../lib32 > > > > Achim, mind looking at this? > > Resending due to mail client problems, hopefully not a duplicate. > > NightStrike on IRC said he has tested the patch and it worked fine. > > Is the patch ok for trunk then? Jakub