Skip to content
Snippets Groups Projects

Fix building for mingw/armv7 with Clang 13

Closed Martin Storsjö requested to merge mstorsjo/x264:implicit-it into master
1 unresolved thread

Pass the -mimplicit-it option through with -Wa.

GCC never supported this option as a compiler option, it's only a gas option, that should be passed through with -Wa. Clang used to accept it as a compiler option, but Clang 13 became stricter and no longer accepts it at that level, only passed through with -Wa.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading