aboutsummaryrefslogtreecommitdiffstats
path: root/meta-v1000/recipes-graphics/lunarg-sdk/vulkan-tools/0002-layersvt-append-cxx-flags-to-support-cross-compilati.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-v1000/recipes-graphics/lunarg-sdk/vulkan-tools/0002-layersvt-append-cxx-flags-to-support-cross-compilati.patch')
-rw-r--r--meta-v1000/recipes-graphics/lunarg-sdk/vulkan-tools/0002-layersvt-append-cxx-flags-to-support-cross-compilati.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-v1000/recipes-graphics/lunarg-sdk/vulkan-tools/0002-layersvt-append-cxx-flags-to-support-cross-compilati.patch b/meta-v1000/recipes-graphics/lunarg-sdk/vulkan-tools/0002-layersvt-append-cxx-flags-to-support-cross-compilati.patch
deleted file mode 100644
index d7daed5f..00000000
--- a/meta-v1000/recipes-graphics/lunarg-sdk/vulkan-tools/0002-layersvt-append-cxx-flags-to-support-cross-compilati.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 4fc32cd19c64ebf92530c056db9b5870613950f5 Mon Sep 17 00:00:00 2001
-From: "Arsalan H. Awan" <Arsalan_Awan@mentor.com>
-Date: Mon, 17 Sep 2018 19:52:02 +0500
-Subject: [PATCH 2/2] layersvt: append cxx flags to support cross compilation
-
-To support cross compilation, we need to set the variable
-CMAKE_CXX_FLAGS such that the CXX flags set by user
-for cross compilation are also included here.
-
-Signed-off-by: Arsalan H. Awan <Arsalan_Awan@mentor.com>
----
- layersvt/CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/layersvt/CMakeLists.txt b/layersvt/CMakeLists.txt
-index d47f3c65a..55da62700 100644
---- a/layersvt/CMakeLists.txt
-+++ b/layersvt/CMakeLists.txt
-@@ -155,7 +154,7 @@ if (WIN32)
- set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -D_CRT_SECURE_NO_WARNINGS")
- endif()
- else()
-- set (CMAKE_CXX_FLAGS "-std=c++11")
-+ set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
- set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wpointer-arith")
- set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wpointer-arith")
- endif()
---
-2.11.1
-