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

config-win32: cpu-machine-OS for Windows on ARM #4590

Closed
wants to merge 2 commits into from
Closed

config-win32: cpu-machine-OS for Windows on ARM #4590

wants to merge 2 commits into from

Conversation

Myriachan
Copy link
Contributor

Define the OS macro properly for Windows on ARM builds. Also, we might as well add the GCC-style IA-64 macro.

Define the OS macro properly for Windows on ARM builds.  Also, we might as well add the GCC-style IA-64 macro.
@bagder
Copy link
Member

bagder commented Nov 13, 2019

Thanks! The added line is too long however:

./config-win32.h:740:93: warning: Longer than 79 columns (LONGLINE)
 #elif defined(_M_ARM_NT) || defined(__arm__) /* ARMv7-Thumb2 (Windows RT, Windows 10 IoT) */
checksrc: 0 errors and 1 warnings
checksrc: 0 errors and 6 warnings suppressed
*** Error code 5

@Myriachan
Copy link
Contributor Author

@bagder I put another changeset in to shorten the line. I don't know why the checks failed; it looks like they're complaining about unrelated problems.

@bagder
Copy link
Member

bagder commented Nov 14, 2019

Agreed!

@bagder bagder closed this in c6b70de Nov 14, 2019
@bagder
Copy link
Member

bagder commented Nov 14, 2019

Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators Feb 12, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants