diff --git a/debian/changelog b/debian/changelog index aa0c5de1..85d931cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ llvm-toolchain-snapshot (1:13~++20210403031832+89afec348dbd-1~exp1) UNRELEASED; [ John Paul Adrian Glaubitz ] * Add upstream patch D98574 to fix clang macro definitions on sparc64 * Add upstream patch D98575 to fix 32-bit compiler-rt build on sparc64 + * Enable building the new experimental M68k backend -- Sylvestre Ledru Sat, 03 Apr 2021 15:22:07 +0200 diff --git a/debian/rules b/debian/rules index d9d7efda..61239eba 100755 --- a/debian/rules +++ b/debian/rules @@ -406,7 +406,7 @@ override_dh_auto_configure: preconfigure -DENABLE_LINKER_BUILD_ID=ON \ -DCOMPILER_RT_USE_LIBCXX=NO \ $(Z3_FLAG) \ - -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR" \ + -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR;M68k" \ -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \ -DCLANG_VENDOR=$(VENDOR) \ -DCLANG_ENABLE_BOOTSTRAP=ON \