-llvm-toolchain-7 (1:7.0.1-1+rpi1) buster-staging; urgency=medium
+llvm-toolchain-7 (1:7.0.1-1+rpi2) buster-staging; urgency=medium
[changes brought forward from llvm-toolchain-3.8 1:3.8-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 14 May 2016 21:43:35 +0000]
* Cleanup .pyc files in clean target.
git/dgit happy.
* Yet more clean target fixes.
+ [changes introduced in llvm-toolchain-7 1:7.0.1-1+rpi2 by Peter Michael Green]
+ * Change triplet in debian/rules to use armv6k rather than armv7l
+
-- Peter Michael Green <plugwash@raspbian.org> Mon, 24 Dec 2018 21:11:43 +0000
llvm-toolchain-7 (1:7.0.1-1) unstable; urgency=medium
ifneq (,$(findstring $(DEB_HOST_ARCH),armhf))
# avoid an issue with openmp on armhf
- CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=armv7l-unknown-linux-gnueabihf
+ CMAKE_EXTRA += -DLLVM_HOST_TRIPLE=armv6k-unknown-linux-gnueabihf
endif
ifeq ($(shell dpkg --compare-versions $(shell dpkg-query -W -f '$${Version}' g++-$(GCC_VERSION)) ge 4.8-20121128-1~ ; echo $$?),0)