From 22699423761051e394e8ca724f055ce30c429c6c Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 12 Aug 2016 17:15:58 +0000 Subject: [PATCH] rebase of the patch --- debian/patches/fix-cmake-config-prefix.diff | 9 +++++---- debian/patches/mips-fpxx-enable.diff | 8 ++++---- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/patches/fix-cmake-config-prefix.diff b/debian/patches/fix-cmake-config-prefix.diff index c53b3721..ce5b95d4 100644 --- a/debian/patches/fix-cmake-config-prefix.diff +++ b/debian/patches/fix-cmake-config-prefix.diff @@ -1,9 +1,11 @@ ## Description: add some description ## Origin/Author: add some origin or author ## Bug: bug URL ---- a/cmake/modules/CMakeLists.txt -+++ b/cmake/modules/CMakeLists.txt -@@ -47,16 +47,7 @@ file(COPY . +Index: llvm-toolchain-snapshot_4.0~svn278527/cmake/modules/CMakeLists.txt +=================================================================== +--- llvm-toolchain-snapshot_4.0~svn278527.orig/cmake/modules/CMakeLists.txt ++++ llvm-toolchain-snapshot_4.0~svn278527/cmake/modules/CMakeLists.txt +@@ -48,16 +48,7 @@ file(COPY . ) # Generate LLVMConfig.cmake for the install tree. @@ -21,4 +23,3 @@ set(LLVM_CONFIG_INCLUDE_DIRS "\${LLVM_INSTALL_PREFIX}/include") set(LLVM_CONFIG_LIBRARY_DIRS "\${LLVM_INSTALL_PREFIX}/lib\${LLVM_LIBDIR_SUFFIX}") set(LLVM_CONFIG_CMAKE_DIR "\${LLVM_INSTALL_PREFIX}/${LLVM_INSTALL_PACKAGE_DIR}") - diff --git a/debian/patches/mips-fpxx-enable.diff b/debian/patches/mips-fpxx-enable.diff index ce591a45..80108fca 100644 --- a/debian/patches/mips-fpxx-enable.diff +++ b/debian/patches/mips-fpxx-enable.diff @@ -1,8 +1,8 @@ -Index: llvm-toolchain-snapshot_3.9~svn275793/clang/lib/Driver/Tools.cpp +Index: llvm-toolchain-snapshot_4.0~svn278527/clang/lib/Driver/Tools.cpp =================================================================== ---- llvm-toolchain-snapshot_3.9~svn275793.orig/clang/lib/Driver/Tools.cpp -+++ llvm-toolchain-snapshot_3.9~svn275793/clang/lib/Driver/Tools.cpp -@@ -7321,11 +7321,6 @@ bool mips::isFP64ADefault(const llvm::Tr +--- llvm-toolchain-snapshot_4.0~svn278527.orig/clang/lib/Driver/Tools.cpp ++++ llvm-toolchain-snapshot_4.0~svn278527/clang/lib/Driver/Tools.cpp +@@ -7391,11 +7391,6 @@ bool mips::isFP64ADefault(const llvm::Tr bool mips::isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName, StringRef ABIName, mips::FloatABI FloatABI) {