Skip to content

Fix "-arch arm64" flag for aarch64-ios-sim#759

Merged
thomcc merged 1 commit into
rust-lang:mainfrom
gh2o:main
Jan 19, 2023
Merged

Fix "-arch arm64" flag for aarch64-ios-sim#759
thomcc merged 1 commit into
rust-lang:mainfrom
gh2o:main

Conversation

@gh2o
Copy link
Copy Markdown
Contributor

@gh2o gh2o commented Dec 1, 2022

Passing "-arch arm64" as a single string to clang causes an "argument unused during compilation" warning that becomes an error if -Werror is enabled. Fix passes it as two separate arguments (unfortunately "-arch=arm64" does not work either).

Passing "-arch arm64" as a single string to clang causes an "argument
unused during compilation" warning that becomes an error if -Werror is
enabled. Fix passes it as two separate arguments (unfortunately
"-arch=arm64" does not work either).
@gh2o
Copy link
Copy Markdown
Contributor Author

gh2o commented Jan 19, 2023

Bump :)

Copy link
Copy Markdown
Member

@thomcc thomcc left a comment

Choose a reason for hiding this comment

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

Oh yeah, that seems completely wrong

@thomcc thomcc merged commit cf0a78b into rust-lang:main Jan 19, 2023
linabutler added a commit to mozilla/application-services that referenced this pull request Oct 13, 2023
This version contains rust-lang/cc-rs#759, which fixes our M1 iOS
Simulator megazord builds.
linabutler added a commit to mozilla/application-services that referenced this pull request Oct 13, 2023
This version contains rust-lang/cc-rs#759, which fixes our M1 iOS
Simulator megazord builds.
github-merge-queue Bot pushed a commit to mozilla/application-services that referenced this pull request Oct 13, 2023
This version contains rust-lang/cc-rs#759, which fixes our M1 iOS
Simulator megazord builds.
bzhoek added a commit to bzhoek/syntact that referenced this pull request Dec 15, 2023
bzhoek added a commit to bzhoek/syntact that referenced this pull request Dec 16, 2023
Pioooooo added a commit to Pioooooo/ddnet that referenced this pull request Mar 20, 2026
@Pioooooo Pioooooo mentioned this pull request Mar 20, 2026
8 tasks
Pioooooo added a commit to Pioooooo/ddnet that referenced this pull request Mar 25, 2026
Pioooooo added a commit to Pioooooo/ddnet that referenced this pull request Mar 25, 2026
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