Skip to content

Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc - #150438

Merged
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
knickish:m68k-elf-platform-doc-update
Jan 12, 2026
Merged

Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc#150438
rust-bors[bot] merged 2 commits into
rust-lang:mainfrom
knickish:m68k-elf-platform-doc-update

Conversation

@knickish

@knickishknickish commented Dec 27, 2025

Copy link
Copy Markdown
Contributor

I left the mentions of qemu-user-static as it's one of the only easily accessible emulators for m68k, even though you would have to write your own _start and such. The C toolchain that is mentioned is also the easiest way I've found so far to get a linker, which is still needed unless I'm missing something.

closes#150414

r? @Noratrieb

@rustbot

Copy link
Copy Markdown
Collaborator

Some changes occurred in src/doc/rustc/src/platform-support

cc @Noratrieb

@rustbotrustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Dec 27, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

Noratrieb is not on the review rotation at the moment.
They may take a while to respond.

@rustbot

This comment has been minimized.

@Noratrieb

Copy link
Copy Markdown
Member

Shouldn't rust-lld work just fine as a linker?

@knickish

Copy link
Copy Markdown
ContributorAuthor

rust-lld

lld does not support m68k yet

@Noratrieb

Copy link
Copy Markdown
Member

Ah, okay, that would be good to add to the page in the section about installing a C toolchain

@rust-log-analyzer

This comment has been minimized.

@knickish
knickishforce-pushed the m68k-elf-platform-doc-update branch from 43fd685 to 010ca36CompareDecember 28, 2025 17:54
@rustbot

This comment has been minimized.

@knickish

Copy link
Copy Markdown
ContributorAuthor

Ah, okay, that would be good to add to the page in the section about installing a C toolchain

https://github.com/rust-lang/rust/pull/150438/files#diff-970d638b4fc4198bfaf5506d28feb8d58362f50993c04257a83ff777ff9de5dfL68 mentioned here

@knickish

Copy link
Copy Markdown
ContributorAuthor

I see your point though, moved it higher up so it's clearer that it applies to building with the toolchain, not just for building the toolchain itself.

@rust-log-analyzer

This comment has been minimized.

@NoratriebNoratrieb added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 4, 2026
@knickish
knickishforce-pushed the m68k-elf-platform-doc-update branch from a795bef to b0febf6CompareJanuary 10, 2026 17:03
@rustbot

Copy link
Copy Markdown
Collaborator

This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@rust-log-analyzer

This comment has been minimized.

@knickish
knickishforce-pushed the m68k-elf-platform-doc-update branch from b0febf6 to ab1caaeCompareJanuary 10, 2026 17:20
@Noratrieb

Copy link
Copy Markdown
Member

@bors r+ rollup

@rust-borsrust-borsBot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Jan 11, 2026
@rust-bors

rust-borsBot commented Jan 11, 2026

Copy link
Copy Markdown
Contributor

📌 Commit ab1caae has been approved by Noratrieb

It is now in the queue for this repository.

jdonszelmann added a commit to jdonszelmann/rust that referenced this pull request Jan 11, 2026
…ratrieb
Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc
I left the mentions of qemu-user-static as it's one of the only easily accessible emulators for m68k, even though you would have to write your own `_start` and such. The C toolchain that is mentioned is also the easiest way I've found so far to get a linker, which is still needed unless I'm missing something.
closesrust-lang#150414
r? @Noratrieb
rust-borsBot added a commit that referenced this pull request Jan 11, 2026
Rollup of 7 pull requests
Successful merges:
- #147938 (Add const cloning of slices and tests)
- #150438 (Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc)
- #150723 (std: move `errno` and related functions into `sys::io`)
- #150906 (Simplify `#[eii]` macro using methods on ecx)
- #150938 (Port `#[collapse_debuginfo]` to the new attribute parsing system)
- #150953 (std: sys: fs: uefi: Implement copy)
- #150964 (Completely list all unparsed attributes)
Failed merges:
- #150972 (Rename EII attributes slightly (being consistent in naming things foreign items, not extern items))
r? @ghost
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Jan 11, 2026
…ratrieb
Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc
I left the mentions of qemu-user-static as it's one of the only easily accessible emulators for m68k, even though you would have to write your own `_start` and such. The C toolchain that is mentioned is also the easiest way I've found so far to get a linker, which is still needed unless I'm missing something.
closesrust-lang#150414
r? @Noratrieb
rust-borsBot added a commit that referenced this pull request Jan 11, 2026
Rollup of 7 pull requests
Successful merges:
- #147938 (Add const cloning of slices and tests)
- #149718 (Add freeze file times on Windows)
- #150438 (Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc)
- #150906 (Simplify `#[eii]` macro using methods on ecx)
- #150938 (Port `#[collapse_debuginfo]` to the new attribute parsing system)
- #150953 (std: sys: fs: uefi: Implement copy)
- #150964 (Completely list all unparsed attributes)
Failed merges:
- #150972 (Rename EII attributes slightly (being consistent in naming things foreign items, not extern items))
r? @ghost
rust-borsBot added a commit that referenced this pull request Jan 12, 2026
Rollup of 9 pull requests
Successful merges:
- #147938 (Add const cloning of slices and tests)
- #149718 (Add freeze file times on Windows)
- #150438 (Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc)
- #150790 (feat: invisible character help string)
- #150906 (Simplify `#[eii]` macro using methods on ecx)
- #150938 (Port `#[collapse_debuginfo]` to the new attribute parsing system)
- #150953 (std: sys: fs: uefi: Implement copy)
- #150964 (Completely list all unparsed attributes)
- #150975 (ui: add test for normalizing const projections with assoc const equality)
Failed merges:
- #150972 (Rename EII attributes slightly (being consistent in naming things foreign items, not extern items))
r? @ghost
@rust-bors
rust-borsBot merged commit 0a7d5f9 into rust-lang:mainJan 12, 2026
11 checks passed
@rustbotrustbot added this to the 1.94.0 milestone Jan 12, 2026
rust-timer added a commit that referenced this pull request Jan 12, 2026
Rollup merge of #150438 - m68k-elf-platform-doc-update, r=Noratrieb
Remove mentions of debootstrap and chroots from the m68k-unknown-none-elf platform support doc
I left the mentions of qemu-user-static as it's one of the only easily accessible emulators for m68k, even though you would have to write your own `_start` and such. The C toolchain that is mentioned is also the easiest way I've found so far to get a linker, which is still needed unless I'm missing something.
closes#150414
r? @Noratrieb
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

m68k-unknown-none-elf target docs aren't no-std

4 participants

@knickish@rustbot@Noratrieb@rust-log-analyzer