summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch')
-rw-r--r--meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch
index 595ba17865..9b6fcc6358 100644
--- a/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch
+++ b/meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch
@@ -1,4 +1,4 @@
1From cabfcba1ff7511ffd6b91ca244288d44f585aad2 Mon Sep 17 00:00:00 2001 1From d6864bd78c01c5e8578805a7b67555c70a0e99a2 Mon Sep 17 00:00:00 2001
2From: Jackie Huang <jackie.huang@windriver.com> 2From: Jackie Huang <jackie.huang@windriver.com>
3Date: Fri, 23 Sep 2016 01:04:50 -0700 3Date: Fri, 23 Sep 2016 01:04:50 -0700
4Subject: [PATCH] boost-math: disable pch for gcc 4Subject: [PATCH] boost-math: disable pch for gcc
@@ -14,10 +14,10 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
14 1 file changed, 1 insertion(+), 1 deletion(-) 14 1 file changed, 1 insertion(+), 1 deletion(-)
15 15
16diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2 16diff --git a/libs/math/build/Jamfile.v2 b/libs/math/build/Jamfile.v2
17index e19fb2e..82472a7 100644 17index fd840287e..5aff7d724 100644
18--- a/libs/math/build/Jamfile.v2 18--- a/libs/math/build/Jamfile.v2
19+++ b/libs/math/build/Jamfile.v2 19+++ b/libs/math/build/Jamfile.v2
20@@ -13,7 +13,7 @@ project 20@@ -14,7 +14,7 @@ project
21 #<toolset>intel-linux:<pch>off 21 #<toolset>intel-linux:<pch>off
22 <toolset>intel-darwin:<pch>off 22 <toolset>intel-darwin:<pch>off
23 <toolset>msvc-7.1:<pch>off 23 <toolset>msvc-7.1:<pch>off
@@ -26,6 +26,3 @@ index e19fb2e..82472a7 100644
26 #<toolset>gcc:<cxxflags>-fvisibility=hidden 26 #<toolset>gcc:<cxxflags>-fvisibility=hidden
27 <toolset>intel-linux:<cxxflags>-fvisibility=hidden 27 <toolset>intel-linux:<cxxflags>-fvisibility=hidden
28 #<toolset>sun:<cxxflags>-xldscope=hidden 28 #<toolset>sun:<cxxflags>-xldscope=hidden
29--
302.7.4
31