Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add aarch64-pc-cygwin-target #6

Open
wants to merge 1 commit into
base: woarm64
Choose a base branch
from
Open

Add aarch64-pc-cygwin-target #6

wants to merge 1 commit into from

Conversation

Blackhex
Copy link
Member

@Blackhex Blackhex commented Dec 9, 2024

@Blackhex Blackhex changed the title Add aarch64-pc-cygwin-target WIP: Add aarch64-pc-cygwin-target Dec 10, 2024
@Blackhex Blackhex marked this pull request as draft December 10, 2024 09:52
@Blackhex Blackhex marked this pull request as ready for review December 12, 2024 14:25
@Blackhex Blackhex changed the title WIP: Add aarch64-pc-cygwin-target Add aarch64-pc-cygwin-target Dec 12, 2024
@Blackhex Blackhex force-pushed the woarm64 branch 2 times, most recently from 73c50a4 to 4bf4b4f Compare December 18, 2024 07:55
#ifdef _WIN64
#if defined(_WIN64)
#if defined(__aarch64__)
typedef long int ssize_t;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this long int and not __int64?

From the context it seems to me that this should correcpond to pointer size and afaik long int is 32bits on Windows aarch64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants