1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
cdt/native/org.eclipse.cdt.native.serial/native_src
Jonah Graham 13cdd8ada7 Bug 576533: Add support for Mac M1
-framework JavaVM is no longer needed for a while and in
latest Xcode is removed as an option

x86 on macOS is no longer supported by recent Xcode, so drop it
from CDT. x86 hasn't been supported in Platform for a while, so
it wasn't actually usable.

Change-Id: I149722b168fe9819ee334d4afd25ae624b1664c5
2021-11-15 15:32:29 -05:00
..
include Bug 568079: Reuse existing way of fetching data from registry 2020-11-11 12:29:53 -05:00
.gitignore Bug 521515: Align directory name of native source code 2020-08-06 20:54:52 -04:00
Makefile Bug 576533: Add support for Mac M1 2021-11-15 15:32:29 -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.