1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-16 04:35:45 +02:00
cdt/native/org.eclipse.cdt.native.serial/native_src
Tue Ton 83e52ef18c Add native support for Windows on Arm64 (#971)
- add a new fragment 'org.eclipse.cdt.core.win32.aarch64' containing
re-compiled Arm64 natives suitable for the Windows on Arm64 platform.

- add the 'serial.dll' binary re-compiled for Windows on Arm64.

- add the win32/win32/aarch64 environment triplet to various Maven
build scripts to support building CDT software for that environment.

The updated dlls/exes are not included in this commit and will be provided
in subsequent commits with the corresponding update to build infrastructure

Part of #969
2024-12-28 10:48:30 -05:00
..
include Bug 568079: Reuse existing way of fetching data from registry 2020-11-11 12:29:53 -05:00
.gitignore Add native support for Windows on Arm64 (#971) 2024-12-28 10:48:30 -05:00
Makefile Add native support for Windows on Arm64 (#971) 2024-12-28 10:48:30 -05:00
Readme.md Bug 521515: Align directory name of native source code 2020-08-06 20:54:52 -04:00
serial.c Bug 568079: Reuse existing way of fetching data from registry 2020-11-11 12:29:53 -05:00

How to rebuild natives.

This information has moved to the native section in CDT's root README.md.