Skip to content

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

Merged
alexcrichton merged 2 commits intorust-lang:masterfrom
oli-obk:master
Nov 7, 2019
Merged

Emit _fltused on uefi targets as a short-term workaround#317
alexcrichton merged 2 commits intorust-lang:masterfrom
oli-obk:master

Conversation

@oli-obk
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
Member

I've removed the CI changes for now.

@alexcrichton
Copy link
Copy Markdown
Member

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

tgross35 added a commit to tgross35/compiler-builtins that referenced this pull request Feb 23, 2025
Update licensing to MIT AND (MIT OR Apache-2.0)
tgross35 pushed a commit that referenced this pull request Jan 31, 2026
* Emit `_fltused` on `uefi` targets as a short-term workaround

* Remove stray docker container
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