FPC New Features 3.2.2

From Free Pascal wiki
Revision as of 19:54, 5 April 2021 by Jonas (talk | contribs) (Support for macOS/AArch64)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About this page

FPC 3.2.2 has been released on XXX, 2021.

Below you can find a list of new features introduced since the previous release, along with some background information and examples.

A list of changes that may break existing code can be found at User Changes 3.2.2.

New compiler targets

Support for macOS/AArch64

  • Overview: The compiler can now target macOS running on AArch64
  • Notes: The Darwin/AArch64 target corresponds to macOS/AArch64. Generating code for iOS/AArch64 requires a different command line parameter compared to previous versions.
  • More information: Build instructions
  • svn: 45762

New Features from other versions