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

Add --print host-triple to print host target triple #125579

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 26, 2024

  1. Configuration menu
    Copy the full SHA
    30f6bb6 View commit details
    Browse the repository at this point in the history
  2. Add --print host-triple

    People often parse `-vV` output to get to the host triple, which is
    annoying to do. It's easier to just get it directly.
    
    I called it "host-triple" instead of "host" because it's clearer that
    it's just the target name.
    Noratrieb committed May 26, 2024
    Configuration menu
    Copy the full SHA
    f00efe3 View commit details
    Browse the repository at this point in the history