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

Emit _fltused on uefi targets as a short-term workaround #317

Merged
merged 2 commits into from
Nov 7, 2019

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Oct 2, 2019

FROM ubuntu:18.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc libc6-dev ca-certificates
Copy link
Member

Choose a reason for hiding this comment

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

Is this intended to be hooked up to CI? (it doesn't happen automatically, extra configuration would be needed)

Copy link
Contributor

Choose a reason for hiding this comment

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

@oli-obk can we do CI configs in a follow up PR, so that this fix can get merged?

@pnkfelix
Copy link
Member

pnkfelix commented Nov 7, 2019

This is blocking rust-lang/rust#62785

@alexcrichton can you respond to @josephlr 's question regarding handling of CI?

@alexcrichton alexcrichton merged commit 7a8161d into rust-lang:master Nov 7, 2019
@alexcrichton
Copy link
Member

I've removed the CI changes for now.

@alexcrichton
Copy link
Member

I've published 0.1.20 with this change to get pulled into the compiler

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.

Undefined symbol _fltused when compiling to x86_64-unknown-uefi
4 participants