We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@mshockwave is a PhD student working on an experimental backend for LLVM targeting Motorola 68000 (aka m68k) in https://github.com/M680x0/M680x0-mono-repo.
$ git remote add m68k https://github.com/M680x0/M680x0-mono-repo.git $ git checkout -b m68k m68k/dev-upstream-rename $ cmake ... -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;"
$ sudo apt install binutils-m68k-linux-gnu
$ ARCH=m68k CROSS_COMPILE=m68k-linux-gnu- make CC=clang -j71 defconfig $ ARCH=m68k CROSS_COMPILE=m68k-linux-gnu- make CC=clang -j71