Enable building the new experimental M68k backend

This commit is contained in:
John Paul Adrian Glaubitz 2021-04-04 17:58:04 +02:00
parent 7137f81662
commit b67e68fdb5
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <sylvestre@debian.org> Sat, 03 Apr 2021 15:22:07 +0200

2
debian/rules vendored
View File

@ -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 \