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 1mfQ7O-0003hi-Iq for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 26 Oct 2021 17:20:10 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mfQ7N-0000zB-6n for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 26 Oct 2021 17:20:09 +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 1mfPUe-00019X-KK for pgsql-pkg-debian@lists.postgresql.org; Tue, 26 Oct 2021 16:40:08 +0000 Received: from smtp-fw-2101.amazon.com ([72.21.196.25]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mfPUX-0000Rp-UL for pgsql-pkg-debian@postgresql.org; Tue, 26 Oct 2021 16:40:08 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1635266402; x=1666802402; h=from:to:cc:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version:subject; bh=1MtTfdEdXlyzo64YXv9acM39d3evUjkIpUzRhAq2uMo=; b=sOWnV/BkgXgbSh29ADJ5DXIFlp5VtBaBxBHhZl/QrmWRTD64PWIJ+Uvz J77poB6psaGr/aG2yaZD0iEvWPABb3VIWqyOkA+vGtDYehNkVKW0N1ylg Cp+TQDTchpK/Z3nOQa9jORjZjUAiqBHYmNSc+Pz/Qc/sQlUL4uLpI9iQK E=; X-IronPort-AV: E=Sophos;i="5.87,184,1631577600"; d="scan'208";a="147544973" 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 iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO email-inbound-relay-pdx-2c-a264e6fe.us-west-2.amazon.com) ([10.43.8.2]) by smtp-border-fw-2101.iad2.amazon.com with ESMTP; 26 Oct 2021 16:39:59 +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-2c-a264e6fe.us-west-2.amazon.com (Postfix) with ESMTPS id 0301E42A11; Tue, 26 Oct 2021 16:39:59 +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.24; Tue, 26 Oct 2021 16:39:58 +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.24; Tue, 26 Oct 2021 16:39:58 +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.024; Tue, 26 Oct 2021 16:39:58 +0000 From: "Pop, Sebastian" To: Christoph Berg CC: PostgreSQL in Debian , "Saidi, Ali" Thread-Index: AQHXx32DaMnwG7BEBkCMiUUHc3YgaavlZ/MAgAAAZGuAAAiLgIAADfi4 Date: Tue, 26 Oct 2021 16:39:58 +0000 Message-ID: <1635266397152.45198@amazon.com> References: <1635221042457.21654@amazon.com> <1635261368767.78850@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.160.157] 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 > Not here:=0A= > $ gcc --version=0A= > gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0=0A= > $ gcc -v --help -Q 2>/dev/null | grep outline-atomics=0A= =0A= This needs to be on an arm64 machine.=0A= The outline-atomics flag does not exist when targeting x86_64.=0A= The flag has been back-ported to Ubuntu 20.04 a year and a half ago: IIRC, = it went in just before the release in April 2020.=0A= =0A= > Did you rebuild the package locally without changing the Debian version?= =0A= =0A= I have not re-compiled gcc. The gcc-9.3 is the one distributed as part of = Ubuntu 20.04.=0A= =0A= If you need access to Graviton2 instances, we have a system of credits that= we can use to fund compute time for open-source CI projects.=0A= Let me know if you are interested in getting those compute credits, and I w= ill take the request to my management.=0A= =0A= Sebastian=