You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
At least llvm version `19.1.5` is required to build `core` and `alloc` for this target, and currently the gnu linker is required, as `lld` has no support for the `m68k` architecture
35
+
At least llvm version `19.1.5` is required to build `core` and `alloc` for this target.
69
36
70
37
## Cross-compilation
71
38
@@ -105,4 +72,4 @@ Very simple programs can be run using the `qemu-m68k-static` program:
105
72
qemu-m68k-static your-code
106
73
```
107
74
108
-
For more complex applications, a chroot or native m68k system is required for testing.
75
+
For more complex applications, a native (or emulated) m68k system is required for testing.
0 commit comments