Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64

From: "Pop, Sebastian" <spop(at)amazon(dot)com>
To: Christoph Berg <myon(at)debian(dot)org>
Cc: PostgreSQL in Debian <pgsql-pkg-debian(at)postgresql(dot)org>, "Saidi, Ali" <alisaidi(at)amazon(dot)com>, "Csoma, Csaba" <csabac(at)amazon(dot)com>
Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64
Date: 2021-11-11 21:54:05
Message-ID: 1636667644644.16019@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-pkg-debian

> Apply it, and run "make check-world" on focal. The others should be
> unaffected since the flag is on by default.

Here are the steps in my testing on focal - ubuntu 20.04:

git clone https://github.com/postgres/postgres
cd postgres
patch -p1 < a.diff
autoconf
make
make check-world

All checks passed on a c6g Graviton2 instance.

configure.in was renamed configure.ac in July 2020.
For older postgresql versions we need to patch configure.in.
See attached the patch a.diff that I used on trunk postgresql.

Thanks,
Sebastian

Attachment Content-Type Size
a.diff text/x-patch 510 bytes

In response to

Responses

Browse pgsql-pkg-debian by date

  From Date Subject
Next Message Pop, Sebastian 2021-11-11 22:26:34 Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64
Previous Message Pop, Sebastian 2021-11-11 21:25:28 Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64