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 1mmyrE-00078H-UQ for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Nov 2021 13:50:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mmyrD-0004k7-Hy for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 16 Nov 2021 13:50:43 +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 1mmyrD-0004jy-Ba for pgsql-pkg-debian@lists.postgresql.org; Tue, 16 Nov 2021 13:50:43 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mmyr8-0008Sr-6l for pgsql-pkg-debian@postgresql.org; Tue, 16 Nov 2021 13:50:42 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1477:c900:76e5:bff:fef3:7e00]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4HtnWb2f6Jz3F0W; Tue, 16 Nov 2021 14:50:35 +0100 (CET) Date: Tue, 16 Nov 2021 14:50:34 +0100 From: Christoph Berg To: "Pop, Sebastian" , PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Message-ID: Mail-Followup-To: Christoph Berg , "Pop, Sebastian" , PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" 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> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: To Pop, Sebastian > > I also run the above steps on bionic - ubuntu 18.04 - to check that the patch passes when gcc does not have the -moutline-atomics flag. > > All checks pass on bionic on a c6g instance. > > Thanks Ali for recommending the extra test. > > Thanks for verifying that part as well, I'll try throwing in the patch > now. Things are looking good on PG14, but PG10 and 9.6 fail: configure.in:485: error: possibly undefined macro: PGAC_PROG_CXX_CFLAGS_OPT https://pgdgbuild.dus.dg-i.net/job/postgresql-10-binaries/architecture=ppc64el,distribution=focal/76/console So we'll have it on PG 11 .. 14, unless the regression tests act up. Christoph