bde icon indicating copy to clipboard operation
bde copied to clipboard

Added support for Apple Silicon (M1).

Open emeryberger opened this issue 3 years ago • 4 comments

Describe your changes The existing compiler flags did not allow builds on Apple Silicon platforms (e.g., the M1 mini). This PR rectifies this situation, adding __arm64 detection and ensuring it is treated as a 64-bit platform.

Testing performed Run with a test that uses the BDE library.

emeryberger avatar Jun 08 '21 00:06 emeryberger

Noted. We'll look into it.

osubboo avatar Jun 11 '21 15:06 osubboo

Should this PR be closed in preference to #275?

mversche avatar Jan 26 '22 20:01 mversche

That does look like a more comprehensive PR than this one (I was just about to test).

emeryberger avatar Jan 26 '22 22:01 emeryberger

I updated to a more recent BDE and it no longer builds on the M1. I can work on it but if the other PR already works for a more recent version of BDE, it'd make more sense to merge that one. Let me know.

emeryberger avatar Jan 27 '22 16:01 emeryberger