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

Future xcc will not accept -dumpmachine with a source file #191

Open
danielpieczko opened this issue Oct 29, 2024 · 0 comments
Open

Future xcc will not accept -dumpmachine with a source file #191

danielpieczko opened this issue Oct 29, 2024 · 0 comments

Comments

@danielpieczko
Copy link
Collaborator

In a future version of XTC, xcc will not accept the -dumpmachine option with any (non-XN) source files.

XCommon CMake determines the architecture of the application being built using this option, for which it has previously required a source file.

I've put together a patch (untested) which tries both with and without a source file to be compatible with this toolchain change: https://github.com/danielpieczko/xcommon_cmake/tree/dumpmachine_no_source

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

No branches or pull requests

1 participant