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 1mmzOU-00011l-4j for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Nov 2021 14:25:06 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mmzOT-0003OD-56 for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Nov 2021 14:25:05 +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 1mmyxe-0006ii-98 for pgsql-pkg-debian@lists.postgresql.org; Tue, 16 Nov 2021 13:57:22 +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 1mmyxa-0008VL-2q for pgsql-pkg-debian@postgresql.org; Tue, 16 Nov 2021 13:57:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1637071038; x=1668607038; h=from:to:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version:subject; bh=OCGQgq//pIMqoKQkEG/nCoXlF7RlCSbxDYb0c0lKvWs=; b=hJ5sGe9jywvLo79PTVtmo2cQ/+NJKXyIO443OJd5t+Oo0h1pH1v2OAgV PVAzIJf2xXEMAvikIRkb6GXdgxCPnuq4g+LoHfd3scFsLAJKFfUEaKjWz POtHrIGuY/NIDC2YUV7nuOcpBm0vbr3WYmRpqiJ5uMgILhXB/4IEoTmb9 U=; X-IronPort-AV: E=Sophos;i="5.87,239,1631577600"; d="scan'208";a="41801493" 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-9ec26c6c.us-west-2.amazon.com) ([10.25.36.210]) by smtp-border-fw-80007.pdx80.corp.amazon.com with ESMTP; 16 Nov 2021 13:57:16 +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-9ec26c6c.us-west-2.amazon.com (Postfix) with ESMTPS id 2A83B41807; Tue, 16 Nov 2021 13:57:16 +0000 (UTC) Received: from EX13D13UWB003.ant.amazon.com (10.43.161.233) by EX13MTAUWB001.ant.amazon.com (10.43.161.207) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Tue, 16 Nov 2021 13:57:15 +0000 Received: from EX13D01UWB002.ant.amazon.com (10.43.161.136) by EX13D13UWB003.ant.amazon.com (10.43.161.233) with Microsoft SMTP Server (TLS) id 15.0.1497.26; Tue, 16 Nov 2021 13:57:15 +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; Tue, 16 Nov 2021 13:57:15 +0000 From: "Pop, Sebastian" To: Christoph Berg , PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Thread-Index: AQHX1xz/aMnwG7BEBkCMiUUHc3Ygaav+jI+UgAAEIoCAAAQRQYAAO+QAgAAFYCyAAAJLlYAADlmAgAcU+QCAADf9AIAAASfI Date: Tue, 16 Nov 2021 13:57:15 +0000 Message-ID: <1637071034076.49501@amazon.com> References: <1635266397152.45198@amazon.com> <1636650661046.35954@amazon.com> <1636652282183.80790@amazon.com> <1636665927494.4426@amazon.com> <1636667644644.16019@amazon.com> <1636669594714.41068@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.161.187] 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 =0A= > Things are looking good on PG14, but PG10 and 9.6 fail:=0A= > configure.in:485: error: possibly undefined macro: PGAC_PROG_CXX_CFLAGS_O= PT=0A= =0A= Thanks Christoph for the heads up.=0A= I will investigate the autoconf issue and send you a patch specific to PG10= and 9.=0A= Most likely the PGAC_PROG_CXX_CFLAGS_OPT macro has been introduced after th= ese releases.=0A= =0A= Sebastian=