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

gcc: pass hostEqualsTarget to builder #210097

Closed
wants to merge 1 commit into from
Closed

gcc: pass hostEqualsTarget to builder #210097

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Jan 10, 2023

Description of changes

Currently gcc's builder.sh (ab)uses targetConfig to determine if host==target. For external bootstrap we may need to pass a targetConfig even for native builds. Therefore this commit passes a separate flag to indicate if host==target.

Things done
  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Fits CONTRIBUTING.md.

Currently gcc's builder.sh (ab)uses `targetConfig` to determine if
host==target.  For external bootstrap we may need to pass a
`targetConfig` even for native builds.  Therefore this commit passes
a separate flag to indicate if host==target.
@ghost
Copy link
Author

ghost commented Jan 11, 2023

This turns out to be unnecessary, and in fact a bad idea. We should be sending more builds through the cross-codepath rather than the native-codepath.

@ghost ghost closed this Jan 11, 2023
@ghost ghost deleted the pr/gcc/hostEqualsTarget branch January 23, 2024 06:48
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants