Change triplet in debian/rules to use armv6k rather than armv7l archive/raspbian/1%7.0.1-1+rpi2 raspbian/1%7.0.1-1+rpi2
authorPeter Michael Green <plugwash@raspbian.org>
Wed, 26 Dec 2018 01:28:47 +0000 (01:28 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Wed, 26 Dec 2018 01:28:47 +0000 (01:28 +0000)
debian/changelog
debian/rules

index e9c94502921e3fed1ed26827b10e506f4e1bce9a..aed84d5d8a3b7e3ebe5b0093b2c4973bb95cb0e1 100644 (file)
@@ -1,4 +1,4 @@
-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.
@@ -31,6 +31,9 @@ llvm-toolchain-7 (1:7.0.1-1+rpi1) buster-staging; urgency=medium
     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
index aa0e479f20784712d053bd5b8d5cca61ad9522fd..f41ba124f4f124ea6fffeb809609e750ec9ef008 100755 (executable)
@@ -90,7 +90,7 @@ endif
 
 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)