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

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

Sebastian


pgsql-pkg-debian by date:

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