-
Notifications
You must be signed in to change notification settings - Fork 389
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
Change gcc-multilib to use i686 gcc compiler. #983
Conversation
This is necessary to allow these toolchains to be built for a non
|
bors try --target i686-unknown-linux-gnu |
tryBuild succeeded: |
@@ -11,12 +11,24 @@ COPY xargo.sh / | |||
RUN /xargo.sh | |||
|
|||
RUN apt-get update && apt-get install --assume-yes --no-install-recommends \ | |||
g++-multilib | |||
g++-i686-linux-gnu \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i586 should actually continue to use multilib, since there is no native Linux image for it, nor support for this architecture anymore in Debian stable (it isn't even supported in oldoldstable, since it was no longer supported in stretch).
On second thought, it's probably better to support cross-compilation to i586 from aarch64, ppc64le, and x86_64 images, and just not support this single target on i686.
dee744f
to
c39bf32
Compare
c39bf32
to
827ddea
Compare
bors r=Emilgardis |
Build succeeded: |
No description provided.