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 1mlR7c-0005NS-KO for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 12 Nov 2021 07:37:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mlR7a-00071A-Db for pgsql-pkg-debian@arkaria.postgresql.org; Fri, 12 Nov 2021 07:37:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlI1Q-0001Z1-J7 for pgsql-pkg-debian@lists.postgresql.org; Thu, 11 Nov 2021 21:54:16 +0000 Received: from smtp-fw-80006.amazon.com ([99.78.197.217]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlI1J-0006CU-EM for pgsql-pkg-debian@postgresql.org; Thu, 11 Nov 2021 21:54:16 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1636667649; x=1668203649; h=from:to:cc:date:message-id:references:in-reply-to: mime-version:subject; bh=mZQLKZNIn33IG23Ezx2bX2Dd7Br+UBDKp8QA8I68rlA=; b=HY9Be/Bewk1GLYMMZeGhXTkYqHwg2Bwpa2qv83S24QIVIJJOnGr5W/cj el+TjBK8KFYy/QU3Xvc6FIX+NuA9iVqG37BVEV1dXL306Z6ejeePsNfHL 4yxdjIPbVVJnfqdV2zl+Cwc/CTs46SV8dpgIklwaObmBSJfGy5MfWYyAD w=; X-Amazon-filename: a.diff X-IronPort-AV: E=Sophos;i="5.87,227,1631577600"; d="diff'?scan'208";a="40874386" 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-vlan3.amazon.com (HELO email-inbound-relay-pdx-2a-cb1ffea5.us-west-2.amazon.com) ([10.25.36.214]) by smtp-border-fw-80006.pdx80.corp.amazon.com with ESMTP; 11 Nov 2021 21:54:06 +0000 Received: from EX13MTAUWB001.ant.amazon.com (pdx1-ws-svc-p6-lb9-vlan3.pdx.amazon.com [10.236.137.198]) by email-inbound-relay-pdx-2a-cb1ffea5.us-west-2.amazon.com (Postfix) with ESMTPS id 7999A61055; Thu, 11 Nov 2021 21:54:06 +0000 (UTC) Received: from EX13D13UWB004.ant.amazon.com (10.43.161.218) by EX13MTAUWB001.ant.amazon.com (10.43.161.249) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 11 Nov 2021 21:54:06 +0000 Received: from EX13D01UWB002.ant.amazon.com (10.43.161.136) by EX13D13UWB004.ant.amazon.com (10.43.161.218) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Thu, 11 Nov 2021 21:54:05 +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:54:05 +0000 From: "Pop, Sebastian" To: Christoph Berg CC: PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Thread-Index: AQHX1xz/aMnwG7BEBkCMiUUHc3Ygaav+jI+UgAAEIoCAAAQRQYAAO+QAgAAFYCyAAAJLlQ== Date: Thu, 11 Nov 2021 21:54:05 +0000 Message-ID: <1636667644644.16019@amazon.com> References: <1636497120606.54267@amazon.com> <1635266397152.45198@amazon.com> <1636650661046.35954@amazon.com> <1636652282183.80790@amazon.com>,,<1636665927494.4426@amazon.com> In-Reply-To: <1636665927494.4426@amazon.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: yes X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.43.161.6] Content-Type: multipart/mixed; boundary="_002_163666764464416019amazoncom_" MIME-Version: 1.0 List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --_002_163666764464416019amazoncom_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable > Apply it, and run "make check-world" on focal. The others should be=0A= > unaffected since the flag is on by default.=0A= =0A= Here are the steps in my testing on focal - ubuntu 20.04:=0A= =0A= git clone https://github.com/postgres/postgres=0A= cd postgres=0A= patch -p1 < a.diff=0A= autoconf=0A= make=0A= make check-world=0A= =0A= All checks passed on a c6g Graviton2 instance.=0A= =0A= configure.in was renamed configure.ac in July 2020.=0A= For older postgresql versions we need to patch configure.in.=0A= See attached the patch a.diff that I used on trunk postgresql.=0A= =0A= Thanks,=0A= Sebastian= --_002_163666764464416019amazoncom_ Content-Type: text/x-patch; name="a.diff" Content-Description: a.diff Content-Disposition: attachment; filename="a.diff"; size=510; creation-date="Thu, 11 Nov 2021 21:40:17 GMT"; modification-date="Thu, 11 Nov 2021 21:40:17 GMT" Content-Transfer-Encoding: base64 LS0tIGEvY29uZmlndXJlLmFjCisrKyBiL2NvbmZpZ3VyZS5hYwpAQCAtNTQ5LDYgKzU0OSwxMCBA QCBpZiB0ZXN0ICIkR0NDIiA9IHllcyAtYSAiJElDQyIgPSBubzsgdGhlbgogICBpZiB0ZXN0IC1u ICIkTk9UX1RIRV9DRkxBR1MiOyB0aGVuCiAgICAgQ0ZMQUdTPSIkQ0ZMQUdTIC1Xbm8tc3RyaW5n b3AtdHJ1bmNhdGlvbiIKICAgZmkKKyAgaWYgdGVzdCB4IiRob3N0X2NwdSIgPT0geCJhYXJjaDY0 IjsgdGhlbgorICAgIFBHQUNfUFJPR19DQ19DRkxBR1NfT1BUKFstbW91dGxpbmUtYXRvbWljc10p CisgICAgUEdBQ19QUk9HX0NYWF9DRkxBR1NfT1BUKFstbW91dGxpbmUtYXRvbWljc10pCisgIGZp CiBlbGlmIHRlc3QgIiRJQ0MiID0geWVzOyB0aGVuCiAgICMgSW50ZWwncyBjb21waWxlciBoYXMg YSBidWcvbWlzb3B0aW1pemF0aW9uIGluIGNoZWNraW5nIGZvcgogICAjIGRpdmlzaW9uIGJ5IE5B TiAoTmFOID09IDApLCAtbXAxIGZpeGVzIGl0LCBzbyBhZGQgaXQgdG8gdGhlIENGTEFHUy4K --_002_163666764464416019amazoncom_--