From: Peter Michael Green Date: Tue, 26 Nov 2019 11:53:45 +0000 (+0000) Subject: Update quilt patch for new location of GetHostTriple.cmake X-Git-Tag: archive/raspbian/1%9.0.0-3+rpi1^0 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d8674428089caf912cf0ad3da72b75333a39f793;p=llvm-toolchain-9.git Update quilt patch for new location of GetHostTriple.cmake --- diff --git a/debian/patches/raspbian-triplet.patch b/debian/patches/raspbian-triplet.patch index f5806f717..1f4d61eb7 100644 --- a/debian/patches/raspbian-triplet.patch +++ b/debian/patches/raspbian-triplet.patch @@ -6,8 +6,8 @@ with the one we want for raspbian. @@ -0,0 +1,2 @@ +#!/bin/bash -e +$(dirname "$0")/config.guess | sed -r s/arm[a-zA-Z0-9]*/armv6/ ---- llvm-toolchain-9-9.orig/cmake/modules/GetHostTriple.cmake -+++ llvm-toolchain-9-9/cmake/modules/GetHostTriple.cmake +--- llvm-toolchain-9-9.orig/llvm/cmake/modules/GetHostTriple.cmake ++++ llvm-toolchain-9-9/llvm/cmake/modules/GetHostTriple.cmake @@ -18,7 +18,7 @@ function( get_host_triple var ) if(CMAKE_HOST_SYSTEM_NAME STREQUAL Windows AND NOT MSYS) message(WARNING "unable to determine host target triple")