Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 - Mailing list pgsql-pkg-debian

From Christoph Berg
Subject Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64
Date
Msg-id YXghpaF++JMN4kRE@msg.df7cb.de
Whole thread Raw
In response to Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64  ("Pop, Sebastian" <spop@amazon.com>)
Responses Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64  ("Pop, Sebastian" <spop@amazon.com>)
List pgsql-pkg-debian
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



pgsql-pkg-debian by date:

Previous
From: Christoph Berg
Date:
Subject: Re: Request for making pg_stat_monitor extension available via PGDG apt repositories
Next
From: "Pop, Sebastian"
Date:
Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64