From fa27d50caa5b0972803b957212a813b582a6c013 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Wed, 25 Aug 2021 07:49:17 +0000 Subject: compiler/rustc_llvm: Enable M68k LLVM target --- compiler/rustc_llvm/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_llvm/build.rs') diff --git a/compiler/rustc_llvm/build.rs b/compiler/rustc_llvm/build.rs index 964b7cace9c..36a6d2cc33a 100644 --- a/compiler/rustc_llvm/build.rs +++ b/compiler/rustc_llvm/build.rs @@ -76,6 +76,7 @@ fn main() { "aarch64", "amdgpu", "avr", + "m68k", "mips", "powerpc", "systemz", -- cgit 1.4.1-3-g733a5