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

Only enable mcx16 for gcc for x86_64 targets #2725

Merged
merged 1 commit into from
May 31, 2018

Conversation

dipinhora
Copy link
Contributor

The -mcx16 option for GCC is only valid on the x86 compiler and
it only applies to 64 bit code. See the following url for x86
options for GCC:
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html

This commit changes it to only be enabled for x86_64 targets.

The -mcx16 option for GCC is only valid on the x86 compiler and
it only applies to 64 bit code. See the following url for x86
options for GCC:
https://gcc.gnu.org/onlinedocs/gcc/x86-Options.html

This commit changes it to only be enabled for x86_64 targets.
@SeanTAllen SeanTAllen added the changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge label May 31, 2018
@SeanTAllen SeanTAllen merged commit 1d6201d into ponylang:master May 31, 2018
ponylang-main added a commit that referenced this pull request May 31, 2018
@dipinhora dipinhora mentioned this pull request May 31, 2018
dipinhora pushed a commit to dipinhora/ponyc that referenced this pull request Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - fixed Automatically add "Fixed" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants