We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a future version of XTC, xcc will not accept the -dumpmachine option with any (non-XN) source files.
-dumpmachine
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: