Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlRBf-0005Vt-GD for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 12 Nov 2021 07:41:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mlRBe-0007tz-FZ for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 12 Nov 2021 07:41:26 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlHZc-0006cV-P2 for pgsql-pkg-debian@lists.postgresql.org; Thu, 11 Nov 2021 21:25:32 +0000 Received: from smtp-fw-80007.amazon.com ([99.78.197.218]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlHZa-0003V2-Os for pgsql-pkg-debian@postgresql.org; Thu, 11 Nov 2021 21:25:31 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1636665930; x=1668201930; h=from:to:cc:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version:subject; bh=SNJBJNUiUT/UnyyPk77J04gEv18WpiGpPmdYkopzosY=; b=uA8w7cvov3K/MF0lHFU8Yvi6NWNsY40tpsCd3Fjymw+iPtml4dCG4xBs xm96STToOsxKEwpR3hhNvDiV4bZrMmfXy87CalUqkbx00fmWOV4qDCVr7 kHfsl2LTnCdYXDQu075PaWw893BhpMACy2IuTcszeXWDvRPFqfYIhaNtN w=; X-IronPort-AV: E=Sophos;i="5.87,227,1631577600"; d="scan'208";a="40880698" Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Thread-Topic: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Received: from pdx4-co-svc-p1-lb2-vlan2.amazon.com (HELO email-inbound-relay-pdx-2c-7d0c7241.us-west-2.amazon.com) ([10.25.36.210]) by smtp-border-fw-80007.pdx80.corp.amazon.com with ESMTP; 11 Nov 2021 21:25:29 +0000 Received: from EX13MTAUWB001.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan2.pdx.amazon.com [10.236.137.194]) by email-inbound-relay-pdx-2c-7d0c7241.us-west-2.amazon.com (Postfix) with ESMTPS id 4699841A0B; Thu, 11 Nov 2021 21:25:29 +0000 (UTC) Received: from EX13D02UWB001.ant.amazon.com (10.43.161.240) by EX13MTAUWB001.ant.amazon.com (10.43.161.207) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 11 Nov 2021 21:25:29 +0000 Received: from EX13D01UWB002.ant.amazon.com (10.43.161.136) by EX13D02UWB001.ant.amazon.com (10.43.161.240) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 11 Nov 2021 21:25:28 +0000 Received: from EX13D01UWB002.ant.amazon.com ([10.43.161.136]) by EX13d01UWB002.ant.amazon.com ([10.43.161.136]) with mapi id 15.00.1497.026; Thu, 11 Nov 2021 21:25:28 +0000 From: "Pop, Sebastian" To: Christoph Berg CC: PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Thread-Index: AQHX1xz/aMnwG7BEBkCMiUUHc3Ygaav+jI+UgAAEIoCAAAQRQYAAO+QAgAAFYCw= Date: Thu, 11 Nov 2021 21:25:28 +0000 Message-ID: <1636665927494.4426@amazon.com> References: <1636497120606.54267@amazon.com> <1635266397152.45198@amazon.com> <1636650661046.35954@amazon.com> <1636652282183.80790@amazon.com>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.162.153] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > That will fail on bionic.=0A= =0A= The autoconf code does a check that the compiler supports the -moutline-ato= mics flag.=0A= The change will still be fine on bionic and all other distros with a gcc wi= thout the flag.=0A= =0A= > > Christoph, could you please let me know how I should test the patch?=0A= > Apply it, and run "make check-world" on focal. The others should be=0A= > unaffected since the flag is on by default.=0A= =0A= Thanks for the instructions. I will test the patch and let you know.=0A= =0A= Sebastian=