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 1mfOZx-0000CS-DA for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 26 Oct 2021 15:41:33 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mfOZu-0002se-TM for pgsql-pkg-debian@arkaria.postgresql.org; Tue, 26 Oct 2021 15:41:30 +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 1mfOZu-0002sV-No for pgsql-pkg-debian@lists.postgresql.org; Tue, 26 Oct 2021 15:41:30 +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 1mfOZs-0004Nz-48 for pgsql-pkg-debian@postgresql.org; Tue, 26 Oct 2021 15:41:29 +0000 Received: from msg.df7cb.de (unknown [IPv6:2003:5b:203b:100:7627:eaff:fe52:8e03]) (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 4HdwzB0WnTz3Dyk; Tue, 26 Oct 2021 17:41:26 +0200 (CEST) Date: Tue, 26 Oct 2021 17:41:25 +0200 From: Christoph Berg To: "Pop, Sebastian" Cc: PostgreSQL in Debian , "Saidi, Ali" 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" References: <1635221042457.21654@amazon.com> <1635261368767.78850@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1635261368767.78850@amazon.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Pop, Sebastian > > on the Ubuntu side focal is using 9.3. Is that gcc version even affected? > > Yes, we have backported the outline-atomics flag to Ubuntu 20.04 gcc-9.3. > > On arm64 you can check whether a compiler has the option with: > $ gcc -v --help -Q 2>/dev/null | grep outline-atomics > -moutline-atomics [disabled] > $ gcc --version > gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 Not here: $ gcc --version gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0 $ gcc -v --help -Q 2>/dev/null | grep outline-atomics Did you rebuild the package locally without changing the Debian version? Christoph