Re: [PATCH] Add native windows on arm64 support
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Peter Eisentraut <peter@eisentraut.org>,
Dave Cramer <davecramer@postgres.rocks>
Cc: Andres Freund <andres@anarazel.de>,
Anthony Roberts <anthony.roberts@linaro.org>,
Daniel Gustafsson <daniel@yesql.se>, Lina Iyer <lina.iyer@linaro.org>,
Michael Paquier <michael@paquier.xyz>, Mike Holmes <mike.holmes@linaro.org>,
PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Thomas Munro <thomas.munro@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-01-31T15:41:57Z
Lists: pgsql-hackers
On 2024-01-31 We 10:34, Peter Eisentraut wrote: > On 31.01.24 16:20, Andrew Dunstan wrote: >> - PostgreSQL will only build for the x64 architecture on 64-bit >> Windows. + PostgreSQL will only build for the x64 and ARM64 >> architecture on 64-bit Windows. > > Are there any other 64-bit architectures for Windows? > > Possibly, the original sentence was meant to communicate that ARM was > not supported, in which case it could now be removed? x86? That is in fact the default setting for VS even on ARM64. cheers andrew -- Andrew Dunstan EDB: https://www.enterprisedb.com
Commits
-
MSVC: Support building for AArch64.
- a516b3f00d74 19 (unreleased) landed
-
Remove "#ifdef WIN32" guards from src/port/win32*.c
- 09eb633e1baa 17.0 cited
-
Adjust XML test case to avoid unstable behavior.
- 4ea07e7cf3c6 16.0 landed
-
Enable RandomizedBaseAddress (ASLR) on Windows with MSVC builds
- 36389a060ca6 16.0 landed