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

Use x86_64-unknown-uefi target #15

Merged
merged 1 commit into from
May 26, 2024
Merged

Use x86_64-unknown-uefi target #15

merged 1 commit into from
May 26, 2024

Conversation

crawfxrd
Copy link
Member

The custom target specification for UEFI drivers has drifted from the x86_64-unknown-uefi target as the toolchain has been updated.

Replace the custom target for UEFI drivers with the base target plus our custom link arguments for making it a UEFI driver.

The link arguments are preserved to minimize the differences in the binary, but only overriding the subsystem should be necessary.

The custom target specification for UEFI drivers has drifted from the
x86_64-unknown-uefi target as the toolchain has been updated.

Replace the custom target for UEFI drivers with the base target plus our
custom link arguments for making it a UEFI driver.

The link arguments are preserved to minimize the differences in the
binary, but only overriding the subsystem should be necessary.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
@crawfxrd crawfxrd requested a review from a team May 26, 2024 15:25
@jackpot51 jackpot51 merged commit 9d9e8e7 into master May 26, 2024
1 check passed
@jackpot51 jackpot51 deleted the target-args branch May 26, 2024 15:54
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